搜索资源列表
KMP
- 字符比较的模式匹配程序,采用KMP算法,可处理多达4级的匹配-Character comparison of the pattern matching procedure for the KMP algorithm can handle up to four matches
kmp
- KMP是一种快速字符串匹配算法,KMP算法的时间复杂度为O(m+n)。-KMP string matching algorithm is a fast, KMP algorithm' s time complexity is O (m+ n).
Bmsuanfa
- BM算法也是一种快速串匹配算法,BM算法与KMP算法的主要区别是匹配操作的方向不同。-BM algorithm is also a fast string matching algorithms, BM KMP algorithm and matching algorithm is the main difference between operating in a different direction.
KMP
- 图像处理的KMP算法源程序,KMP算法是一种基本的、实用的字符串比较算法,广泛应用于图像处理和模式识别。-Image processing algorithms source KMP, KMP algorithm is a basic, practical string comparison algorithm, widely used in image processing and pattern recognition.
KMP
- KMP,前缀压缩算法,JPEG压缩算法,没有任何平台以来,纯C语言实现-KMP, prefix compression algorithm, JPEG compression algorithm, since there is no platform, pure C language
next-function
- 这是一个关于模式匹配KMP算法 的next函数的程序,有小错误,自己寻找改正即可,您可以从中了解方法-This is a circular queue of the program, a small error, they can find to correct, you can learn about the method
Algorithm-template
- C++ 写的一些算法模板 ,比如Kruskal、KMP、欧几里德算法、最大匹配(匈牙利算法)、最小费用最大流、字符串的哈希方法、增广路算法、网络最大流_邻接表等-C++ write some algorithms template, such as Kruskal, KMP, Euclid arithmetic, maximal matching (Hungary) is proposed, the minimum cost and maximum flow, string hash metho
LCS
- KMP monte carlo Las vagas匹配算法对的比较-KMP monte carlo Las vagas matching algorithm for comparison
yaoyao
- 模式匹配的KMP算法,需要两个序列文件模式序列和测试序列。-KMP pattern matching algorithm requires two sequence file mode sequences and test sequences.
Exper0603
- KMP模式匹配算法,很简单 易懂 快速,容易学习-KMP pattern matching algorithm is very simple to understand and quick
KMP_Algorithm
- KMP算法 字符串匹配算法 c++源码实现 方便快捷 算法清晰-KMP algorithm for string matching
jc_KMP
- C++语言实现KMP字符串匹配算法,用于查找匹配字符的位置-C++ language KMP string matching algorithm is used to find the location of matching characters
jishu
- 查找文件中某一个字符或者数字出现的次数,采用KMP算法-Find the file number of a certain character or the number of occurrences, using KMP algorithm