搜索资源列表
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的模板和pku2406,pku2752的源代码,经典字符串算法。
KMP
- kmp高效字符串匹配算法,算法复杂度大大减小。
KMP
- 这是一个高效的,寻找部分字符串的代码,采用KMP法,是目前寻找字符串中高效的一种.
KMP
- kmp 算法 也许会有帮助的。。。大家快来下吧
KMP(VB)
- 自己写的基于VB6.0平台的KMP字符串匹配算法,算法过程和严蔚敏版数据结构相同,可以作为学习数据结构的参考
KMP
- 字符串匹配算法中的KMP算法的详细介绍和代码
kmp
- KMP,数据结构中快速搜索KMP算法的C语言实现
KMP
- 是一个C语言的KMP代码, 包含可执行文件。
kmp
- kmp算法:查找一个字符串是不是另一个字符串的子串-kmp algorithm: to see whether a string is a substring of another string
kmp
- kmp算法 我模仿着写的 不过还是有些不会 我写了不少注释-i dontEnglish
kmp
- KMP字符串匹配算法C语言实现 精确度高-KMP string matching algorithm C language to achieve high accuracy
kmp
- KMP String Matching VC++实现的KMP字符串匹配算法-KMP String Matching VC++ implementation of the KMP string-matching algorithms
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
KMP
- KMP算法 最常用的用于字符串处理的算法(KMP Algorithm for string processing)
