搜索资源列表
LZ77conbined_with_KMP_algorithm
- LZ77算法与模式匹配KMP算法的结合及算法实现,压缩包内部是一个详细讲解文档,其中文档中附有对应实现源码。-LZ77 algorithm and pattern matching algorithm KMP and the integration algorithm, Compression is an internal packet elaborate document, which document with the corresponding realization source.
StringMatchAll
- 基于KMP算法所撰写的能实现带通配符的字符串匹配算法源代码
suanfa
- 信息学竞赛中常用的算法总结: 串匹配的高效算法-KMP 公开密钥体系之RSA算法 双向广度搜索 图论算法
moshi
- BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模式匹配。分析和实验说明,BM匹配算法对于那些字符集比较大,而模式串中出现的字符比较少的时候,工作效率最快。而且,考虑KMP匹配方式的优化,可以结合KMP匹配和BM匹配,进一步提高效率。
kmp
- 宿舍管理查询系统 数据结构-Dormitory Management Query System data structure
classicKMP
- A class kmp algthem by myself
kmp
- kmp算法的简单实现,应该对理解算法比较有帮助-kmp algorithm simple to implement, should help understand the algorithm more
khreeKMP
- 用C++实现了kmp,BoyerMoore,和暴力搜索三种算法-In c++ realize the KMP, BoyerMoore, search three algorithms and violence