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

搜索资源列表

  1. KMP

    0下载:
  2. 数据结构中KMP算法c语言实现,vc6.0环境-KMP algorithm in c language data structure, vc6.0 environment
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:1154
    • 提供者:jingaofang
  1. kmp

    0下载:
  2. 实现KMP算法 1、构建主串S和子串T,采用定长存储结构实现 2、编写主程序调用KMP算法,测试不同的输入数据S和T,输出的结果(输出模式串T的next值,以及T在S中的定位函数值。-KMP algorithm 1 to construct the main string S and substring T, using fixed-length storage structure 2, the preparation of the main program calls the KMP
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:559
    • 提供者:dd
  1. the-algorithm-of-KMP

    0下载:
  2. 关键词:数据结构,算法,改进的KMP算法。-the algorithm of KMP
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:628
    • 提供者:danzhenglian
  1. KMP

    0下载:
  2. KMP算法(C语言版),详细描述kmp流程,有注释-KMP algorithm (C language version), detailed descr iption of the kmp process, Notes
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:146910
    • 提供者:Jack
  1. kmp

    0下载:
  2. kmp算法是一种改进的字符串匹配算法,由D.E.Knuth与V.R.Pratt和J.H.Morris同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。KMP算法的关键是根据给定的模式串W1,m,定义一个next函数。next函数包含了模式串本身局部匹配的信息。-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:239586
    • 提供者:
  1. KMP

    0下载:
  2. KMP 用c++写的自我理解kmp 算法-KMP kmp
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:696
    • 提供者:xianglongjifei
  1. KMP

    0下载:
  2. 根据课本自己写的KMP算法,c++实现,用dev编译-According to the textbooks written KMP algorithm, c++ dev compiled
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:332861
    • 提供者:王久力
  1. KMP

    0下载:
  2. 纯c语言实现了KMP算法,简单明了,只要这一个文件就可以编译运行-c language KMP algrithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-08
    • 文件大小:541
    • 提供者:sdfs
  1. KMP

    0下载:
  2. 字符串处理之KMP算法,适用于参加ACM程序设计竞赛的同学-The KMP string processing algorithm applied to participate in ACM Programming Contest for students
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-01
    • 文件大小:1230670
    • 提供者:HBR
  1. KMP

    0下载:
  2. KMP算法,一下载就能够使用,绝对没有问题-KMP algorithm, a download will be able to use, absolutely no problem
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:750
    • 提供者:林陈鑫
  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. 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 2 3 4 5 6 78 9 10 11 12 ... 20 »
搜珍网 www.dssz.com