Welcome![Sign In][Sign Up]
Location:
Search - KMP

Search list

[Mathimatics-Numerical algorithms字符串匹配算法(KMP KR BM)

Description: 单模式字符串匹配算法里面最经典的算法,KMP算法,KR算法 和BM算法
Platform: | Size: 2820 | Author: tjltail | Hits:

[CSharpKmp

Description: 实现KMP模式匹配,模式匹配操作对象是字符串-achieve KMP, pattern-matching operations object is a string
Platform: | Size: 53248 | Author: 小百 | Hits:

[OtherKMP模式匹配(可以有通配符)

Description: 使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards
Platform: | Size: 891904 | Author: 张远洋 | Hits:

[Mathimatics-Numerical algorithmsKmp算法

Description: 本程序为Kmp匹配算法的实现,程只需直接运行即可,-the procedures for KMP matching algorithm implementation, a journey which takes you directly can run,
Platform: | Size: 1024 | Author: 骆子丞 | Hits:

[Data structs字符串匹配的KMP算法

Description: 这是字符串匹配算法中很著名的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
Platform: | Size: 4096 | Author: 郑旋 | Hits:

[Data structsKMP匹配算法

Description: 由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failure, a simple model put forward position Series mobile location of a character, would be lost in front of characters matching the information inefficiently. There is a need for a non-backtracking algorithms to improve efficiency, the use of KMP here (Knuth-Morris-Pratt) algorithm. Model Series in front of a row clips part said "prefix model," prefix string pattern in the pattern of recurring back can be used to avoid duplication of inspection has been done, KMP algorithm is an important concept.
Platform: | Size: 3072 | Author: 卢孝飞 | Hits:

[Data structskmp Algorithm

Description: 这是一个关于字符串匹配的kmp算法,程序简单精炼,可以借鉴一下-This is a match on the string of KMP algorithm, a simple refining process, we can draw about
Platform: | Size: 1024 | Author: 容器 | Hits:

[Data structsKMP

Description: KMP算法是一个查找两个字符串公共串的算法,比一般的算法效率要高很多.-KMP algorithm is a two string public string search algorithms, than the average efficiency of the algorithm is much higher.
Platform: | Size: 1024 | Author: mzp | Hits:

[Data structs1905(KMP)

Description: zoj的1905题. KMP算法的标准程序。-zoj the 1905 title. KMP algorithm standard procedures.
Platform: | Size: 1024 | Author: wzc | Hits:

[Data structsKMP

Description: 此代码实现了字符串的KMP算法和快速排序算法,能够快速的寻找到制定的字符串-This code achieved a string of KMP algorithm and fast sorting algorithm that can quickly find the formulation of string
Platform: | Size: 1012736 | Author: 第五晶 | Hits:

[DocumentsKMP

Description: KMP算法,详细的解释了如何去匹配字符串。做成了实验报告,希望给大家帮助。-KMP algorithm, a detailed explanation of how to match the string. The report resulted in the experiment, we hope to help.
Platform: | Size: 121856 | Author: 缪巍巍 | Hits:

[Data structsKMP

Description: 著名的KMP算法 实现快速字符串匹配 其中还包括失效函数的实现-KMP famous fast string matching algorithm which also includes the realization of failure function
Platform: | Size: 1024 | Author: 施欢欣 | Hits:

[Data structsKMP

Description: 内有KMP的模板和pku2406,pku2752的源代码,经典字符串算法。-There are KMP of the templates and pku2406, pku2752 source code, classical string algorithms.
Platform: | Size: 1024 | Author: zuobaojing | Hits:

[MPIKMP

Description: kmp算法,可匹配字符串中的个别字符。搜索字符-KMP algorithm can match the string of individual characters. English characters
Platform: | Size: 195584 | Author: army | Hits:

[Data structsKMP

Description: kmp高效字符串匹配算法,算法复杂度大大减小。-KMP string matching algorithm efficient, the algorithm complexity is greatly reduced.
Platform: | Size: 2048 | Author: Whitehorse32 | Hits:

[Data structsKMP

Description: 这是一个高效的,寻找部分字符串的代码,采用KMP法,是目前寻找字符串中高效的一种.-This is a highly efficient search for the string part of the code, the use of KMP law, is currently looking for a high-performance string.
Platform: | Size: 1024 | Author: li | Hits:

[Otherkmp

Description: KMP的算法实现。nlg(n)的复杂度判读两个字符串是否部分或全部匹配-KMP algorithm. nlg (n) the complexity of interpretation whether the two string matching some or all of
Platform: | Size: 1024 | Author: pillar | Hits:

[OtherKMP

Description: 快速查找字符串算法,改进后的KMP算法完全实现-Quick Find string algorithm, the improved algorithm for the full realization of KMP
Platform: | Size: 6144 | Author: yarakchou | Hits:

[Data structsKMP

Description: kmp 算法 也许会有帮助的。。。大家快来下吧-KMP algorithm may be helpful. . . Come everyone, are you
Platform: | Size: 1024 | Author: xiong | Hits:

[Data structsKMP(VB)

Description: 自己写的基于VB6.0平台的KMP字符串匹配算法,算法过程和严蔚敏版数据结构相同,可以作为学习数据结构的参考-Wrote it myself VB6.0 platform based on the KMP string matching algorithm, the algorithm process and Yan Wei-min version of the same data structure can be used as a reference data structure learning
Platform: | Size: 2048 | Author: 杨羽 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net