搜索资源列表
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匹配算法的实现,程只需直接运行即可,-the procedures for KMP matching algorithm implementation, a journey which takes you directly can run,
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 KR BM)
- 单模式字符串匹配算法里面最经典的算法,KMP算法,KR算法 和BM算法
kmp查找算法
- 最常用的字符串查找算法
kmp
- kmp算法:查找一个字符串是不是另一个字符串的子串-kmp algorithm: to see whether a string is a substring of another string
KMP
- 本文给出KMP算法的C++源代码 很好用的 直接下载后就能用-This paper show KMP algorithm in C++ source code.It can be used directly very well after download. after
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
2Count the string-HDU3336
- HDU3336,kmp算法习题的代码,已AC,可用于熟悉算法基本原理(AC code of HDU3336--a water problem of KMP)
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)