搜索资源列表
BMarithmetic
- 该BM算法用来求二元域上长度为11的序列的线性综合解-the BM algorithm used for binary domain length of the sequence of 11 linear integrated solution
B_M算法
- VC++编程实现了二元域的BM算法。Berlekamp-Massey 算法是一个少有的高效算法。只需要输入密文中的2l个比特,就可以产生LFSR的最小多项式,从而生成整个序列。这里的l是系统的线性复杂度。-VC + + programming domain of the dual BM algorithm. Berlekamp-Massey algorithm is a rare efficient algorithm. Just type of dense text 2l bits, we c
bm
- 字符串匹配算法,单模式字符串匹配。 使用c语言编写
BMSearch
- BM搜索算法源代码。能够快速搜索。写成类,能够直接调用
moshi
- BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模式匹配。分析和实验说明,BM匹配算法对于那些字符集比较大,而模式串中出现的字符比较少的时候,工作效率最快。而且,考虑KMP匹配方式的优化,可以结合KMP匹配和BM匹配,进一步提高效率。
BM
- Tuned Boyer-Moore algorithm 国外牛人的改进的BM匹配算法-Tuned Boyer-Moore algorithm
bmh
- 字符串匹配BM算法 坏字符规则(BMH算法)-BM algorithm bad character string matching rules (BMH algorithm)
BM
- bm算法的详细介绍Boyer-Moore Matching-BM algorithm Boyer-Moore Matching
BMsuanfa2
- 密码学里面的BM算法的C语言实现,实验代码 可运行 -failed to translate
BM
- BM算法,基于一定连续N比特二进制数据的一种简单的后缀蛮力匹配算法-BM algorithm, based on a successive N-bit binary data in a simple brute force suffix matching algorithm
BM
- 密码学非常重要的一个算法BM算法,包括整个工程文件,希望对你有帮助-Cryptography is an important algorithm BM algorithm, including the whole project files, hope to help you
BM
- 密码学BM算法的C++实现。可计算100阶m序列的生成多项式-Cryptography BM algorithm in C++. Computable 100 m sequence generator polynomial order
boyer_moore_algorithm
- 字符串匹配 boyer_mooer 算法(boyer_mooer algorithm for strings match)