搜索资源列表
stringmatch2
- 字符串的模式匹配算法&一般的字符串匹配算法-string pattern matching algorithm & General string matching algorithm
source
- ac-bm算法。多模式字符串匹配算法 在.Net平台下使用C#开发
BoyerMooreSearch_src
- bm算法。多模式字符串匹配算法 在.Net平台下使用C#开发
KMP模式匹配(可以有通配符)
- 使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards
StringMatch
- 四种字符串匹配算法: RK,KMP,BMH及QS算法。
带通配符的字符串匹配算法源代码
- 带通配符的字符串匹配算法源代码 vc源代码-the vc source code of string matching with wildcard.
字符串模式匹配与模糊匹配算法
- 字符串模式匹配与模糊匹配算法,本rar压缩包内是rk算法的源码-String pattern matching and fuzzy matching algorithms, the rar-compressed package is rk algorithm source code
string
- 字符串匹配BM算法算法源码 字符串匹配BM算法 源码 很好的 有新意-BM algorithm for string matching algorithm source BM string matching algorithms have a good new source
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 ~
kmp
- window 下的kmp 字符串 匹配算法。 -window under the KMP string matching algorithm.
modified_kmp
- 这是KMP字符串匹配算法的实现代码,其中next数组的求解算法也是该进型的,避免了重复搜索的问题-This is the KMP string matching algorithm code, which the next array algorithm is the progressive, and to avoid the problem of duplicate search
kmp
- 用C语言实现KMP算法(字符串匹配过程)-Using C language KMP algorithm (string matching)
KMP
- KMP字符串匹配算法 KMP字符串匹配算法-KMPKMPKMPKMPKMPKMPKMP
string.tar
- 数据结构课程设计--实现并对比三种基本的字符串匹配算法-EasyMatch Rabin—Karp KMP
KMP
- 求解KMP算法,用的是c++语言进行编写,KMP是一种迅速的字符串匹配算法,输入文本和要匹配的字符串即可-a solution of KMP alogorithms
string
- 带通配符的字符串匹配算法源代码,还是不错得-With a wildcard string matching algorithm source code, or get a good
KMP
- 基于KMP算法的字符串匹配源码, 支持通配符,单匹配和多重匹配。 效率比较高-KMP string matching algorithm based on source code, support for wildcards, single match and multiple match. More efficient
yichuanpipei
- 利用遗传算法实现字符串匹配,体现遗产算法各程序使用的简单实例,有助于初学者学习。(String matching using genetic algorithm)
BM算法
- 在计算机科学里,Boyer-Moore字符串搜索算法是一种非常高效的字符串搜索算法。它由Bob Boyer和J Strother Moore设计于1977年。此算法仅对搜索目标字符串(关键字)进行预处理,而非被搜索的字符串。虽然Boyer-Moore算法的执行时间同样线性依赖于被搜索字符串的大小,但是通常仅为其它算法的一小部分:它不需要对被搜索的字符串中的字符进行逐一比较,而会跳过其中某些部分。通常搜索关键字越长,算法速度越快。它的效率来自于这样的事实:对于每一次失败的匹配尝试,算法都能够使用这
StringMatcher
- 课程作业做的一个字符串匹配小程序,初学编程,请多指教(A small application about string matching)