搜索资源列表

  1. KMP

    0下载:
  2. 这是一片最近发表的论文,证明了KMP算法,进一步给出了一些延拓-This is a recently published paper, proved KMP algorithm, a further extension gives some
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:814080
    • 提供者:张池
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:143360
    • 提供者:张丹玉
  1. KMP-Alg

    0下载:
  2. KMP算法即最小生成树算法,本示例用c语言编写的源码-KMP algorithm that minimum spanning tree algorithm, the sample with the c language source code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:changsheng wang
  1. KMPsuanfashixian

    0下载:
  2. 你见过最好的KMP算法实现级代码,下载它你不会后悔
  3. 所属分类:编程文档

    • 发布日期:2013-12-04
    • 文件大小:733768
    • 提供者:lixuemuyangfeng
  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 t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:zzh
  1. KMP

    0下载:
  2. 编程求出子串(模式串)的next值,利用kmp算法实现子串与多个主串的匹配,针对同一子串next值只计算一次。-make use of KMP arithmetic
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:XIE
  1. kmp

    0下载:
  2. java数据结构的串的kmp算法部分源码-java number comb basis kmp algorithm part sources
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:饶林
  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 peop
  3. 所属分类:数据库编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李锋
  1. KMP

    0下载:
  2. 数据结构中的KMP算法,模式匹配的优化算法-KMP algorithm data structure, pattern matching optimization algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1055744
    • 提供者:zhang
  1. KMP

    0下载:
  2. KMP算法和KMP改进算法实现,数据结构,字符串匹配算法-KMP KMP algorithm and improved algorithms, data structures, string matching algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1073152
    • 提供者:chen
  1. KMP

    0下载:
  2. 利用KMP算法,计算字符串的next函数值来实现正文模式匹配,-use KMP algorithm and calculate the next function value of the string to achieve the body pattern matching
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:张荣
  1. C#kmp算法

    0下载:
  2. vs中用C#实现字符匹配算法kmp简单实用
  3. 所属分类:C#编程

  1. KMP

    0下载:
  2. 一个kmp算法,用于字符串匹配,可以快速匹配两个字符串,查找是否存在相同子串-A kmp algorithm for string matching, you can quickly match two strings, find the existence of the same substring
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:邓子越
  1. KMP

    0下载:
  2. 使用KMP算法进行模式匹配,算出模式串中next[j]的下标-KMP algorithm using pattern matching, calculated pattern string next [j] subscr ipt
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:655360
    • 提供者:libin
  1. KMP

    0下载:
  2. 字符串的模式匹配,使用KMP算法解决优化字符串的模式匹配问题。-String pattern matching, using the KMP algorithm to solve the optimization of the string pattern matching problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:9242624
    • 提供者:
  1. kmp

    0下载:
  2. java代码,KMP算法匹配,返回位移值,用户可自行改变原文本及想要匹配的文本-java code, KMP matching algorithm, the return displacement value, the user can change the original text of this and want to match their own
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:jry
  1. Kmp

    0下载:
  2. 这就是传说中的KMP算法,比较不错,可以研究下-This is the legendary KMP algorithm, is good, can study
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:jone
  1. KMP

    0下载:
  2. 详细的介绍了KMP算法,这是一个完整的程序,可以直接运行,希望可以帮到需要的人-Detailed descr iption of the KMP algorithm, which is a complete program that can be run directly, the desire to help those in need
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:刘湘岚
  1. KMP

    0下载:
  2. c++写的kmp算法,经典的字符串查找匹配算法-c++ write kmp algorithm, classical string matching algorithm to find
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2738176
    • 提供者:chdj
  1. kmp

    0下载:
  2. KMP算法是一种改进的字符串匹配算法,KMP算法的关键是利用匹配失败后的信息,尽量减少模式串与主串的匹配次数以达到快速匹配的目的。-KMP algorithm is an improved string matching algorithm, the key KMP algorithm is the use of information after the match fails, try to reduce the pattern s
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李天
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 25 »

源码中国 www.ymcn.org