搜索资源列表

  1. 字符串匹配的KMP算法

    0下载:
  2. 这是字符串匹配算法中很著名的KMP算法,此文件仅供大家参考,具体是否能调通,本人还没有试过-This is a string matching algorithm is famous KMP algorithm, this document is your reference, specifically whether Qualcomm will emphasize, I have not tried
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4171
    • 提供者:郑旋
  1. 字符串匹配算法(KMP KR BM)

    0下载:
  2. 单模式字符串匹配算法里面最经典的算法,KMP算法,KR算法 和BM算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-09-06
    • 文件大小:2820
    • 提供者:tjltail
  1. kmp查找算法

    0下载:
  2. 最常用的字符串查找算法
  3. 所属分类:数据结构常用算法

  1. 文档助手算法以及算法分析

    0下载:
  2. 用kmp算法实现的文档助手算法-with KMP algorithm document assistant algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:5120
    • 提供者:受冻
  1. Kmp算法

    0下载:
  2. 本程序为Kmp匹配算法的实现,程只需直接运行即可,-the procedures for KMP matching algorithm implementation, a journey which takes you directly can run,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:骆子丞
  1. 字符串匹配的KMP算法

    0下载:
  2. 这是字符串匹配算法中很著名的KMP算法,此文件仅供大家参考,具体是否能调通,本人还没有试过-This is a string matching algorithm is famous KMP algorithm, this document is your reference, specifically whether Qualcomm will emphasize, I have not tried
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:郑旋
  1. KMP匹配算法

    0下载:
  2. 由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorith
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:卢孝飞
  1. C语言kmp算法实现

    0下载:
  2. 研究计算机程序算法中关于字符串操作的经典算法实现源程序-study computer programming algorithm for string manipulation of the classic algorithm source code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:ipkh
  1. kmp Algorithm

    0下载:
  2. 这是一个关于字符串匹配的kmp算法,程序简单精炼,可以借鉴一下-This is a match on the string of KMP algorithm, a simple refining process, we can draw about
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:容器
  1. KMP

    0下载:
  2. KMP算法是一个查找两个字符串公共串的算法,比一般的算法效率要高很多.-KMP algorithm is a two string public string search algorithms, than the average efficiency of the algorithm is much higher.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:mzp
  1. 1905(KMP)

    0下载:
  2. zoj的1905题. KMP算法的标准程序。-zoj the 1905 title. KMP algorithm standard procedures.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:wzc
  1. KMP

    0下载:
  2. 此代码实现了字符串的KMP算法和快速排序算法,能够快速的寻找到制定的字符串-This code achieved a string of KMP algorithm and fast sorting algorithm that can quickly find the formulation of string
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:1012736
    • 提供者:第五晶
  1. KMP

    0下载:
  2. KMP算法,详细的解释了如何去匹配字符串。做成了实验报告,希望给大家帮助。-KMP algorithm, a detailed explanation of how to match the string. The report resulted in the experiment, we hope to help.
  3. 所属分类:文档资料

    • 发布日期:2024-05-09
    • 文件大小:121856
    • 提供者:缪巍巍
  1. KMP

    0下载:
  2. kmp算法,可匹配字符串中的个别字符。搜索字符-KMP algorithm can match the string of individual characters. English characters
  3. 所属分类:并行运算

    • 发布日期:2024-05-09
    • 文件大小:195584
    • 提供者:army
  1. KMP

    0下载:
  2. 快速查找字符串算法,改进后的KMP算法完全实现-Quick Find string algorithm, the improved algorithm for the full realization of KMP
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:yarakchou
  1. kmp

    0下载:
  2. KMP,数据结构中快速搜索KMP算法的C语言实现-KMP, the data structure in Quick Search KMP algorithm realize the C language
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:jason
  1. KMP

    0下载:
  2. KMP算法源代码,很好用的。 KMP算法源代码,很好用的。-just do it!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:524288
    • 提供者:姚新宇
  1. KMP

    0下载:
  2. KMP算法是一种改进的字符串匹配算法,由D.E.Knuth,J.H.Morris和V.R.Pratt同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。(KMP algorithm is an improved string matching algorithm, discovered by D.E.Knuth, J.H.Morris and V.R.Pratt simultaneously, so people
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-09
    • 文件大小:11264
    • 提供者:法师学徒
  1. 串kmp

    0下载:
  2. 串的kmp算法,希望大家采纳!!!!!!!!!!!!!!!!!(wqdewqefwqegqreghwerhethtwreh)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:1216512
    • 提供者:ewqeq
  1. KMP算法

    0下载:
  2. KMP算法,例如输入s,t,p三个字符串,实现将s串中所有t替换成p(KMP algorithms, such as three strings of S, T, and P, are implemented to replace all the T in the S string to P)
  3. 所属分类:汇编语言

    • 发布日期:2024-05-09
    • 文件大小:1685504
    • 提供者:赵自由
« 12 3 4 5 6 7 8 9 10 ... 25 »

源码中国 www.ymcn.org