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

搜索资源列表

  1. KMP

    0下载:
  2. 通过c++实现KMP算法Knuth(D.E.Knuth)、Morris(J.H.Morris)和Pratt(V.R.Pratt)-KMP Algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:235788
    • 提供者:杨轲
  1. mpi-kmp

    0下载:
  2. 详细的kmp并行算法实现源代码,在机群系统上适用,并附加详细的算法说明-Kmp parallel algorithm in detail the source code for the cluster systems, and additional details of the algorithm descr iption
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:166801
    • 提供者:jiang
  1. KMP

    0下载:
  2. 校园导航,实现最短路径,的基本算法,通过设定的地图方便快捷,是初学者掌握KMP算法的好例子。-Campus navigation, to achieve the shortest path, the basic algorithm, by setting a map of convenient, fast, is for beginners to master a good example of KMP algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1634
    • 提供者:孙炎
  1. KMP

    0下载:
  2. 这个代码是采用的KMP算法,快排为查找省了很多时间,这里也主要是一个算法的呈现-This code is used in KMP algorithm, fast schedule for the province to find a lot of time, here is mainly the presentation of an algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:684
    • 提供者:misshu
  1. kmp

    0下载:
  2. kmp算法的实现 字符匹配 next值计算-kmp algorithm for data structure and algorithm
  3. 所属分类:Data structs

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

    0下载:
  2. 图像处理的KMP算法源程序,KMP算法是一种基本的、实用的字符串比较算法,广泛应用于图像处理和模式识别。-Image processing algorithms source KMP, KMP algorithm is a basic, practical string comparison algorithm, widely used in image processing and pattern recognition.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:7360
    • 提供者:viemvimvir
  1. KMP-fail

    0下载:
  2. kmp算法中得next数组也叫fail数组的计算很难理解且代码也不容易实现,本代码就是计算fail数组的源代码-kmp algorithm was next in the array fail, also known as the calculation of the array is difficult to understand and the code is not easy to achieve, this code is to calculate the source code of
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:11728
    • 提供者:宁黎华
  1. KMP

    0下载:
  2. 字符串模式匹配,KMP算法。word文档-String pattern matching, KMP algorithm. word document
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:78598
    • 提供者:黄悦
  1. KMP

    0下载:
  2. 串的匹配KMP算法,模式串的Next函数值-KMP string matching algorithm, mode string function value of Next
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:120058
    • 提供者:韩士杰
  1. KMP

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

    • 发布日期:2017-03-27
    • 文件大小:553
    • 提供者:chaolan
  1. kmp

    0下载:
  2. 数据结构中的用kmp算法查找关键字,供初学者参考-Data structure using kmp algorithm to find the keyword reference for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:263989
    • 提供者:chenqian
  1. kmp-c-program

    0下载:
  2. 数据结构的kmp算法的实现和调试,进一步学习树与二叉树的数据结构算法。-Data structure kmp algorithm implementation and debugging, and further study binary tree data structure and algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:18028
    • 提供者:陈文
  1. KMP

    0下载:
  2. 关于数据结构中的KMP算法。。理解起来可能比较难-my code is about KMP. if you are intersted in it ,you can download.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:29064
    • 提供者:
  1. KMP

    0下载:
  2. KMP算法主要用于匹配字符串,算法复杂度为O(N),本代码用C 语言编写-KMP string matching algorithm is used, the algorithm complexity is O (N), the code written in C language
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:668
    • 提供者:胡光
  1. KMP

    0下载:
  2. KMP算法的C++实现,通过了编译和运行-KMP-algorithm s realization
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:681175
    • 提供者:子林
  1. kmp

    0下载:
  2. 用于识别子串 模式匹配算法 KMP算法 输入两个String-Used to identify substring pattern matching algorithm KMP algorithm to enter two String
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1075
    • 提供者:
  1. KMP

    0下载:
  2. 关于KMP算法:字符串匹配问题。朴素匹配算法的改进版本。理解起来有些难度,但是十分高效-On the KMP algorithm: string matching problem. Improved version of the simple matching algorithm. To understand difficult, but very efficient
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3697581
    • 提供者:仲崇鑫
  1. String-KMP

    0下载:
  2. 如何在C环境中使用KMP算法遍历一个字符串。-How to use KMP algorithm to traverse a string in a C environment.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1196
    • 提供者:opsqcs
  1. KMP

    0下载:
  2. kmp 算法初级c++学习入门算法,简单实用易于学习-it is a KMP source code
  3. 所属分类:Data structs

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

    0下载:
  2. KMP算法,这是我在课后编的,能查找到所有的子串,并标记其位置,使用DEVCPP,也可以载入VC6.0工程中。先输入要查找的子串,再输入任意串,将从任意串中找到所有子串,包括重叠部分,并一一标号-KMP algorithm, which is a series of after school can find all the substring, and mark its location, use DEVCPP can also load the VC6.0 project. To enter
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:109157
    • 提供者:
« 1 2 3 4 56 7 8 9 10 ... 20 »
搜珍网 www.dssz.com