搜索资源列表
rk_str
- RK算法:Rabin Karp string search algorithm,一种高效的字符串搜索算法-RK algorithm : Rabin Karp string search algorithm, An Efficient Algorithm String Search
Rabin-Karp
- 字符串模式匹配的RK算法,其中的滚动哈希很有价值-RK string pattern matching algorithm, in which the rolling hash valuable
DSDesign
- 实现并对比三种基本字符串匹配算法(朴素算法,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 ~
rk
- Rabin-Karp algorithm
string.tar
- 数据结构课程设计--实现并对比三种基本的字符串匹配算法-EasyMatch Rabin—Karp KMP
karp
- Karp Rabin Algorithm, searching pattern from some string that match tha patern to sthe string until they found the true path-Karp Rabin Algorithm, searching pattern from some string that match tha patern to sthe string until they found the true path.
AlgoritmRabina_Karpa
- The Rabin–Karp algorithm is a string searching algorithm created by Michael O. Rabin and Richard M. Karp in 1987 that uses hashing to find any one of a set of pattern strings in a text. For text of length n and p patterns of combined length m, its av
rabin-karp
- rabin karp algorithm for pattern matching
kaixin
- Rabin-Karp alg http://www.truecrypt.org/
RABIN-KARP
- Faster string matching using Rabin-Karp algorithm
testkr
- Karp Rabin , Some algorithm in Information Retrieval. Visual C++.NET 2003
rabin_karp
- An implementation of the Rabin Karp Algorithm to find the longest common sub-sequence between to strings in C.
rabin-karp
- fingerprints rabin karp algorithm
karp-rbin
- 一个简单的karp rabin 算法,可以实现karp rabin算法的一个实例-Karp rabin a simple algorithm that can achieve an instance karp rabin Algorithm
Rabin_Karp_Algorithm
- Rabin Karp String searching algorithm