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

搜索资源列表

  1. helper

    0下载:
  2. 很经典的小程序,文学研究助手,很好的应用了KMP算法-Applet is the classic, literary research assistants, a very good application of the KMP algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:4874
    • 提供者:杨逍
  1. link

    0下载:
  2. 用KMP算法找出两字符串首尾重叠的部分,将两字符串的长度减去重叠部分的长度即为连接后的串的长度。-KMP algorithm used to identify two overlapping parts of both strings, the length of the two strings overlap minus the length of the string is the connection length.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6154
    • 提供者:yanzi
  1. KMP

    0下载:
  2. 字符串匹配问题:输入主串和子串,通过算法实现字符串的匹配:若字串在主串中出现在输出出现的位置,否则匹配失败-String matching problem: Enter the main series and sub-string, through the string matching algorithm: if the string appeared in the main string appear in the output, or the failure to match
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:234672
    • 提供者:libingyang
  1. stringmatch

    0下载:
  2. 高速多字符串匹配程序,基于多字符串的KMP算法开发,能够实现多字符串的匹配-High-speed multi-string matching procedure, based on multi-string KMP algorithm development, to achieve multi-string match
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:6797
    • 提供者:段建国
  1. KMP

    0下载:
  2. 用于模式匹配的算法,c++,能够比传统的回溯方法要强的多-for pattern match,c++
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-08
    • 文件大小:856
    • 提供者:fa
  1. acm

    0下载:
  2. ACM算法模板,包含了绝大多数的算法 ,KMP,SEG-TREE,高精度模板-ACM algorithm template that contains the majority of algorithms, KMP, SEG-TREE, high-precision template
  3. 所属分类:Windows Develop

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

    0下载:
  2. KMP字符串匹配算法 KMP字符串匹配算法-KMPKMPKMPKMPKMPKMPKMP
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:146268
    • 提供者:longliu
  1. jishu

    0下载:
  2. 查找文件中某一个字符或者数字出现的次数,采用KMP算法-Find the file number of a certain character or the number of occurrences, using KMP algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:933
    • 提供者:飞龙在天
  1. KMP

    0下载:
  2. 改进的模式匹配算法,算法效率提高,和计算next函数修正值的算法。-Improved pattern matching algorithm, algorithm efficiency, and calculate the correct value of the function next algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:871249
    • 提供者:mayinc
  1. kmp_char

    0下载:
  2. KMP算法的C++实现完整代码。可以帮助初学者理解KMP算法的原理。-KMP algorithm to achieve a complete C++ code. KMP algorithm can help beginners to understand the principle.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:198433
    • 提供者:邓伟
  1. chuan

    0下载:
  2. 用KMP算法来实现的模式匹配,花了我好多精力才实现的啊-KMP algorithm is used to achieve pattern matching, cost me a lot of energy was achieved ah
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1202
    • 提供者:miwua
  1. k_m_p

    0下载:
  2. 字符查找,效率最高,这是著名的kmp算法、算是经典中之经典-you can search strings,and it is the best
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:545
    • 提供者:飞鸟
  1. 12321121

    0下载:
  2. 主要算法说明: 将目标文件(即program.txt)一行一行读入,读一行然后就利用kmp算法求出这一行有几个搜索的字符串,接着在读入一行在用同样的算法求出该行所含有要计数字符的个数,直到读到文件结束.将所有行读出的字符累加,即该文件下含有该字符的个数.-Main Algorithm Descr iption: The target file (ie program.txt) line by line, read, read a line and then find this line us
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:19926
    • 提供者:流氓
  1. basicoperation_forstring

    0下载:
  2. 包括字符串的一些基本操作如构建一个定长顺序存储表示的字符串以及堆分配表示的字符串,还包括了字符串的经典算法kmp算法-Including a number of basic operations such as the string to build a fixed-length strings, as well as the order is stored, said that the string heap allocation, but also includes a string of
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:221729
    • 提供者:seckCoder
  1. KMP

    0下载:
  2. C语言KMP字符串搜索算法实现 -C-KMP string search algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:5095
    • 提供者:林海涵
  1. myregediter

    0下载:
  2. 安装了一个软件,删除后注册表里总留下一点垃圾。本程序就是对注册表垃圾的查找,只要输入关键字即可查找。字条串查找用了kmp算法,功能简单,仅供学习交流使用-Install a software, deleted the registry total to leave a little trash. This program is on the registry of garbage to find, as long as you can enter a keyword to find. Note
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:21870
    • 提供者:yerunping
  1. pipei

    0下载:
  2. 字符串匹配的随机算法,不同于传统的KMP算法-The random string matching algorithm, the KMP algorithm is different from the traditional
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1841
    • 提供者:sunbo
  1. algorithm

    0下载:
  2. 九个经典算法,冒泡排序,快速排序,堆排序,矩阵相乘最优次序,分治递归法求最大元,次大元和最小元,基数排序,二叉排序树,图的深度优先搜索与广度优先搜索,KMP算法,三阶B-树(2-3树)。。内附各算法详细说明与运行报告,各程序以C/C++实现,用VC打开可直接运行-algorithm:BinarySearchTree、Bitree、BubbleSort、graphSearch、HeapSort、kmp、matrixchain、quickSort、RadixSort
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:239261
    • 提供者:章小龙
  1. 2

    0下载:
  2. KMP算法的应用问题,有助于读者深刻理解KMP算法 -The application of KMP Algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:16096
    • 提供者:赵晔晖
  1. improvedKMPalgorithm

    0下载:
  2. 大学计算机专业,数据结构中的改进的KMP算法,C++编写。-University computer science, data structures to improve the KMP algorithm, C++ written.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:197446
    • 提供者:xtt
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 22 »
搜珍网 www.dssz.com