CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - boyer
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - boyer - List
[
Other resource
]
Boyer-Moore-Hospool
DL : 0
匹配算法,Boyer-Moore-Hospool匹配算法 这个算法在大文件中搜索小pattern有很高效率。 推荐用来代替strstr() 这个实现我没有测过,不过应该不会有大问题。 C++的代码,容易使用:) -matching algorithm, Boyer - Moore-Hospool matching algorithm The algorithm in document search small pattern has a high efficiency. Suggest to replace strstr () I did not realize the test before but there should not be a big problem. C code, easier to use :)
Update
: 2008-10-13
Size
: 1.11kb
Publisher
:
彭诗力
[
Other resource
]
比Boyer-Moore更快的字符串查找算法
DL : 0
比Boyer-Moore更快的字符串查找算法-than the Boyer - Moore string search for a faster algorithm
Update
: 2008-10-13
Size
: 1.79kb
Publisher
:
老石
[
Driver Develop
]
boyer-moore
DL : 0
用 boyer-moore 算法实现 字符串的 查找 程序特点: 图形化的界面 ,并把查找到的结果 高亮显示-with BOYER-moore algorithm string tracing procedure features : graphical interface, and the outcome of the search highlighted
Update
: 2008-10-13
Size
: 3.4kb
Publisher
:
zhouxiaolin
[
Data structs
]
QSearchStr
DL : 0
一种改进的Boyer-Moore的字符串查找算法,并封装到类-an improved Boyer- Moore string search algorithms, and type of packaging
Update
: 2025-02-17
Size
: 1kb
Publisher
:
曹天
[
Other
]
Tuned Boyer-Moore algorithm
DL : 0
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
Update
: 2025-02-17
Size
: 1kb
Publisher
:
赵机密
[
Data structs
]
Boyer-Moore-Hospool
DL : 0
匹配算法,Boyer-Moore-Hospool匹配算法 这个算法在大文件中搜索小pattern有很高效率。 推荐用来代替strstr() 这个实现我没有测过,不过应该不会有大问题。 C++的代码,容易使用:) -matching algorithm, Boyer- Moore-Hospool matching algorithm The algorithm in document search small pattern has a high efficiency. Suggest to replace strstr () I did not realize the test before but there should not be a big problem. C code, easier to use :)
Update
: 2025-02-17
Size
: 1kb
Publisher
:
彭诗力
[
AI-NN-PR
]
比Boyer-Moore更快的字符串查找算法
DL : 0
比Boyer-Moore更快的字符串查找算法-than the Boyer- Moore string search for a faster algorithm
Update
: 2025-02-17
Size
: 2kb
Publisher
:
老石
[
OS program
]
bmsearch_src
DL : 0
An article on implementing Boyer-Moore algorithm for Unicode strings in C#.-An article on implementing Boyer- Moore al gorithm for Unicode strings in C#.
Update
: 2025-02-17
Size
: 10kb
Publisher
:
左秋明
[
Driver Develop
]
boyer-moore
DL : 0
用 boyer-moore 算法实现 字符串的 查找 程序特点: 图形化的界面 ,并把查找到的结果 高亮显示-with BOYER-moore algorithm string tracing procedure features : graphical interface, and the outcome of the search highlighted
Update
: 2025-02-17
Size
: 3kb
Publisher
:
[
Data structs
]
Boyer-Moore
DL : 0
BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模式匹配。分析和实验说明,BM匹配算法对于那些字符集比较大,而模式串中出现的字符比较少的时候,工作效率最快。而且,考虑KMP匹配方式的优化,可以结合KMP匹配和BM匹配,进一步提高效率。 -BM algorithm is a better pattern matching algorithm. General, if we do not consider the length of pattern, a time complexity O (n) algorithm should be optimal, but the fact is not the case. BM algorithm can realize more efficient pattern matching. Analysis and experiments, BM-matching algorithm for those relatively large character set, and the mode string of characters appearing in less time, the efficiency of the fastest. Moreover, consider the KMP matching optimization, you can match the combination of KMP and BM match, and further improve efficiency.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Louis
[
Windows Develop
]
The_Fibonacci_Heap_by_John_Boyer
DL : 0
John Boyer的论文。论文详细介绍了FibonacciHeap的原理和应用。
Update
: 2025-02-17
Size
: 25kb
Publisher
:
chen allen
[
Other
]
Boyer-Moore
DL : 0
Boyer-Moore language vc++ -Boyer-Moore language vc++
Update
: 2025-02-17
Size
: 19kb
Publisher
:
liangqianyu
[
Other
]
newBM
DL : 0
boyer-moore的算法实现,希望有所帮助-boyer-moore algorithm, hoping help
Update
: 2025-02-17
Size
: 1kb
Publisher
:
wujiayan
[
Mathimatics-Numerical algorithms
]
bmsearch
DL : 0
字符串搜索,采用boyer-moore算法最简单的描述实现,没有添加预处理和改进算法,若是英文搜索,区分大小写-String search, using boyer-moore algorithm described in the simplest implementation, did not add pre-processing and improve the algorithm, if the English search is case-sensitive
Update
: 2025-02-17
Size
: 3kb
Publisher
:
zhangyi
[
Data structs
]
bmsearch_src
DL : 0
BM关键字查找算法,在用于查找子字符串的算法当中,BM(Boyer-Moore)算法是目前相当有效又容易理解的一种,一般情况下,比KMP算法快3-5倍。-BM keyword search algorithm used in the sub-string search algorithm which, BM (Boyer-Moore) algorithm is quite effective and easy to understand A, under normal circumstances, more than 3-5 times the KMP algorithm quickly.
Update
: 2025-02-17
Size
: 10kb
Publisher
:
jiangjun
[
Windows Develop
]
BOYER04
DL : 0
Fast String Search Algorithm (Boyer) for Windows/C Programmer
Update
: 2025-02-17
Size
: 41kb
Publisher
:
ibraheem Ali
[
Data structs
]
STRING
DL : 0
介紹了knuth-morris-pratt方法與化簡了的boyer-morre方法,這兩個方法在尋找字串中是否有一個特定的字串時有相當傑出的表現-Introduced knuth-morris-pratt methods and simplification of the boyer-morre method, the two methods in the search string if the string has a specific time to time the performance of a very distinguished
Update
: 2025-02-17
Size
: 14kb
Publisher
:
c2535103
[
Other
]
FastInString
DL : 0
Replace the InStr function in Visual Basic 6 with this new faster function with Boyer-Moore Algorithm
Update
: 2025-02-17
Size
: 2kb
Publisher
:
Zainuddin Nafarin
[
Other
]
Boyer-Moore-Horspool-Sunday
DL : 0
使用Boyer-Moore-Horspool-Sunday 算法进行字符串匹配的系列函数-Using the Boyer-Moore-Horspool-Sunday algorithm for string matching a series of functions
Update
: 2025-02-17
Size
: 1kb
Publisher
:
杜俊卫
[
Mathimatics-Numerical algorithms
]
Boyer-Moore
DL : 0
Boyer-Moore.cpp BM算法的简单实现-Boyer-Moore.cpp BM algorithm
Update
: 2025-02-17
Size
: 1kb
Publisher
:
neufox
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.