CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - BM,BM算法

搜索资源列表

  1. acbm

    0下载:
  2. AC-BM算法的实现的压缩包,很流行的字符串匹配算法,已经测试,-AC-BM algorithm for the realization of the compressed, the very popular string matching algorithm has been tested,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.69kb
    • 提供者:李阳
  1. Boyer-Moore

    0下载:
  2. BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模式匹配。分析和实验说明,BM匹配算法对于那些字符集比较大,而模式串中出现的字符比较少的时候,工作效率最快。而且,考虑KMP匹配方式的优化,可以结合KMP匹配和BM匹配,进一步提高效率。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.13kb
    • 提供者:Louis
  1. bm

    0下载:
  2. 这个是bm字符串匹配算法的改进,减少运行时间,加快执行速度。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.81kb
    • 提供者:罗杰
  1. bm_algorithm

    0下载:
  2. 一种比较理想,快速的字符串匹配算法-BM算法,匹配性能较优。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.95kb
    • 提供者:malota
  1. bmhs_algorithm

    0下载:
  2. 一种比较理想,快速的字符串匹配算法-BMHS算法,它与BM算法的性能相当,但是算法复杂度较低。
  3. 所属分类:数据结构常用算法

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

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

    • 发布日期:2010-09-06
    • 文件大小:2.75kb
    • 提供者:tjltail
  1. bmsearch_src.zip

    0下载:
  2. BM关键字查找算法,在用于查找子字符串的算法当中,BM(Boyer-Moore)算法是目前相当有效又容易理解的一种,一般情况下,比KMP算法快3-5倍。,BM keyword search algorithm used in the sub-string search algorithm which, BM (Boyer-Moore) algorithm is quite effective and easy to understand A, under normal circumstances
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:10.28kb
    • 提供者:jiangjun
  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
    • 文件大小:160.66kb
    • 提供者:richard
  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
    • 文件大小:6.97kb
    • 提供者: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
    • 文件大小:2.5mb
    • 提供者: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
    • 文件大小:1.35kb
    • 提供者:li shu
  1. bbbmTEST

    0下载:
  2. BM快速搜索算法的实现。可以实现诸如edit等软件的搜索功能,作者已经做过对比测试。-BM quick search algorithm. Can be achieved, such as edit software such as search capabilities, the author has done comparison testing.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1.66mb
    • 提供者:simajinghua
  1. My_BM4

    0下载:
  2. BM算法源代码,是用c++写的。适用于字符串的多模式匹配问题。-BM algorithm source code is written in c++. For a string of multi-pattern matching problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:184.04kb
    • 提供者:汪浩
  1. BM

    0下载:
  2. 字符串模式匹配的bm算法,效率略逊于sunday,代码也比较复杂。但文献引用度较高。-Bm string pattern matching algorithms, efficiency, slightly lower than sunday, the code is more complicated. However, citation is high.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1.08mb
    • 提供者:linge
  1. BM

    0下载:
  2. 经典的单模式匹配算法:BM算法,对特征码检测有特别实用的帮助-The classic single-pattern matching algorithms: BM algorithm, signature detection with the help of special practical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:603byte
    • 提供者:dywisdomno1
  1. bm

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

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

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

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

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

    • 发布日期:2017-05-16
    • 文件大小:3.58mb
    • 提供者:尹超
  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
    • 文件大小:12.77kb
    • 提供者:libin
  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
    • 文件大小:10.97kb
    • 提供者:张荣柏
« 12 »
搜珍网 www.dssz.com