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

搜索资源列表

  1. BM

    0下载:
  2. bm算法的详细介绍Boyer-Moore Matching-BM algorithm Boyer-Moore Matching
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:51835
    • 提供者:neufox
  1. boyermoore

    0下载:
  2. 改进的boyer-moore算法,用于搜索二进制文件中的特征码。-Improved boyer-moore algorithm used to search a binary file signatures.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2460
    • 提供者:
  1. Pattern-matching

    0下载:
  2. 实现字符串的匹配,有常见的蛮力算法,kmp算法,Horspool算法,Boyer-Moore算法-String matching, common brute force algorithm, kmp algorithm, Horspool algorithm, the Boyer-Moore algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:554459
    • 提供者:aa
  1. QSearchStr

    0下载:
  2. 一种改进的Boyer-Moore的字符串查找算法(Sunday),比BM算法快3倍以上,尤其适合长串的查找。 本人编写的类CQSearchStr以无符号字符串形式查找,故可广泛用于非ANSI编码的程序。-An improved Boyer-Moore string search algorithm (Sunday), than BM algorithm is more than three times faster, especially for long strings Find.
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:1893
    • 提供者:zheng
  1. ts_bm

    0下载:
  2. Boyer-Moore text search implementation for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:1533
    • 提供者:qonengbui
  1. bmpdecoderhelper

    0下载:
  2. API: Boyer-Moore StringSearch prototype.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-17
    • 文件大小:14270
    • 提供者:qengminben
  1. bn_ctx

    0下载:
  2. API: Boyer-Moore StringSearch prototype.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:4086
    • 提供者:kenghouwa
  1. BM

    0下载:
  2. 在計算機科學里,Boyer-Moore字元串搜索演算法是一種非常高效的字元串搜索演算法。-In computer science, the Boyer–Moore string search algorithm is an efficient string searching algorithm that is the standard benchmark for practical string search literature.
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:1387
    • 提供者:王鈞弘
  1. Horspool1

    0下载:
  2. Boyer-Moore Horspool
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:237879
    • 提供者:Ana
  1. boyerMooreAlgorithm

    0下载:
  2. Boyer Moore Algorithm in C-Boyer Moore Algorithm in C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1053
    • 提供者:Petrus Gumarang
  1. 234

    0下载:
  2. Boyer-Moore算法 字符串匹配函数-Boyer-Moore function string matching algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1162
    • 提供者:qwerty
  1. boyer-moore

    0下载:
  2. bm算法是实现程序,c++代码,Vc环境,简单便于理解-bm algorithm is realized in the program, c++ code, Vc environment, simple easy to understand
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:24949
    • 提供者:wuxiaojie
  1. ts_bm

    0下载:
  2. Boyer-Moore text search implementation for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2345
    • 提供者:kvnonjl
  1. FastInString

    0下载:
  2. Replace the InStr function in Visual Basic 6 with this new faster function with Boyer-Moore Algorithm
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2363
    • 提供者:liao66720
  1. BM算法

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

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

    0下载:
  2. 字符串搜索,采用boyer-moore算法最简单的描述实现,没有添加预处理和改进算法,若是英文搜索,区分大小写()
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:eisoribuaed
  1. based-robust-Xrimer

    0下载:
  2. 字符串搜索,采用boyer-moore算法最简单的描述实现,没有添加预处理和改进算法,若是英文搜索,区分大小写()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:WRUtkr$83280
  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 2»
搜珍网 www.dssz.com