搜索资源列表
kmp Algorithm
- 这是一个关于字符串匹配的kmp算法,程序简单精炼,可以借鉴一下-This is a match on the string of KMP algorithm, a simple refining process, we can draw about
KMP
- KMP算法是一个查找两个字符串公共串的算法,比一般的算法效率要高很多.
1905(KMP)
- zoj的1905题. KMP算法的标准程序。
KMP
- 此代码实现了字符串的KMP算法和快速排序算法,能够快速的寻找到制定的字符串
KMP
- 著名的KMP算法 实现快速字符串匹配 其中还包括失效函数的实现
KMP
- kmp 算法 也许会有帮助的。。。大家快来下吧
KMP
- 字符串匹配算法中的KMP算法的详细介绍和代码
kmp
- KMP,数据结构中快速搜索KMP算法的C语言实现
字符串匹配的KMP算法
- 这是字符串匹配算法中很著名的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
KMP匹配算法
- 由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failu
kmp查找算法
- 最常用的字符串查找算法
KMP.rar
- 我自己写的一个“文学研究助手”的程序,C语言写的,实现了从文件中查找字符串。用到了KMP算法。,I wrote it myself a " literary research assistant" process, C language, and the realization of the search string from the document. Used in the KMP algorithm.
KMP
- 数据结构中改进KMP算法,使用C语言实现-Improved KMP algorithm data structure, the use of C language
KMP
- KMP算法,有好几种写法,配上图形,简单易懂。C/C++编写。-KMP algorithm, there are several writing, accompanied by graphics, easy to understand. C/C++ written.
kmp
- kmp算法:查找一个字符串是不是另一个字符串的子串-kmp algorithm: to see whether a string is a substring of another string
kmp
- kmp算法 我模仿着写的 不过还是有些不会 我写了不少注释-i dontEnglish
KMP
- KMP算法源代码,很好用的。 KMP算法源代码,很好用的。-just do it!
KMP
- 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 call it Knut Maurice Platt ope
8592-KMP算法
- 实现KMP算法。KMP算法是一种改进的字符串匹配算法,由D.E.Knuth,J.H.Morris和V.R.Pratt同时发现,因此人们称它为克努特--莫里斯--普拉特操作(简称KMP算法)。(Implement the KMP algorithm. KMP algorithm is an improved string matching algorithm. It is discovered by D.E.Knuth, J.H.Morris and V.R.Pratt simultaneousl
KMP
- KMP算法 最常用的用于字符串处理的算法(KMP Algorithm for string processing)