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

搜索资源列表

  1. 字符串匹配的KMP算法

    0下载:
  2. 这是字符串匹配算法中很著名的KMP算法,此文件仅供大家参考,具体是否能调通,本人还没有试过-This is a string matching algorithm is famous KMP algorithm, this document is your reference, specifically whether Qualcomm will emphasize, I have not tried
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4171
    • 提供者:郑旋
  1. 字符串匹配算法(KMP KR BM)

    4下载:
  2. 单模式字符串匹配算法里面最经典的算法,KMP算法,KR算法 和BM算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-09-06
    • 文件大小:2820
    • 提供者:tjltail
  1. kmp查找算法

    1下载:
  2. 最常用的字符串查找算法
  3. 所属分类:数据结构常用算法

  1. kmp算法

    0下载:
  2. kmp算法 源码
  3. 所属分类:源码下载

  1. kmp

    0下载:
  2. kmp算法:查找一个字符串是不是另一个字符串的子串-kmp algorithm: to see whether a string is a substring of another string
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:821
    • 提供者:黄异
  1. KMP

    0下载:
  2. 本文给出KMP算法的C++源代码 很好用的 直接下载后就能用-This paper show KMP algorithm in C++ source code.It can be used directly very well after download. after
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. KMP算法详解,有关于搜索类的算法,很经典,学习算法的可以看看!-Detailed KMP algorithm, english class has about algorithms, classic, learning algorithms can look at!
  3. 所属分类:Other windows programs

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

    0下载:
  2. kmp算法 我模仿着写的 不过还是有些不会 我写了不少注释-i dontEnglish
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:137210
    • 提供者:荣百乐
  1. kmp

    1下载:
  2. 给你A,B两个字符串,检查B串是否是A串的子串,类似于Java的String.indexOf("")。找到匹配失败时的最合适的回退位置,而不是简单的回退到子串的第一个字符(常规的枚举查找方式,是简单的回退到子串的第一个字符,KMP算法的性能分析Java实现实例)*此仅供大家参考、交流,希望对大家有所帮助!-Here you are A, B two strings to check whether string B is a sub-string A string, similar to Jav
  3. 所属分类:Document

    • 发布日期:2015-10-14
    • 文件大小:1277
    • 提供者:左刘鸿翔
  1. KMP--suanfa

    0下载:
  2. 初看kmp算法的时候有点模糊,第一次就根本没明白过。 仔细的推敲。找相关类似的问题。现在把源程序贴出来供大家参考。 关键一点就是要了解next函数的构造,以及为什么要这么做。在数据结构中的next推倒,不过不是很好理解。 其中next是按1开始。 -Kmp algorithm for the beginning of the time look a bit vague on the first did not understand too. Careful scrutiny. To fin
  3. 所属分类:Document

    • 发布日期:2017-03-27
    • 文件大小:104669
    • 提供者:左刘鸿翔
  1. kmp

    0下载:
  2. 用C语言实现KMP算法(字符串匹配过程)-Using C language KMP algorithm (string matching)
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:620
    • 提供者:赵珑
  1. KMP

    1下载:
  2. 求解KMP算法,用的是c++语言进行编写,KMP是一种迅速的字符串匹配算法,输入文本和要匹配的字符串即可-a solution of KMP alogorithms
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-24
    • 文件大小:1041057
    • 提供者:comeon0r
  1. KMP

    0下载:
  2. KMP算法源代码,很好用的。 KMP算法源代码,很好用的。-just do it!
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:524652
    • 提供者:姚新宇
  1. KMP

    0下载:
  2. 基于KMP算法的字符串匹配源码, 支持通配符,单匹配和多重匹配。 效率比较高-KMP string matching algorithm based on source code, support for wildcards, single match and multiple match. More efficient
  3. 所属分类:Windows Develop

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

    0下载:
  2. KMP算法是一种改进的字符串匹配算法,由D.E.Knuth,J.H.Morris和V.R.Pratt同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。(KMP algorithm is an improved string matching algorithm, discovered by D.E.Knuth, J.H.Morris and V.R.Pratt simultaneously, so people call it Knut Maurice Platt ope
  3. 所属分类:数据结构

    • 发布日期:2017-12-20
    • 文件大小:11264
    • 提供者:法师学徒
  1. KMP

    0下载:
  2. 简单的kmp算法,使用了next数组帮助定位匹配串的下一个匹配位置(A common kmp algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:293888
    • 提供者:VLeHr
  1. 2Count the string-HDU3336

    0下载:
  2. HDU3336,kmp算法习题的代码,已AC,可用于熟悉算法基本原理(AC code of HDU3336--a water problem of KMP)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-02
    • 文件大小:296960
    • 提供者:ikik
  1. StringDemo

    0下载:
  2. 通过kmp算法实现字符串的匹配,时间复杂度第。面试常问问题(The matching of string is realized by KMP algorithm, and the time complexity is the first. Interviewing often asks questions)
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:Yuan0173
  1. 串kmp

    0下载:
  2. 串的kmp算法,希望大家采纳!!!!!!!!!!!!!!!!!(wqdewqefwqegqreghwerhethtwreh)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1216512
    • 提供者:ewqeq
  1. KMP算法

    0下载:
  2. KMP算法,例如输入s,t,p三个字符串,实现将s串中所有t替换成p(KMP algorithms, such as three strings of S, T, and P, are implemented to replace all the T in the S string to P)
  3. 所属分类:汇编语言

    • 发布日期:2018-04-21
    • 文件大小:1685504
    • 提供者:赵自由
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com