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

搜索资源列表

  1. KMP

    0下载:
  2. KMP算法程序,基于C++,可用于数据结构实验及教学-KMP algorithm procedure, based C++, data structures can be used for experimental and teaching
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:503141
    • 提供者:smileagle
  1. kmp

    0下载:
  2. 数据结构KMP算法的简单实现,利用KMP算法实现串的模式匹配编程-KMP algorithm data structure simple implementation, the use of KMP string pattern matching algorithm programming
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:733
    • 提供者:
  1. KMP-Algorithm

    0下载:
  2. KMP算法的一个简单实现,稍加更改即可应用在其他程序中。-A program of realizing the KMP algorithm, can be easily adopted in any other programs with small modification.
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:5264
    • 提供者:周峰
  1. KMP

    0下载:
  2. 字符串匹配算法,用KMP算法来解决字符匹配问题-String matching algorithm, using KMP algorithm to solve the problem of matching characters
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:651
    • 提供者:xiaoxue
  1. KMP

    0下载:
  2. 这是一片最近发表的论文,证明了KMP算法,进一步给出了一些延拓-This is a recently published paper, proved KMP algorithm, a further extension gives some
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:814127
    • 提供者:张池
  1. BF-a-KMP-algorithm

    0下载:
  2. 实现BF算法和KMP算法,WORD文档格式,附有详细源码,带有程序运行截图-BF algorithm and the KMP algorithm implementation, WORD document format, with detailed source code, with the program running shots
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:143241
    • 提供者:张丹玉
  1. KMP-Alg

    0下载:
  2. KMP算法即最小生成树算法,本示例用c语言编写的源码-KMP algorithm that minimum spanning tree algorithm, the sample with the c language source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:14785
    • 提供者:changsheng wang
  1. KMP-string-match

    0下载:
  2. 编写一个使用KMP算法的字符串匹配程序。 使用方法:字符串匹配.exe -f xxx.txt -s xxx -f 指定要查找的文件 -s 指定要查找的字符串-Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:9882
    • 提供者:zzh
  1. KMP

    0下载:
  2. 编程求出子串(模式串)的next值,利用kmp算法实现子串与多个主串的匹配,针对同一子串next值只计算一次。-make use of KMP arithmetic
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:809
    • 提供者:XIE
  1. kmp

    0下载:
  2. java数据结构的串的kmp算法部分源码-java number comb basis kmp algorithm part sources
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:969
    • 提供者:饶林
  1. Pattern-matching-to-achieve-kmp

    0下载:
  2. KMP算法是对一般模式匹配算法的改进,由D.E.Knuth与V.R.Pratt和J.H.Morris 同时发现的因此人们称它为克努特-莫里斯-莫拉特操作(简称为KMP算法)。-KMP algorithm is a general pattern matching algorithm improvements by DEKnuth with VRPratt and JHMorris also found that the so people call it Knut- Morris- Murat
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-04
    • 文件大小:1275
    • 提供者:李锋
  1. KMP

    0下载:
  2. 数据结构中的KMP算法,模式匹配的优化算法-KMP algorithm data structure, pattern matching optimization algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1056113
    • 提供者:zhang
  1. KMP

    0下载:
  2. KMP算法和KMP改进算法实现,数据结构,字符串匹配算法-KMP KMP algorithm and improved algorithms, data structures, string matching algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1072734
    • 提供者:chen
  1. KMP

    0下载:
  2. 利用KMP算法,计算字符串的next函数值来实现正文模式匹配,-use KMP algorithm and calculate the next function value of the string to achieve the body pattern matching
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:20604
    • 提供者:张荣
  1. KMP

    0下载:
  2. 一个kmp算法,用于字符串匹配,可以快速匹配两个字符串,查找是否存在相同子串-A kmp algorithm for string matching, you can quickly match two strings, find the existence of the same substring
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:575
    • 提供者:邓子越
  1. KMP

    0下载:
  2. 使用KMP算法进行模式匹配,算出模式串中next[j]的下标-KMP algorithm using pattern matching, calculated pattern string next [j] subscr ipt
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:655813
    • 提供者:libin
  1. KMP

    0下载:
  2. 字符串的模式匹配,使用KMP算法解决优化字符串的模式匹配问题。-String pattern matching, using the KMP algorithm to solve the optimization of the string pattern matching problem.
  3. 所属分类:Data structs

    • 发布日期:2017-05-27
    • 文件大小:9242430
    • 提供者:
  1. kmp

    0下载:
  2. java代码,KMP算法匹配,返回位移值,用户可自行改变原文本及想要匹配的文本-java code, KMP matching algorithm, the return displacement value, the user can change the original text of this and want to match their own
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:693
    • 提供者:jry
  1. Kmp

    0下载:
  2. 这就是传说中的KMP算法,比较不错,可以研究下-This is the legendary KMP algorithm, is good, can study
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:543
    • 提供者:jone
  1. KMP

    0下载:
  2. 详细的介绍了KMP算法,这是一个完整的程序,可以直接运行,希望可以帮到需要的人-Detailed descr iption of the KMP algorithm, which is a complete program that can be run directly, the desire to help those in need
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:678
    • 提供者:刘湘岚
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 22 »
搜珍网 www.dssz.com