搜索资源列表

  1. 字符串匹配算法(KMP KR BM)

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

    • 发布日期:2010-09-06
    • 文件大小:2820
    • 提供者:tjltail
  1. Kmp

    0下载:
  2. 实现KMP模式匹配,模式匹配操作对象是字符串-achieve KMP, pattern-matching operations object is a string
  3. 所属分类:C#编程

    • 发布日期:2024-05-03
    • 文件大小:53248
    • 提供者:小百
  1. KMP模式匹配(可以有通配符)

    0下载:
  2. 使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:891904
    • 提供者:张远洋
  1. Kmp算法

    0下载:
  2. 本程序为Kmp匹配算法的实现,程只需直接运行即可,-the procedures for KMP matching algorithm implementation, a journey which takes you directly can run,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:骆子丞
  1. 字符串匹配的KMP算法

    0下载:
  2. 这是字符串匹配算法中很著名的KMP算法,此文件仅供大家参考,具体是否能调通,本人还没有试过-This is a string matching algorithm is famous KMP algorithm, this document is your reference, specifically whether Qualcomm will emphasize, I have not tried
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:郑旋
  1. KMP匹配算法

    0下载:
  2. 由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorith
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:卢孝飞
  1. kmp Algorithm

    0下载:
  2. 这是一个关于字符串匹配的kmp算法,程序简单精炼,可以借鉴一下-This is a match on the string of KMP algorithm, a simple refining process, we can draw about
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:容器
  1. KMP

    0下载:
  2. KMP算法是一个查找两个字符串公共串的算法,比一般的算法效率要高很多.-KMP algorithm is a two string public string search algorithms, than the average efficiency of the algorithm is much higher.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:mzp
  1. 1905(KMP)

    0下载:
  2. zoj的1905题. KMP算法的标准程序。-zoj the 1905 title. KMP algorithm standard procedures.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:wzc
  1. KMP

    0下载:
  2. 此代码实现了字符串的KMP算法和快速排序算法,能够快速的寻找到制定的字符串-This code achieved a string of KMP algorithm and fast sorting algorithm that can quickly find the formulation of string
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:1012736
    • 提供者:第五晶
  1. KMP

    0下载:
  2. KMP算法,详细的解释了如何去匹配字符串。做成了实验报告,希望给大家帮助。-KMP algorithm, a detailed explanation of how to match the string. The report resulted in the experiment, we hope to help.
  3. 所属分类:文档资料

    • 发布日期:2024-05-03
    • 文件大小:121856
    • 提供者:缪巍巍
  1. KMP

    0下载:
  2. 著名的KMP算法 实现快速字符串匹配 其中还包括失效函数的实现-KMP famous fast string matching algorithm which also includes the realization of failure function
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:施欢欣
  1. KMP

    0下载:
  2. 内有KMP的模板和pku2406,pku2752的源代码,经典字符串算法。-There are KMP of the templates and pku2406, pku2752 source code, classical string algorithms.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:zuobaojing
  1. KMP

    0下载:
  2. kmp算法,可匹配字符串中的个别字符。搜索字符-KMP algorithm can match the string of individual characters. English characters
  3. 所属分类:并行运算

    • 发布日期:2024-05-03
    • 文件大小:195584
    • 提供者:army
  1. KMP

    0下载:
  2. kmp高效字符串匹配算法,算法复杂度大大减小。-KMP string matching algorithm efficient, the algorithm complexity is greatly reduced.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:Whitehorse32
  1. KMP

    0下载:
  2. 这是一个高效的,寻找部分字符串的代码,采用KMP法,是目前寻找字符串中高效的一种.-This is a highly efficient search for the string part of the code, the use of KMP law, is currently looking for a high-performance string.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:li
  1. kmp

    0下载:
  2. KMP的算法实现。nlg(n)的复杂度判读两个字符串是否部分或全部匹配-KMP algorithm. nlg (n) the complexity of interpretation whether the two string matching some or all of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:pillar
  1. KMP

    0下载:
  2. 快速查找字符串算法,改进后的KMP算法完全实现-Quick Find string algorithm, the improved algorithm for the full realization of KMP
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:6144
    • 提供者:yarakchou
  1. KMP

    0下载:
  2. kmp 算法 也许会有帮助的。。。大家快来下吧-KMP algorithm may be helpful. . . Come everyone, are you
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:xiong
  1. KMP(VB)

    0下载:
  2. 自己写的基于VB6.0平台的KMP字符串匹配算法,算法过程和严蔚敏版数据结构相同,可以作为学习数据结构的参考-Wrote it myself VB6.0 platform based on the KMP string matching algorithm, the algorithm process and Yan Wei-min version of the same data structure can be used as a
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:杨羽
« 12 3 4 5 6 7 8 9 10 ... 29 »

源码中国 www.ymcn.org