搜索资源列表
boyer-moore
- 用 boyer-moore 算法实现 字符串的 查找 程序特点: 图形化的界面 ,并把查找到的结果 高亮显示-with BOYER-moore algorithm string tracing procedure features : graphical interface, and the outcome of the search highlighted
The_Fibonacci_Heap_by_John_Boyer
- John Boyer的论文。论文详细介绍了FibonacciHeap的原理和应用。
Boyer-Moore
- Boyer-Moore language vc++ -Boyer-Moore language vc++
newBM
- boyer-moore的算法实现,希望有所帮助-boyer-moore algorithm, hoping help
BOYER04
- Fast String Search Algorithm (Boyer) for Windows/C Programmer
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
BoyerMoyer
- Boyer Moyer algorithim for university students
BM算法
- 在计算机科学里,Boyer-Moore字符串搜索算法是一种非常高效的字符串搜索算法。它由Bob Boyer和J Strother Moore设计于1977年。此算法仅对搜索目标字符串(关键字)进行预处理,而非被搜索的字符串。虽然Boyer-Moore算法的执行时间同样线性依赖于被搜索字符串的大小,但是通常仅为其它算法的一小部分:它不需要对被搜索的字符串中的字符进行逐一比较,而会跳过其中某些部分。通常搜索关键字越长,算法速度越快。它的效率来自于这样的事实:对于每一次失败的匹配尝试,算法都能够使用这
Boyer-Moore
- 字符串BM匹配算法,可以尝试利用并行改进算法(The string BM matching algorithm can try to make use of the parallel improvement algorithm)