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

搜索资源列表

  1. KMP

    0下载:
  2. KMP算法实现的小程序,用于实现字符串匹配的经典算法-KMP algorithm a small program used to implement the classical string matching algorithms
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 字符串的快速匹配问题,输入输出字符串,用KMP算法解决-Fast string matching problem, input and output strings, with the KMP Algorithm
  3. 所属分类:Other windows programs

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

    0下载:
  2. 一个KMP算法的简单实现,实现字符串的匹配-KMP algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:156040
    • 提供者:mushan
  1. my_kmp_matching

    0下载:
  2. KMP算法的Verilog HDL实现,模式串从模块的外部输入,计算next函数,然后进行KMP匹配。有仿真。环境为Quartus II 8.0 Web Edition。-Verilog HDL implementation KMP algorithm, pattern string from the module' s external input, calculate next function, then KMP matching. A simulation. Environment
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-03
    • 文件大小:1451813
    • 提供者:曹亚良
  1. KMP-algorithm

    0下载:
  2. KMP算法是一种用于字符串匹配的算法,这个算法的高效之处在于当在某个位置匹配不成功的时候可以根据之前的匹配结果从模式字符串的另一个位置开始,而不必从头开始匹配字符串-KMP string pattern matching algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:10018
    • 提供者:name
  1. kmp

    0下载:
  2. 实现kmp算法的例子 可以建立一个匹配字符串, 然后每次读入一个字符, 当读入的字符流与匹配字符串符合时, 确认匹配成功-a sample about kmp
  3. 所属分类:Data structs

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

    0下载:
  2. KMP算法的两种实现方法,在机器上实际运行测试过,希望能帮助有缘人!-KMP algorithm to achieve the two methods, the actual operation of the machine tested, the program is absolutely accurate and reliable!
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:449598
    • 提供者:张勇
  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 2 3 4 56 7 8 9 10 ... 22 »
搜珍网 www.dssz.com