搜索资源列表
string_match
- 串匹配算法,KMP,QS,Horspool,RP
horspool
- 本程序以horspool算法为基础,能以较快的速度匹配字符串-this program can find the character string quickly
DataStruct
- 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
Boyer-Moore-Horspool-Sunday
- 使用Boyer-Moore-Horspool-Sunday 算法进行字符串匹配的系列函数-Using the Boyer-Moore-Horspool-Sunday algorithm for string matching a series of functions
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
Horspool-
- Horspool算法,用java语言编写的,代码完整可以运行,供初学者参考。-Horspool algorithm that USES Java language preparation, code complete can run for beginners reference.
Pattern-matching
- 实现字符串的匹配,有常见的蛮力算法,kmp算法,Horspool算法,Boyer-Moore算法-String matching, common brute force algorithm, kmp algorithm, Horspool algorithm, the Boyer-Moore algorithm
NEW_StringSearch_Algorithm
- 一個新的快速字串比較方法,包含Algo1,Algo2兩個作者提出的新的演算法和文件.比較Horspool 和Sunday_Qsearch 和一般的StringSearch -A new rapid string comparison methods, including Algol, Algo2 two authors proposed a new algorithm and file Horspool and Sunday_Qsearch, and the StringSearch
Horspool1
- Boyer-Moore Horspool
horspool
- 本程序以horspool算法为基础,能以较快的速度匹配字符串-this program can find the character string quickly