搜索资源列表
Srch
- URL提取以及顺序检索的实现。顺序检索使用了KMP、BM算法,URL是在这些高效算法的基础上实现的,效果非常不错-URL extraction, as well as the realization of the order of retrieval. Sequence retrieval using the KMP, BM algorithm, URL is in these highly efficient algorithm based on the results is very goo
pattern_matching
- 单模匹配、多模匹配的若干算法,KMP、AC、BM、Wu-Manber等经典算法及其比较-It s about pattern-matching. Some classic algorithms, such as KMP/AC/BM/Wu-manber.
kmp
- 利用kmp算法进行字符串查重的实例。文件夹为vs2012的工程文件。-Kmp algorithm for string duplicate checking instances. Folder vs2012 project file.
KMP101
- 实现KMP算法,输入三组主串S和模式串P,输出模式串的Next(j)函数值,以及该P在S中的位置的定位函数值,即序号值。其中S的长度为15~25,P的长度为5~8。-KMP algorithm implementation, the input string S and the three main pattern string P, the output mode string Next (j) function values, and the P' s position in the