CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - BM,BM算法

搜索资源列表

  1. rs.bm

    2下载:
  2. 一个用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.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:15.48kb
    • 提供者:王智
  1. StereoEvaluating

    4下载:
  2. OpenCV支持的三种双目立体视觉算法BM,SGBM,GC综合比较,输出视差效果-Evaluating BM,SGBM,GC algorithm..
  3. 所属分类:多媒体编程

    • 发布日期:2013-04-13
    • 文件大小:4.43mb
    • 提供者:向天问
  1. cryptography-BM

    0下载:
  2. 这是关于密码学BM算法的C++可视化程序,已实现了基本需求!-This is about cryptography BM algorithm C++ visualization program, has achieved the basic needs!
  3. 所属分类:Static control

    • 发布日期:2017-03-26
    • 文件大小:29.53kb
    • 提供者:Mervin
  1. libbitap

    0下载:
  2. 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
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:6.57kb
    • 提供者:buptisc
  1. bm

    0下载:
  2. bm算法和朴素算法的实现,还有时间的比较-bm algorithm and simple algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1.83kb
    • 提供者:huaaa
  1. high_speed_architecture_for_reed_solomon_decoder.r

    0下载:
  2. RS码的解调算法,BM算法(Berlekamp–Massey)和一种新型高速VLSI算法。-High-Speed Architectures for Reed–Solomon Decoders
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:322.48kb
    • 提供者:hero
  1. cb

    0下载:
  2. 算法VC++编程用bf,bm,kmp解决串匹配-Algorithm for VC++ programming with bf, bm, kmp solve the string matching
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:916byte
    • 提供者:曹力强
  1. RS_en_de_soft

    0下载:
  2. 这是用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.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:83.77kb
    • 提供者:明日上尉
  1. B_M

    0下载:
  2. 密码学BM算法C++可视化编程实现。效果不错,可达到预期目的。-Programming cryptography BM algorithm C++ visualization. Good results, can achieve the intended purpose.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:29.26kb
    • 提供者:Mervin
  1. BM

    1下载:
  2. 移位寄存器中的BM算法,学习这门课的同学可以参考一下-BM algorithm in the shift register, learning this course students can reference
  3. 所属分类:CSharp

    • 发布日期:2017-11-04
    • 文件大小:1kb
    • 提供者:小凤
  1. filter

    0下载:
  2. 自己写的一个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
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:1.88mb
    • 提供者:zzy
  1. BM

    0下载:
  2. 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
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:1.9kb
    • 提供者:travis
  1. QSearchStr

    0下载:
  2. 一种改进的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.
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:1.85kb
    • 提供者:zheng
  1. rs_bm

    0下载:
  2. 这是一个关于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
  3. 所属分类:Communication

    • 发布日期:2017-11-13
    • 文件大小:5.72kb
    • 提供者:vb
  1. BM

    0下载:
  2. 在計算機科學里,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.
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:1.35kb
    • 提供者:王鈞弘
  1. BM算法

    0下载:
  2. 在计算机科学里,Boyer-Moore字符串搜索算法是一种非常高效的字符串搜索算法。它由Bob Boyer和J Strother Moore设计于1977年。此算法仅对搜索目标字符串(关键字)进行预处理,而非被搜索的字符串。虽然Boyer-Moore算法的执行时间同样线性依赖于被搜索字符串的大小,但是通常仅为其它算法的一小部分:它不需要对被搜索的字符串中的字符进行逐一比较,而会跳过其中某些部分。通常搜索关键字越长,算法速度越快。它的效率来自于这样的事实:对于每一次失败的匹配尝试,算法都能够使用这
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:1kb
    • 提供者:Never give up
  1. Boyer-Moore

    0下载:
  2. 字符串BM匹配算法,可以尝试利用并行改进算法(The string BM matching algorithm can try to make use of the parallel improvement algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:3.48mb
    • 提供者:四维木童
  1. StringMatcher

    0下载:
  2. 课程作业做的一个字符串匹配小程序,初学编程,请多指教(A small application about string matching)
  3. 所属分类:其他小程序

    • 发布日期:2018-05-02
    • 文件大小:8kb
    • 提供者:Echo28
  1. BM算法

    1下载:
  2. 基于c语言编写的bm算法,可读入2^32以内的序列
  3. 所属分类:C#编程

  1. BM

    1下载:
  2. 使用python实现立体匹配算法BM算法,能够计算视差图(BM algorithm, which USES python to realize stereo matching algorithm, can calculate the parallax graph)
  3. 所属分类:Windows编程

    • 发布日期:2020-06-05
    • 文件大小:1kb
    • 提供者:memphis111
« 12 »
搜珍网 www.dssz.com