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

搜索资源列表

  1. B_M算法

    2下载:
  2. 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
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:30926
    • 提供者:赖晖
  1. BM

    0下载:
  2. java 实现的BM算法。 BM算法是一种字符串匹配算法。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8903
    • 提供者:闫然
  1. bm算法

    0下载:
  2. bm算法的delphi实现-bm algorithm to achieve the delphi
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:24821
    • 提供者:丘小恬
  1. BM

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

    • 发布日期:2008-10-13
    • 文件大小:11882
    • 提供者:sifhay
  1. 密码学算法-程序实现

    0下载:
  2. 内有AES IDEA DES RSA BM算法。可以直接执行附有源代码。-within AES IDEA BM DES RSA algorithm. Can directly with the implementation of the source code.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1254769
    • 提供者:张波
  1. 字符串匹配算法(KMP KR BM)

    4下载:
  2. 单模式字符串匹配算法里面最经典的算法,KMP算法,KR算法 和BM算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-09-06
    • 文件大小:2820
    • 提供者:tjltail
  1. RS_15_11编译码_matlab实现

    4下载:
  2. Matlab实现rs(15,11)的编译码算法,可用于算法学习,和验证,易于修改,简单易懂。
  3. 所属分类:源码下载

  1. BM-algorithm

    1下载:
  2. B-M 算法的matlab实现 密码学中又一重要的算法实现-BM algorithm matlab achieve another important cryptography algorithm implementation
  3. 所属分类:matlab例程

    • 发布日期:2014-02-04
    • 文件大小:643
    • 提供者:xiaotiantian
  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
    • 文件大小:45438
    • 提供者:cuiyuzheng
  1. BM

    0下载:
  2. 经典的模式匹配算法,目前使用最广的单模匹配算法源代码BM算法-Classic pattern-matching algorithms, currently the most widely used single-mode-matching algorithm source code BM algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:7138
    • 提供者:asdf
  1. bm

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

    • 发布日期:2017-03-27
    • 文件大小:1877
    • 提供者:huaaa
  1. bm

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

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

    0下载:
  2. BM算法 一个小小的程序 仅供大家参考使用-BM algorithm is a small program you use and reference only
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1608316
    • 提供者:imiffier
  1. BM算法

    0下载:
  2. 序列密码中的BM算法,经典有效,能运行。
  3. 所属分类:其它

    • 发布日期:2014-05-09
    • 文件大小:1228221
    • 提供者:z5253882
  1. B_M算法

    1下载:
  2. 线性反馈移位寄存器序列求解极小多项式的BM算法(a method to find a minimum polinomial of a LFSR)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-25
    • 文件大小:450560
    • 提供者:wxt201
  1. BM

    1下载:
  2. 双目测距bm算法,已经实现,基于vs2015+opencv3.2,测距精度很高,一米内精度一厘米误差(Binocular ranging bm algorithm, which has been implemented, is based on vs2015 + opencv3.2, which has high accuracy and one centimeter error in one meter)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-17
    • 文件大小:5020672
    • 提供者:null14
  1. BM算法

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

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者: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
    • 文件大小:1024
    • 提供者:zd123456
  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
    • 文件大小:1024
    • 提供者:memphis111
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com