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

搜索资源列表

  1. KMP

    0下载:
  2. KMP算法很有的算法 KMP算法很有的算法 -KMP algorithm is useful algorithms KMP algorithm algorithm KMP algorithm very very very algorithm KMP algorithm algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:4993
    • 提供者:风情和
  1. kmp

    0下载:
  2. KMP算法,能够高效的实现字符串匹配的算法-KMP algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:2244
    • 提供者:雪人儿
  1. Kmp

    1下载:
  2. 字符串匹配问题,最经典的KMP算法。p为模式串,t为主串。返回的是最大匹配数-String matching problem, the most classic of KMP algorithm. p is the pattern string, t the main string. Back is the maximum number of matches
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-10
    • 文件大小:1024
    • 提供者:陶翔
  1. kmp

    0下载:
  2. 利用kmp算法进行字符串查重的实例。文件夹为vs2012的工程文件。-Kmp algorithm for string duplicate checking instances. Folder vs2012 project file.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-14
    • 文件大小:5677577
    • 提供者:好汉鱼
  1. Use-KMP-to-judge-string-match

    0下载:
  2. 用KMP算法判断正则表达式是否匹配,“?”匹配任意字符,“*”匹配一个或多个任意字符-KMP algorithm to determine whether the regular expression match, " ?" Matches any character, " *" matches one or more arbitrary characters
  3. 所属分类:Data structs

    • 发布日期:2017-11-07
    • 文件大小:1029
    • 提供者:jingjie
  1. kmp

    0下载:
  2. kmp算法说明:该运行实例中,令文本串长度为18,随机产生的文本串为asasasqmqmqmypypyp,分布在3个节点上;模式串长度为3,随机产生的模式串为qmq。最后,节点1上得到两个匹配位置,由+表示出来。 -kmp algorithm Descr iption: The running instance, so the length of the text string 18, random text string asasasqmqmqmypypyp, and distributi
  3. 所属分类:Data structs

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

    0下载:
  2. 用于字符串匹配的Kmp算法,eclipse环境下的java编程-Kmp algorithm implemented in Java
  3. 所属分类:Java Develop

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

    0下载:
  2. 数据结构里面的KMP算法的可视化演示程序 MFC实现-Visualization of data structures inside the KMP algorithm demo program MFC implementation
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:4306021
    • 提供者:jerry
  1. KMP-Method

    0下载:
  2. 本程序描述了一种,KMP算法的C语言实现方法-KMP algorithm in C language
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:161073
    • 提供者:0000999
  1. KMP-millerRabin

    0下载:
  2. 使用c++编写的kmp算法来判断字符串匹配问题,字符串中素数判定使用millerrabin算法,经试验匹配准确率为100 -Use c++ to write the kmp algorithm to determine the string matching problem, string primes decision millerrabin algorithm, the test match accuracy was 100
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:2863
    • 提供者:冒佳明
  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 2 3 4 5 6 78 9 10 11 12 ... 22 »
搜珍网 www.dssz.com