搜索资源列表
rs.bm
- 一个用c编的RS编码的程序,采用BERLEKAMP-MASSEY S 算法,输入m,以及信噪比,可得到生成多项式和误码率等。-with a series of RS coding procedures, using BERLEKAMP - MASSEY S algorithm input m, and the signal-to-noise ratio. available generating polynomial and the error rate.
source
- ac-bm算法。多模式字符串匹配算法 在.Net平台下使用C#开发
BoyerMooreSearch_src
- bm算法。多模式字符串匹配算法 在.Net平台下使用C#开发
BM
- 实现BM算法查找文本中字符串功能,给出匹配次数和所用时间。
cryptography-BM
- 这是关于密码学BM算法的C++可视化程序,已实现了基本需求!-This is about cryptography BM algorithm C++ visualization program, has achieved the basic needs!
libbitap
- wu-manber算法的实现。 Wu-Manber基于BM算法思想,通过SHIFT、HASH、PREFIX三张表进行快速跳跃,实现快速多模式匹配。-A clean implementation of Sun Wu and Udi Manber s bitap algorithm. Note that the complete search string must be matched by the pattern. If you want to search for subst
string
- 字符串匹配BM算法算法源码 字符串匹配BM算法 源码 很好的 有新意-BM algorithm for string matching algorithm source BM string matching algorithms have a good new source
bm
- bm算法和朴素算法的实现,还有时间的比较-bm algorithm and simple algorithm
high_speed_architecture_for_reed_solomon_decoder.r
- RS码的解调算法,BM算法(Berlekamp–Massey)和一种新型高速VLSI算法。-High-Speed Architectures for Reed–Solomon Decoders
getpoly_bm1
- 利用BM算法求解线性移位寄存器生成多项式-get LFSR sequence prime Polynomial by BM algorithm
bm
- bm算法 c++代码实现 希望对你有用-bm algorithm c++ Implementation
BM
- 移位寄存器中的BM算法,学习这门课的同学可以参考一下-BM algorithm in the shift register, learning this course students can reference
BM-suanfa
- BM 算法 字符串匹配的一种算法 The BM Algorithm string matching algorithm-The BM Algorithm string matching algorithm
BM
- BM 字符匹配算法--BM算法在进行匹配时,包含两个并行的算法,坏字符算法和好后缀算法,这两种算法的目的就是为了让模式串每次向右移动尽可能大的距离。-BM character matching algorithm- the BM algorithm during the match, contains the algorithm, two parallel bad characters algorithm and good suffix algorithm, the purpose of the
BM算法
- 在计算机科学里,Boyer-Moore字符串搜索算法是一种非常高效的字符串搜索算法。它由Bob Boyer和J Strother Moore设计于1977年。此算法仅对搜索目标字符串(关键字)进行预处理,而非被搜索的字符串。虽然Boyer-Moore算法的执行时间同样线性依赖于被搜索字符串的大小,但是通常仅为其它算法的一小部分:它不需要对被搜索的字符串中的字符进行逐一比较,而会跳过其中某些部分。通常搜索关键字越长,算法速度越快。它的效率来自于这样的事实:对于每一次失败的匹配尝试,算法都能够使用这
BM
- 写出Berlekamp-Massey算法的函数BM(a,N), 其中参数a = (a0, a1, a2,…, aN?1)为一条有限序列, N为该序列长度, 函数返回值是有限序列的线性复杂度和生成a 的反馈多项式。(Calculating feedback polynomial of bit data sequence)
Boyer-Moore
- 字符串BM匹配算法,可以尝试利用并行改进算法(The string BM matching algorithm can try to make use of the parallel improvement algorithm)
BM
- 利用Berlekamp Massey算法求一个线性反馈移位寄存器序列的极小多项式及线性复杂度。(We use Berlekamp Massey algorithm to find the minimal polynomial and linear complexity of a LFSR.)
BM算法
- 基于c语言编写的bm算法,可读入2^32以内的序列
BM
- 使用python实现立体匹配算法BM算法,能够计算视差图(BM algorithm, which USES python to realize stereo matching algorithm, can calculate the parallax graph)