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

搜索资源列表

  1. bm.rar

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:6216
    • 提供者:
  1. BM

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

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

    0下载:
  2. 这个是B-M算法的C++变成实现方法,很容易就能解决繁琐的B-M算法,非原创,亲测可用-This is the BM algorithm C++ become realization, it is easy to be able to solve the complicated BM algorithm, non-original, pro-test available
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:746
    • 提供者:
  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
    • 文件大小:7802
    • 提供者: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
    • 文件大小:1943
    • 提供者:travis
  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. AC-BM-GA-Pattern-Matching-Algorithm-Approach-for-

    0下载:
  2. AC-BM-GA Pattern Matching Algorithm Approach for IDS
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:109129
    • 提供者:Cat_K
  1. BM

    0下载:
  2. 密码学非常重要的一个算法BM算法,包括整个工程文件,希望对你有帮助-Cryptography is an important algorithm BM algorithm, including the whole project files, hope to help you
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7790
    • 提供者:杨俊明
  1. BM

    0下载:
  2. 密码学BM算法的C++实现。可计算100阶m序列的生成多项式-Cryptography BM algorithm in C++. Computable 100 m sequence generator polynomial order
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:818
    • 提供者:leo
  1. BM-decode

    1下载:
  2. 进行BCH译码,经过模拟信道的加噪后,用BM译码的方法进行译码,信道编码的应用-BCH-decoded after the analog channel plus noise, with the BM decoding method for decoding, channel coding applications
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-13
    • 文件大小:2426
    • 提供者:luzhenyan
  1. bm-suangfa

    0下载:
  2. 数学建模时学的BM算法文件,供大家参考学习-BM algorithm files mathematical modeling school, for your learning
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:152791
    • 提供者:李志
  1. BM-algorithm

    0下载:
  2. 一种快速对比字符串的BM算法,可以根据需要加入到自己的工程中-bm algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3754567
    • 提供者:尹超
  1. BM

    0下载:
  2. 使用BM算法对字符串进行模式匹配,得出主串和模式串的匹配下标-BM algorithm using a pattern matching string, draw strings and the main index matching string pattern
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:13076
    • 提供者:libin
  1. BM-suanfa

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

    • 发布日期:2017-05-01
    • 文件大小:7847
    • 提供者:jing419517
  1. bm

    0下载:
  2. bm搜索算法 文件形式是vs工程文件,里面是我自己编的bm搜索算法,虽然简陋,但胜在启迪,可以通过我的类来了解bm算法 vs2015-bm search algorithm vs file format is the project file, which is bm Search Algorithm my own, though simple, but wins in inspiration, by my class for bm algorithm vs2015
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:11235
    • 提供者:张荣柏
  1. B_M算法

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

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

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

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者: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
    • 文件大小:3651584
    • 提供者:四维木童
  1. BM算法

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

  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
    • 提供者:小乖腾
« 1 2 34 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com