搜索资源列表
string_match
- 串匹配算法,KMP,QS,Horspool,RP
horspool
- 该程序运用horspool算法进行字符串匹配,时间效率很快。-the process is so fast.
chuanpipei
- 使用BM、Horspool,QS,RK等算法实现串匹配,文本串随机生成,输入模式串,输出匹配位置以及各个算法消耗时间!-Using the BM, Horspool, QS, RK and other string matching algorithm, the text string randomly generated string input mode, the output of each algorithm for matching location and time consumin
Pattern-matching
- 实现字符串的匹配,有常见的蛮力算法,kmp算法,Horspool算法,Boyer-Moore算法-String matching, common brute force algorithm, kmp algorithm, Horspool algorithm, the Boyer-Moore algorithm