搜索资源列表
bm_c
- bm算法是串的一种匹配算法!本源代码介绍了bm算法的c实现。-bm algorithm is a string matching algorithm! Source code introduced bm Algorithm c achieve.
Las Vegas
- 关于字符串匹配的拉斯维加斯算法,有不好的地方请指正-on the Las Vegas string matching algorithm, the bad Hi
字符串匹配算法
- 一个简单的数据结构算法,字符串基本匹配算法与模式匹配算法的演示.-a simple data structure algorithms, the basic string matching algorithms and pattern matching algorithm demonstration.
zifuchuanpipeisuanfa
- 字符串近似匹配算法,具有实际应用意义-approximate string matching algorithm is practical significance!
hudong6
- 掌握串的堆存储及串的基本操作算法。 掌握串的匹配算法。 -master sculptors Series storage and strings of the basic algorithm. The master string matching algorithm.
bmzfdsf
- 著名的BM字符串匹配算法-famous BM string matching algorithm.
用动态规划算法思想求最小编辑距离
- 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题,Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
Rabin-Karp
- 字符串模式匹配的RK算法,其中的滚动哈希很有价值-RK string pattern matching algorithm, in which the rolling hash valuable
Flexible_Pattern_Matching_In_Strings_Practical_On-
- 《柔性字符串匹配》的英文版,是目前讲解字符串匹配算法的参考资料中比较全面和前沿的,很有参考价值和收藏价值-" Soft string matching" in English, is the string-matching algorithm on the reference in a more comprehensive and cutting-edge, a good reference value and value to the collection
data_structure
- 1.表达式求值;2.二分匹配模板;3.最大流;4.点到线段的距离;5.字符串字典顺序-1. Expression evaluation 2. Two sub-matching template 3. Maximum flow 4. Points to the distance segment 5. String dictionary order
kmp
- KMP String Matching VC++实现的KMP字符串匹配算法-KMP String Matching VC++ implementation of the KMP string-matching algorithms
string
- 字符串匹配算法研究 字符串匹配 前缀 后缀 kmp算法 后缀树-with internet booming, the amount of information gets more and more. How to find the target information in such tramendous data is the key in web searching develepment. In this end the string matching algorithm takes
String-pattern-matching
- 用C++编写的一个字符串模式匹配程序,实现指定字符串的匹配功能。-Written in C++, a string pattern matching procedures, to achieve the specified string matching.
OCAML-String-to-String-Matching-Brute-Force
- Objective Caml (not lisp properly) Introduction to Functional Programming String to String Literal Force brute matching.
String-matching
- 这是一个实现字符匹配的代码,使用kmp算法实现字符匹配。-This is a realization of matching characters code, use KMP algorithm matching characters.
Pattern-matching
- 实现字符串的匹配,有常见的蛮力算法,kmp算法,Horspool算法,Boyer-Moore算法-String matching, common brute force algorithm, kmp algorithm, Horspool algorithm, the Boyer-Moore algorithm
Handbook-of-Exact-String-Matching
- 字符串匹配算法,经典的数据结构练习题,典型的与KMP两种方法解决字符串匹配问题。-String matching algorithms, the data structure of the classic exercises typical KMP are two ways to solve the string matching problem.
KMP-string-match
- 编写一个使用KMP算法的字符串匹配程序。 使用方法:字符串匹配.exe -f xxx.txt -s xxx -f 指定要查找的文件 -s 指定要查找的字符串-Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search
String-matching-operation
- 字符串匹配操作。输入主串和子串,通过匹配算法,统计匹配次数。-String matching operation. Enter the main string and substring by matching algorithms, statistical matching number.
string-matching
- c++实现的字符串匹配的KMP算法和BM算法-c++ achieve the KMP string matching algorithm and the BM algorithm