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

搜索资源列表

  1. KMP

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

    • 发布日期:2017-05-13
    • 文件大小:2738014
    • 提供者: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 string matching the number of t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:679
    • 提供者:李天
  1. KMP

    0下载:
  2. 经典的KMP算法,判断一个字符串是否是另一字符串的子串-Classic KMP algorithm to determine whether a string is a substring of another string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:918
    • 提供者:liang
  1. 信号处理经典算法

    0下载:
  2. 15个信号处理经典算法模型及代码实现,涵盖 Dijkstra.DP.BFS/DFS.红黑树.KMP.遗传.启发式搜索.图像 特征提取 SIFT.傅立叶变换.Hash.快速排序.SPFA.快递选择 SELECT 等 15 个经典基础算法,
  3. 所属分类:编程文档

    • 发布日期:2015-05-16
    • 文件大小:10926059
    • 提供者:huangxiaohui
  1. KMP

    0下载:
  2. Java实现KMP算法 -use java complie Kmp
  3. 所属分类:Games

    • 发布日期:2017-04-12
    • 文件大小:851
    • 提供者:隼之忆
  1. kmp算法实现

    0下载:
  2. kmp的详细代码实现 让你理解kmp的原理 更适合oier们
  3. 所属分类:编程文档

  1. kmp

    0下载:
  2. kmp算法C/C++选项卡。首先选择“Win32 Debug”(①的下拉框),再选择“Code Generation”(②的下拉框),再选择“Debug Multithreaded”(③的下拉框)。-Detailed kmp algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3441
    • 提供者:哈哈
  1. kmp

    0下载:
  2. KMP算法存在区别,于是尝试把01->00,再尝试打开,没有提示输入密码成功解压得到KMP 用mp3stego工具对文件进行解密。-KMP suan fa nim ma chao ni lao mu zhe xie zi gou le ma ? hai bu gou ,hai yao rang wo cao ni bu dnai fa fina fe mali nid de neh kminp daaf fecc var Standard information such as
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1830
    • 提供者:linlin
  1. KMP

    0下载:
  2. kmp算法 c++实现 哈工大软件设计与开发作业 优秀代码 分享上传-kmp algorithm hit homework excellent code
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:898
    • 提供者:王兄
  1. KMP

    0下载:
  2. 输入一个字符串, 然后用kmp算法来进行字符串匹配-Enter a string, and then use kmp string matching algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:543
    • 提供者:JASON
  1. KMP-algorithm

    0下载:
  2. 写了一个myString类,用于展示KMP 算法,有少量注释。-KMP algorithm, a small amount of Notes.
  3. 所属分类:Data structs

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

    0下载:
  2. 这个文件是KMP算法的源代码,非常实用,可供大家参考。-This file is KMP algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:727
    • 提供者:wangyifan
  1. KMP

    0下载:
  2. 【数据结构&&算法系列】KMP算法介绍及实现(c++ && java)-KMP algorithm data structure && algorithm series introduction and implementation (c++ && Java)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:405430
    • 提供者:seven
  1. KMP

    0下载:
  2. KMP算法实现,能够实现字符串匹配。 输入 第一行一个整数N,表示测试数据组数。 接下来的N*2行,每两行表示一个测试数据。在每一个测试数据中,第一行为模式串,由不超过10^4个大写字母组成,第二行为原串,由不超过10^6个大写字母组成。 其中N< 20 输出 对于每一个测试数据,按照它们在输入中出现的顺序输出一行Ans,表示模式串在原串中出现的次数。-KMP algorithm, to achieve string matching. npu
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1861124
    • 提供者:李慧林
  1. KMP

    0下载:
  2. KMP算法解决了BF算法效率低下的问题,并且在子串前缀重复时进行了性能优化-KMP algorithm solves the problem of low efficiency of BF algorithm, and when the prefix substring repeat performance optimization
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:19506
    • 提供者:sujiejie
  1. KMP

    0下载:
  2. 算法,字符串进阶,KMP算法题以及模板,ACM题,KMP模板-KMP algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2207
    • 提供者:乔善宝
  1. kmp

    0下载:
  2. 易语言KMP算法源码例程程序置入汇编代码实现KMP算法。 -Easy language KMP algorithm source code routines into assembly code to achieve KMP algorithm.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-14
    • 文件大小:3307
    • 提供者:zhch2x
  1. KMP

    0下载:
  2. 字符串匹配算法KMP的实现:KMP算法避免了指针的回溯,大大节省了前缀字符串重复带来的重复匹配时间-String matching algorithm KMP implementation: KMP algorithm to avoid the pointer backtrack, greatly saving the prefix string to repeat the repeated match time
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:523419
    • 提供者:任何
  1. kmp

    0下载:
  2. 易语言KMP算法模块源码例程程序应用字节集每个位数的比较,实现两个字节集数据的匹配。 -Easy language KMP algorithm module source routine procedures for the application of the byte set of each bit comparison, to achieve the matching of two bytes of data sets.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2085
    • 提供者:zhch2x
  1. KMP

    0下载:
  2. KMP优化后算法,传统字符串检索复杂度大高,KMP算法虽然大大缩短时间仍存在缺陷,在于其NEXT数组,优化后解决了此问题-KMP algorithm optimized, big high complexity of traditional string retri , although KMP algorithm greatly reduces the time there are still defects, after its NEXT array, optimized to solve
  3. 所属分类:Data structs

    • 发布日期:2017-12-14
    • 文件大小:12883
    • 提供者:李智强
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 22 »
搜珍网 www.dssz.com