CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 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. source

    0下载:
  2. ac-bm算法。多模式字符串匹配算法 在.Net平台下使用C#开发
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:44.68kb
    • 提供者:刘学生
  1. BoyerMooreSearch_src

    0下载:
  2. bm算法。多模式字符串匹配算法 在.Net平台下使用C#开发
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.35kb
    • 提供者:刘学生
  1. BM

    0下载:
  2. 实现BM算法查找文本中字符串功能,给出匹配次数和所用时间。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11.6kb
    • 提供者:sifhay
  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. string

    0下载:
  2. 字符串匹配BM算法算法源码 字符串匹配BM算法 源码 很好的 有新意-BM algorithm for string matching algorithm source BM string matching algorithms have a good new source
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:44.37kb
    • 提供者:cuiyuzheng
  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. getpoly_bm1

    2下载:
  2. 利用BM算法求解线性移位寄存器生成多项式-get LFSR sequence prime Polynomial by BM algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1.03kb
    • 提供者:黄英
  1. bm

    1下载:
  2. bm算法 c++代码实现 希望对你有用-bm algorithm c++ Implementation
  3. 所属分类:.net

    • 发布日期:2017-03-30
    • 文件大小:994byte
    • 提供者:hehua
  1. BM

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

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

    0下载:
  2. BM 算法 字符串匹配的一种算法 The BM Algorithm string matching algorithm-The BM Algorithm string matching algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:7.62kb
    • 提供者:wuhen
  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. BM算法

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

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

    1下载:
  2. 写出Berlekamp-Massey算法的函数BM(a,N), 其中参数a = (a0, a1, a2,…, aN?1)为一条有限序列, N为该序列长度, 函数返回值是有限序列的线性复杂度和生成a 的反馈多项式。(Calculating feedback polynomial of bit data sequence)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:1kb
    • 提供者:zd123456
  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. BM

    0下载:
  2. 利用Berlekamp Massey算法求一个线性反馈移位寄存器序列的极小多项式及线性复杂度。(We use Berlekamp Massey algorithm to find the minimal polynomial and linear complexity of a LFSR.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:1019kb
    • 提供者:老中医
  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