CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - BM,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. 这个是bm字符串匹配算法的改进,减少运行时间,加快执行速度。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4929
    • 提供者:罗杰
  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. 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
    • 文件大小:30237
    • 提供者:Mervin
  1. BMalthorithm

    0下载:
  2. BM算法找出产生该段序列的最短级数的线性反馈移位寄存器(LFSR),如对序列a=(1001101011),结果为LFSR(25,4)即周期为25,寄存器级数为4,此处所给为固定长度。-Using BM algorithm to find the linear feedback shift registers with the least steps corresponding to certain sequence. For example, as for a=(1001101011), the
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:164514
    • 提供者:richard
  1. Srch

    0下载:
  2. URL提取以及顺序检索的实现。顺序检索使用了KMP、BM算法,URL是在这些高效算法的基础上实现的,效果非常不错-URL extraction, as well as the realization of the order of retrieval. Sequence retrieval using the KMP, BM algorithm, URL is in these highly efficient algorithm based on the results is very goo
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:57118
    • 提供者:王佳
  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. ACandACBM

    0下载:
  2. 多模字符串匹配算法。AC和AC-BM算法的c语言实现。以及字符串匹配算法的相关论文,英文原版论文,很有收藏参考价值。-Multi-mode string matching algorithm. AC and AC-BM algorithm c language. String matching algorithm, as well as the relevant papers, original papers in English, it is collection of reference v
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2619992
    • 提供者:shenzhang
  1. bm

    0下载:
  2. BM可以说是继KMP算法之后更加 优秀的字符串匹配算了,BM 是大师Boyer-Moore的算法杰作, 所以称BM算法, 相比KMP算法效率提高了不少, -BM can be said that after following the KMP algorithm for string matching better forget, BM is the master of the Boyer-Moore algorithm masterpiece, so that BM algorit
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1380
    • 提供者:li shu
  1. bm

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

    • 发布日期:2017-03-27
    • 文件大小:1877
    • 提供者: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
    • 文件大小:330219
    • 提供者:hero
  1. bm

    0下载:
  2. BM算法,通过BM算法实现字符串匹配,快速匹配字符串-BM algorithm, through the BM string matching algorithm fast string matching
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1343
    • 提供者:邱士永
  1. bm

    0下载:
  2. bm算法,包含BM算法具体结构和连接方式-bm algorithm, contains the specific structure and connection of the BM algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:5925
    • 提供者:曹红兵
  1. BM

    0下载:
  2. BM算法,基于一定连续N比特二进制数据的一种简单的后缀蛮力匹配算法-BM algorithm, based on a successive N-bit binary data in a simple brute force suffix matching algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:649773
    • 提供者:lyl
  1. BM算法

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

    • 发布日期:2014-05-09
    • 文件大小:1228221
    • 提供者:z5253882
  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. 使用python实现立体匹配算法BM算法,能够计算视差图(BM algorithm, which USES python to realize stereo matching algorithm, can calculate the parallax graph)
  3. 所属分类:Windows编程

    • 发布日期:2020-06-05
    • 文件大小:1024
    • 提供者:memphis111
  1. 附件05-Demo演示代码

    1下载:
  2. 双目相机与计算机连接后进行拍照,图片抓取,视频拍摄,人脸检测,Canny边缘检测,BM算法与SGBM算法进行立体匹配测距的实现。(The binocular camera is connected with the computer to take pictures, capture pictures, take videos, detect faces, Canny edge detection, BM algorithm and sgbm algorithm for stereo match
  3. 所属分类:模式识别(视觉/语音等)

    • 发布日期:2021-04-26
    • 文件大小:9568256
    • 提供者:小乖腾
« 12 3 4 5 »
搜珍网 www.dssz.com