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

搜索资源列表

  1. Boyer-Moore-Hospool

    0下载:
  2. 匹配算法,Boyer-Moore-Hospool匹配算法 这个算法在大文件中搜索小pattern有很高效率。 推荐用来代替strstr() 这个实现我没有测过,不过应该不会有大问题。 C++的代码,容易使用:) -matching algorithm, Boyer - Moore-Hospool matching algorithm The algorithm in document search small pattern has a high efficiency
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:彭诗力
  1. 比Boyer-Moore更快的字符串查找算法

    1下载:
  2. 比Boyer-Moore更快的字符串查找算法-than the Boyer - Moore string search for a faster algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.79kb
    • 提供者:老石
  1. bmsearch_src

    0下载:
  2. An article on implementing Boyer-Moore algorithm for Unicode strings in C#.-An article on implementing Boyer - Moore al gorithm for Unicode strings in C#.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10.58kb
    • 提供者:左秋明
  1. boyer-moore

    0下载:
  2. 用 boyer-moore 算法实现 字符串的 查找 程序特点: 图形化的界面 ,并把查找到的结果 高亮显示-with BOYER-moore algorithm string tracing procedure features : graphical interface, and the outcome of the search highlighted
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:3.4kb
    • 提供者:zhouxiaolin
  1. Tuned Boyer-Moore algorithm

    0下载:
  2. 一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.14kb
    • 提供者:赵机密
  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. bmsearch

    0下载:
  2. 字符串搜索,采用boyer-moore算法最简单的描述实现,没有添加预处理和改进算法,若是英文搜索,区分大小写-String search, using boyer-moore algorithm described in the simplest implementation, did not add pre-processing and improve the algorithm, if the English search is case-sensitive
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:3.19kb
    • 提供者:zhangyi
  1. newBM

    0下载:
  2. boyer-moore的算法实现,希望有所帮助-boyer-moore algorithm, hoping help
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:1.17kb
    • 提供者:wujiayan
  1. BOYER04

    0下载:
  2. Fast String Search Algorithm (Boyer) for Windows/C Programmer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:41.16kb
    • 提供者:ibraheem Ali
  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. FastInString

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

  1. Boyer-Moore-Horspool-Sunday

    0下载:
  2. 使用Boyer-Moore-Horspool-Sunday 算法进行字符串匹配的系列函数-Using the Boyer-Moore-Horspool-Sunday algorithm for string matching a series of functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:1.37kb
    • 提供者:杜俊卫
  1. BM

    0下载:
  2. Tuned Boyer-Moore algorithm 国外牛人的改进的BM匹配算法-Tuned Boyer-Moore algorithm
  3. 所属分类:Exploit

    • 发布日期:2017-03-28
    • 文件大小:1.41kb
    • 提供者:wenlong
  1. Boyer-Moore

    0下载:
  2. Boyer-Moore.cpp BM算法的简单实现-Boyer-Moore.cpp BM algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

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

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

    • 发布日期:2017-04-08
    • 文件大小:2.4kb
    • 提供者:
  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
    • 文件大小:541.46kb
    • 提供者:aa
  1. boyerMooreAlgorithm

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

    • 发布日期:2017-04-11
    • 文件大小:1.03kb
    • 提供者:Petrus Gumarang
  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
    • 文件大小:24.36kb
    • 提供者:wuxiaojie
  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
    • 文件大小:2.31kb
    • 提供者:liao66720
  1. boyer-moore-algorithm.ppt

    0下载:
  2. Design and Analysis Algorithm Booyer Moore
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:223.66kb
    • 提供者:au
« 12 »
搜珍网 www.dssz.com