搜索资源列表
string
- 字符串匹配BM算法算法源码 字符串匹配BM算法 源码 很好的 有新意-BM algorithm for string matching algorithm source BM string matching algorithms have a good new source
Alg
- SMP快速字符串模式匹配算法(SMP fast string pattern algorithm)-SMP fast string pattern algorithm
String
- 字符串的匹配算法,简单的c++算法源码,一共三个文件,文件s和t中存放字符串-String matching algorithm, a simple c++ algorithm source, a total of three documents, document storage s and t in the string
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
- 字符串匹配问题:输入主串和子串,通过算法实现字符串的匹配:若字串在主串中出现在输出出现的位置,否则匹配失败-String matching problem: Enter the main series and sub-string, through the string matching algorithm: if the string appeared in the main string appear in the output, or the failure to match
BruteForce
- BruteForce算法 简单模式匹配算法。。是处理字符串使用的-BruteForce
TEMP
- 一个字符串表达式匹配算法。支持字符集表达式[],[^],[a-b];支持*,?,+。仅依赖C库。C++类封装,使用简便,运行迅速。经过实际运用验证。-Expression of a string matching algorithm. support character sets Expression [],[^],[ ab] and support*,?,+。 Rely on the C library. C++ class packaging, simple to use.
KMP
- KMP字符串匹配算法 KMP字符串匹配算法-KMPKMPKMPKMPKMPKMPKMP
bm_algorithm
- 字符串匹配boyer_moore算法—— 首先输入查找模式,然后输入文本,如果匹配,输出文本匹配,如果不匹配输出文本不匹配。-Boyer_moore string matching algorithm- the first input search mode, and then enter the text, if the match, the output text-matching, if you do not match the output of the text do not ma
Boyer-Moore-Horspool-Sunday
- 使用Boyer-Moore-Horspool-Sunday 算法进行字符串匹配的系列函数-Using the Boyer-Moore-Horspool-Sunday algorithm for string matching a series of functions
string-matching
- 一些比较常用的字符串匹配算法源码实现,较粗糙-Some of the more commonly used in string matching algorithm source, than the rough
KMP-suanfa
- KMP算法 字符串匹配算法 The KMP algorithm string matching algorithm-The KMP algorithm string matching algorithm
KMP_Next
- KMP算法之寻找next值,它是一种改进的字符串匹配算法。-KMP algorithm to find the next value, it is an improved string matching algorithm.
KMP
- 字符串匹配算法,用KMP算法来解决字符匹配问题-String matching algorithm, using KMP algorithm to solve the problem of matching characters
38.KMP-String-match-algorithm
- KMP 快速模式串匹配查找算法。 与一般的字符串匹配算法不同在于,匹配中某个字符不同时,并不是把指针退回原点,而是从第二个匹配点开始匹配。-KMP fast string match algorithm, difference to common match algorithm is not back to original point when fail in matching letters.
exKMP
- exKMP 一种扩展的KMP字符串匹配算法-exKMP extended KMP string matching algorithm
yichuanpipei
- 利用遗传算法实现字符串匹配,体现遗产算法各程序使用的简单实例,有助于初学者学习。(String matching using genetic algorithm)
ngram模型分词与统计算法
- N-Gram(有时也称为N元模型)是自然语言处理中一个非常重要的概念,通常在NLP中,人们基于一定的语料库,可以利用N-Gram来预计或者评估一个句子是否合理。另外一方面,N-Gram的另外一个作用是用来评估两个字符串之间的差异程度。这是模糊匹配中常用的一种手段。本文将从此开始,进而向读者展示N-Gram在自然语言处理中的各种powerful的应用。(N-Gram (sometimes referred to as N metamodel) is a very important concept
Boyer-Moore
- 字符串BM匹配算法,可以尝试利用并行改进算法(The string BM matching algorithm can try to make use of the parallel improvement algorithm)
StringMatcher
- 课程作业做的一个字符串匹配小程序,初学编程,请多指教(A small application about string matching)