搜索资源列表
kmp1
- 对KMP算法进行改进,有助于对算法的更进一步的了解-KMP algorithm for improved algorithm contribute to the further understanding
wugeyuanchengxu
- 一:排列的的规程序 二:迷宫程序 三:对于输入的任意一个非负十进制整数,打印输出与其等值的八进制数 四:利用模式串T的next函数求T在主串S中第pos个字符之后的位置的KMP算法 五:将所有在线性表Lb中但不在La中的数据元素插入到La中
macth
- 字符串匹配问题,采用KMP算法,匹配速度快
KMP
- kmp算法,可匹配字符串中的个别字符。搜索字符
kmp
- KMP的算法实现。nlg(n)的复杂度判读两个字符串是否部分或全部匹配
KMP
- 快速查找字符串算法,改进后的KMP算法完全实现
kmp.rar
- 字符串的kmp匹配算法并行计算的源程序。,KMP string matching algorithm parallel computation of the source.
kmp
- 使用并行计算编程工具OpenMp实现kmp串匹配-The use of parallel computing OpenMP programming tools to achieve KMP String Matching
MPI-StringMatch
- KMP串匹配、随机串匹配、近似串匹配的并行算法源码。-KMP string matching, randomized string matching, parallel algorithm for approximate string matching source code.
KMP
- KMP 模式匹配算法实例 C++源码 字符串查找-KMP pattern matching algorithm in C++ source code search string
mpi-kmp
- 详细的kmp并行算法实现源代码,在机群系统上适用,并附加详细的算法说明-Kmp parallel algorithm in detail the source code for the cluster systems, and additional details of the algorithm descr iption
KMP
- 详细的kmp并行算法实现源代码,在机群系统上适用,并附加详细的算法说明-Kmp parallel algorithm in detail the source code for the cluster systems, and additional details of the algorithm descr iption
KMP
- 数据结构:KMP算法匹配成功次数,简单的算法实现,非可视化-Data structures: the KMP algorithm to match the number of successful
kmp
- kmp模式匹配算法的源码 不错 可以-the kmp mode match the source code of the algorithm can look at
KMP
- KMP模式匹配标准版,是经过优化的版本,时间复杂度O(m+n)-KMP pattern matching Standard Edition
KMP-code
- 字符串的KMP匹配算法的ADT形式,只有一次循环优化,含注释,易懂。数据结构与算法的基本代码之一。-KMP matching algorithm of string the ADT form of, only one cycle optimization, including the Notes, and easy to understand. One of the basic code of the data structures and algorithms.
kmp
- parrallel computing string with kmp algorithm
kmp
- 易语言KMP算法源码例程程序置入汇编代码实现KMP算法。 -Easy language KMP algorithm source code routines into assembly code to achieve KMP algorithm.
KMP算法
- 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)
KMP
- 易语言KMP算法源码例程程序置入汇编代码实现KMP算法。(The source code routine program of the easy language KMP algorithm is placed in the assembly code to implement the KMP algorithm.)