搜索资源列表
bm_c
- bm算法是串的一种匹配算法!本源代码介绍了bm算法的c实现。-bm algorithm is a string matching algorithm! Source code introduced bm Algorithm c achieve.
Boyer-Moore
- BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模式匹配。分析和实验说明,BM匹配算法对于那些字符集比较大,而模式串中出现的字符比较少的时候,工作效率最快。而且,考虑KMP匹配方式的优化,可以结合KMP匹配和BM匹配,进一步提高效率。
bm
- 这个是bm字符串匹配算法的改进,减少运行时间,加快执行速度。
bm_algorithm
- 一种比较理想,快速的字符串匹配算法-BM算法,匹配性能较优。
bmhs_algorithm
- 一种比较理想,快速的字符串匹配算法-BMHS算法,它与BM算法的性能相当,但是算法复杂度较低。
BMalthorithm
- BM算法找出产生该段序列的最短级数的线性反馈移位寄存器(LFSR),如对序列a=(1001101011),结果为LFSR(25,4)即周期为25,寄存器级数为4,此处所给为固定长度。-Using BM algorithm to find the linear feedback shift registers with the least steps corresponding to certain sequence. For example, as for a=(1001101011), the
BM
- 经典的模式匹配算法,目前使用最广的单模匹配算法源代码BM算法-Classic pattern-matching algorithms, currently the most widely used single-mode-matching algorithm source code BM algorithm
ACandACBM
- 多模字符串匹配算法。AC和AC-BM算法的c语言实现。以及字符串匹配算法的相关论文,英文原版论文,很有收藏参考价值。-Multi-mode string matching algorithm. AC and AC-BM algorithm c language. String matching algorithm, as well as the relevant papers, original papers in English, it is collection of reference v
bm
- BM可以说是继KMP算法之后更加 优秀的字符串匹配算了,BM 是大师Boyer-Moore的算法杰作, 所以称BM算法, 相比KMP算法效率提高了不少, -BM can be said that after following the KMP algorithm for string matching better forget, BM is the master of the Boyer-Moore algorithm masterpiece, so that BM algorit
My_BM4
- BM算法源代码,是用c++写的。适用于字符串的多模式匹配问题。-BM algorithm source code is written in c++. For a string of multi-pattern matching problem.
BM
- 一个BM程序算法,希望有需要的人自己下载, 有详细说明 -BM algorithm is a procedure, I hope those who need their own download detailed descr iption
KMPandBMexample
- KMP算法与BM算法的具体C++实现,很经典的,算法描述清晰,代码演示的是字符川匹配,很不错-KMP algorithm and the BM algorithm to achieve the specific C++, very classic, algorithm descr iption clearly demonstrates that the code matches the character of Sichuan, very good! !
bm
- 赫夫曼编码译码.doc..一种不错的编码压缩算法!-Huffman coding and decoding. Doc
BM
- 字符串模式匹配的bm算法,效率略逊于sunday,代码也比较复杂。但文献引用度较高。-Bm string pattern matching algorithms, efficiency, slightly lower than sunday, the code is more complicated. However, citation is high.
bm
- BM算法,通过BM算法实现字符串匹配,快速匹配字符串-BM algorithm, through the BM string matching algorithm fast string matching
bmh
- bm算法实现,及简单说明 bm算法实现,及简单说明-BM algrithom
code
- BM算法,挺管用的,新入门者可以参考,语句简单,使用方便-BM code
BM-algorithm
- 一种快速对比字符串的BM算法,可以根据需要加入到自己的工程中-bm algorithm
BM
- 使用BM算法对字符串进行模式匹配,得出主串和模式串的匹配下标-BM algorithm using a pattern matching string, draw strings and the main index matching string pattern
bm
- bm搜索算法 文件形式是vs工程文件,里面是我自己编的bm搜索算法,虽然简陋,但胜在启迪,可以通过我的类来了解bm算法 vs2015-bm search algorithm vs file format is the project file, which is bm Search Algorithm my own, though simple, but wins in inspiration, by my class for bm algorithm vs2015