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

搜索资源列表

  1. src

    0下载:
  2. PKU中一些数据结构基本算法题的java实现,包括DIJ、PRIM、二叉查找树、并查集、动态规划、KMP、匈牙利算法、深搜广搜等-PKU some basic data structure algorithm java realization of the title, including DIJ, PRIM, binary search tree, and search sets, dynamic programming, KMP, the Hungarian algorithm, colle
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:78430
    • 提供者:俞昊旻
  1. DSDesign

    1下载:
  2. 实现并对比三种基本字符串匹配算法(朴素算法,Rabin-Karp算法,KMP),并给出动态演示结果~-And contrast to achieve three basic string-matching algorithm (simple algorithm, Rabin-Karp algorithm, KMP), and gives the results of the dynamic presentation ~
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-27
    • 文件大小:3462504
    • 提供者:funfunhit
  1. code

    0下载:
  2. 字符串检测,采用KMP算法,发现特定字符串有声音报警提示!各位根据需要下载!-String detection, use of KMP algorithm and found that there is a specific string sound alarm! You need to download!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:318409
    • 提供者:杨海波
  1. kmp

    0下载:
  2. window 下的kmp 字符串 匹配算法。 -window under the KMP string matching algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7850
    • 提供者:xiyang
  1. kmp

    0下载:
  2. 自己编写的一个KMP字符串匹配算法的实现-I have written a KMP string matching algorithm implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:899
    • 提供者:jususe
  1. Josephus

    0下载:
  2. 约瑟夫问题C++求解 以及KMP算法的C++实现-Joseph C++ problem solving as well as the KMP algorithm for C++ implementation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1185
    • 提供者:gaef
  1. KMP

    0下载:
  2. KMP模式匹配算法的原理及应用 希望对为KMP头疼的同学有点用处!-KMP pattern matching algorithm and application of the principle
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:11045
    • 提供者:chenjing
  1. KMP09

    0下载:
  2. 很高兴又能再次发布本人供初学者有关KMP算法的源码参考-KMP algorithm for beginners of the source of the reference! ! !
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:3083
    • 提供者:左刘鸿翔
  1. KMP001

    0下载:
  2. O(∩_∩)O哈哈~^_^我这可写了一个KMP算法源代码啦,欢迎大家指点哦\(^o^)/~-O (∩ _ ∩) O哈哈~ ^ _ ^ I can write a KMP algorithm source code you are welcome to show everyone Oh \ (^ o ^)/~
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:3297
    • 提供者:左刘鸿翔
  1. Ex_7_3_DetectSubstring

    0下载:
  2. 识别子串 模式匹配 KMP算法 输入两个String-exercise for textbook
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:908
    • 提供者:hy
  1. wxzs1

    0下载:
  2. 文学助手,自己写的,学数据结构的时候写的,实现的是KMP算法-kmp atithmetic for index
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1463
    • 提供者:张贵川
  1. CsharpKMP

    0下载:
  2. 用Csharp语言实现KMP查找匹配算法测试正确算法很快-Csharp language by KMP matching algorithm to find the correct algorithm to test soon
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-29
    • 文件大小:18854
    • 提供者:朱斌
  1. 1212

    0下载:
  2. 公共子序列问题的KMP算法 很厉害的阿斯蒂芬身份的身份-The issue of public sequence KMP algorithm is very powerful in his capacity as the identity of阿斯蒂芬
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:773
    • 提供者:212
  1. kmt

    0下载:
  2. 用c++实现的KMP算法。很高效很实用的哦-Using c++ to achieve the KMP algorithm. Very efficient practical Oh
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:955
    • 提供者:jinming gu
  1. KMP2

    0下载:
  2. 很简短的一个KMP算法,大家多多指教,呵呵。-A very brief KMP algorithm, all the exhibitions, huh, huh.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:625
    • 提供者:宁宁
  1. NextArray

    0下载:
  2. 利用KMP算法,求的模式字符串的next[]数组-The use of KMP algorithm for string pattern of next [] array
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:724
    • 提供者:李生珍
  1. bm

    0下载:
  2. BM可以说是继KMP算法之后更加 优秀的字符串匹配算了,BM 是大师Boyer-Moore的算法杰作, 所以称BM算法, 相比KMP算法效率提高了不少, -BM can be said that after following the KMP algorithm for string matching better forget, BM is the master of the Boyer-Moore algorithm masterpiece, so that BM algorit
  3. 所属分类:Data structs

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

    0下载:
  2. 给定两个串S和T,长分别m和n,算法给出了一个找出二串间最大匹配的算法。该算法可用于比较两个串S和T的相似程度。-Given two strings S and T, respectively m and n, an algorithm to find the second largest string matching algorithms. The algorithm can be used to compare two strings S and T the degree of simil
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:236701
    • 提供者:henry
  1. kmp

    0下载:
  2. 在一个长字符串中匹配一个短子串的无回溯算法。时间复杂度为O(n).-In a long string substring matching a short non-backtracking algorithm. Time complexity is O (n).
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:852
    • 提供者:john
  1. KMPPatternMatching

    0下载:
  2. 利用串类型的KMP算法的简单实现。该算法可以较好的完成字符串的匹配。-KMP string type to use a simple algorithm to achieve. The algorithm can be better to complete the match string.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1819
    • 提供者:鲁迪
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 22 »
搜珍网 www.dssz.com