搜索资源列表
KMP查找法
- 方便快捷地实现目标的查找,是高速度的优化查找算法-convenient manner to achieve the goal of discovering, is the optimization of high-speed search algorithm
mpk_reverse
- KMP的PHP描述。有些兄弟可能用得上。具体的请看代码-KMP PHP descr iption. Some brothers may be useful. Look at the specific code
my_str_KMP
- 字符串KMP算法,是数据结构学习的好例子,用DELPHI实现-string KMP algorithm, the data structure is a good example of learning, using DELPHI
文档助手算法以及算法分析
- 用kmp算法实现的文档助手算法-with KMP algorithm document assistant algorithm
KMP模式匹配(可以有通配符)
- 使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards
DSDesign
- 实现并对比三种基本字符串匹配算法(朴素算法,Rabin-Karp算法,KMP),并给出动态演示结果~-And contrast to achieve three basic string-matching algorithm (simple algorithm, Rabin-Karp algorithm, KMP), and gives the results of the dynamic presentation ~
donrhphase
- In c + + realize the KMP, BoyerMoore, search three algorithms and violence