搜索资源列表
Boyer-Moore
- Boyer-Moore language vc++ -Boyer-Moore language vc++
newBM
- boyer-moore的算法实现,希望有所帮助-boyer-moore algorithm, hoping help
FastInString
- Replace the InStr function in Visual Basic 6 with this new faster function with Boyer-Moore Algorithm
Boyer-Moore-Horspool-Sunday
- 使用Boyer-Moore-Horspool-Sunday 算法进行字符串匹配的系列函数-Using the Boyer-Moore-Horspool-Sunday algorithm for string matching a series of functions
QSearchStr
- 一种改进的Boyer-Moore的字符串查找算法(Sunday),比BM算法快3倍以上,尤其适合长串的查找。 本人编写的类CQSearchStr以无符号字符串形式查找,故可广泛用于非ANSI编码的程序。-An improved Boyer-Moore string search algorithm (Sunday), than BM algorithm is more than three times faster, especially for long strings Find.
BM
- 在計算機科學里,Boyer-Moore字元串搜索演算法是一種非常高效的字元串搜索演算法。-In computer science, the Boyer–Moore string search algorithm is an efficient string searching algorithm that is the standard benchmark for practical string search literature.
boyerMooreAlgorithm
- Boyer Moore Algorithm in C-Boyer Moore Algorithm in C++
boyer-moore
- bm算法是实现程序,c++代码,Vc环境,简单便于理解-bm algorithm is realized in the program, c++ code, Vc environment, simple easy to understand
Boyer-Moore
- 字符串BM匹配算法,可以尝试利用并行改进算法(The string BM matching algorithm can try to make use of the parallel improvement algorithm)