搜索资源列表
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.
StereoEvaluating
- OpenCV支持的三种双目立体视觉算法BM,SGBM,GC综合比较,输出视差效果-Evaluating BM,SGBM,GC algorithm..
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
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
cb
- 算法VC++编程用bf,bm,kmp解决串匹配-Algorithm for VC++ programming with bf, bm, kmp solve the string matching
RS_en_de_soft
- 这是用C++语言编写的RS译码程序,主要的功能是对Rs进行编译码,可以方便的修改码型,采用的经典BM算法,可以方便的进行功能实现。-This is written C++ language RS decoding procedures, the main function of Rs codec, you can easily modify the code type, the classical BM algorithm can easily achieve functional.
B_M
- 密码学BM算法C++可视化编程实现。效果不错,可达到预期目的。-Programming cryptography BM algorithm C++ visualization. Good results, can achieve the intended purpose.
BM
- 移位寄存器中的BM算法,学习这门课的同学可以参考一下-BM algorithm in the shift register, learning this course students can reference
filter
- 自己写的一个MFC的字符串匹配,支持多模式匹配,关键词和匹配文档写在TXT中读入,BM算法实现-Himself wrote an MFC string matching, support for multi-pattern matching keywords and matching documents written in TXT reads, BM algorithm implementation
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
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.
rs_bm
- 这是一个关于RS编译码的程序,程序使用C语言实现,RS译码部分使用BM算法来实现,是属于RS译码的经典算法-This is a RS encoding and decoding procedures, the program uses C language the RS decoding part of the BM algorithm to achieve, is the classic RS decoding algorithm
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.
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)
StringMatcher
- 课程作业做的一个字符串匹配小程序,初学编程,请多指教(A small application about string matching)
BM算法
- 基于c语言编写的bm算法,可读入2^32以内的序列
BM
- 使用python实现立体匹配算法BM算法,能够计算视差图(BM algorithm, which USES python to realize stereo matching algorithm, can calculate the parallax graph)