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

搜索资源列表

  1. KMP

    0下载:
  2. KMP算法,有好几种写法,配上图形,简单易懂。C/C++编写。-KMP algorithm, there are several writing, accompanied by graphics, easy to understand. C/C++ written.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:84481
    • 提供者:andy
  1. DataStructure

    0下载:
  2. 展示数据结构的一些实用技巧. 包含: 1.运用kmp算法计算无穷概率 2.矩阵乘法的十种经典运算技巧 3.位运算的实用技巧(1) (2) (3)-Data structure to display a number of practical skills. Includes: 1. The use of KMP algorithm infinite probability 2. 10 kinds of classical matrix multiplication comp
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:686471
    • 提供者:int
  1. kmp

    0下载:
  2. kmp算法的实现,简单程序,可以循环输入,可以输入特殊字符结束。 使用比较方便-KMP algorithm, simple procedures, could be re-input, the end can enter special characters. More convenient to use
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:21119
    • 提供者:小尢
  1. KMP

    0下载:
  2. kmp算法的程序,效率很高,非常不错,吐血推荐-KMP algorithm procedures, efficient, very good, hematemesis Recommended
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1068
    • 提供者:leokan
  1. kmp

    0下载:
  2. kmp算法的C++实现 系统有部分是伪代码,可以作为一个重要的 参考还包括一个hirschberg实现源码-KMP implementation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1959
    • 提供者:wangwei
  1. KMP008

    0下载:
  2. 串的模式匹配的朴素算法是O(N^2)的, 可以 利用KMP(由D.E.Knuth, J.H.Morris, V.R.Pratt提出)算法改进至线性的算法. KMP算法与朴素算法的不同在于:处理"失配"情况. 不同于将指针完全回溯, KMP算法先根据已经部分匹配的信息, 将匹配的指针跳过不必匹配的位置.-Series of simple pattern matching algorithm is O (N ^ 2), and can make use of KMP (from DEKnuth,
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:823
    • 提供者:左刘鸿翔
  1. KMP

    0下载:
  2. 实现KMP算法。 经典的模式搜索算法。-KMP algorithm realization. Classical algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:619
    • 提供者:zhengwei
  1. 10253

    0下载:
  2. 本代码是在KMP算法上加以改进后,实现对一个字串求最长重复子序列。该算法可以与后缀树有相同原理。-The code is in the KMP algorithm be improved to realize for the longest string of a repeat sequence. The suffix tree algorithm with the same principle.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:946
    • 提供者:fppling
  1. kmp

    0下载:
  2. 数据结构中kmp算法的详解,对于数据结构的学习有较大的帮助-Data structure algorithm kmp Detailed
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3220
    • 提供者:孔令龙
  1. kmp

    0下载:
  2. KMP字符串匹配算法C语言实现 精确度高-KMP string matching algorithm C language to achieve high accuracy
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:3936
    • 提供者:li shu
  1. KMP

    0下载:
  2. KMP算法 在一个长字符串中匹配一个短子串的无回溯算法-KMP algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1297
    • 提供者:ooooo825
  1. kmp

    0下载:
  2. KMP算法的一个实例。输入目标串和模板串返回为查找成功的位置-An example of KMP algorithm. Enter the target string and the template for the search string to return to the location of the successful
  3. 所属分类:Data structs

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

    0下载:
  2. KMP算法,能够实现字符串的模式匹配!C++语言实现!-KMP 算法,能够实现字符串的模式匹配!
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:740
    • 提供者:chen
  1. kmp

    0下载:
  2. 快速实现模式匹配的kmp算法,时间复杂度仅为O(n*m)-Rapid kmp pattern matching algorithm, time complexity is only O (n* m)
  3. 所属分类:Data structs

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

    0下载:
  2. KMP算法的实现,算法复杂度为O(m+n),C++。-KMP Algorithm, algorithm complexity is O (m+ n), C++.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:597
    • 提供者:苏鸿星
  1. kmp

    0下载:
  2. KMP String Matching VC++实现的KMP字符串匹配算法-KMP String Matching VC++ implementation of the KMP string-matching algorithms
  3. 所属分类:Data structs

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

    0下载:
  2. KMP算法的一个小型实现...可能太菜了点-KMP algorithm is an implementation ... may be too small dishes of point ...
  3. 所属分类:Data structs

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

    0下载:
  2. 介绍了KMP算法的基本内容和程序,这时数据结构内容的一部分!谢谢分享!-KMP
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:117433
    • 提供者:杨战
  1. Test_KMP

    0下载:
  2. 基于Java开发的KMP例子,教学中关于KMP算法的研究-This is about KMP created on Java
  3. 所属分类:Java Develop

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

    0下载:
  2. KMP 模式匹配算法实例 C++源码 字符串查找-KMP pattern matching algorithm in C++ source code search string
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:674
    • 提供者:xilo
« 1 2 34 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com