搜索资源列表
字符匹配判断
- 给出串字符串作为模式串然后再输入你所要找的字符串-given string string as a model input strings and then you have to find the string
模式匹配MFC_jwj
- 此程序用mfc完成查找替换功能,在编辑框中输入一串字符,然后输入你要查询的字符串,之后输入你要替换的字符串(替换查询的内容),结果显示在最后的编辑框中-mfc use this procedure to complete the replacement search function, the edit box input string of characters then enter your inquiries to the string, after you input the strin
matchall
- 看过网上很多匹配算法。都只支持一次匹配。比如aadsfasdfaa...和数据串aa。匹配一次以后另外一个就没有匹配了,这里改进了一下。上传-read many online matching algorithm. Only a matching support. For example aadsfasdfaa ... aa string and data. After a match no one other matches here to improve a bit. Upload
CSharpZZBDS
- 如果你曾经用过Perl或任何其他内建正则表达式支持的语言,你一定知道用正则表达式处理文本和匹配模式是多么简单。如果你不熟悉这个术语,那么“正则表达式”(Regular Expression)就是一个字符构成的串,它定义了一个用来搜索匹配字符串的模式。-If you have used Perl or any other built-in regular expression support for the language, You know, regular expression matchi
back
- 后缀数组的构造,实现了对字符串的子串的匹配及最长重复子串的查找
改良快速模式匹配
- Knuth的快速模式匹配算法改良,可以匹配含通配符?和*的标准串-the rapid improvement of pattern matching algorithm can match with wildcards? * And the standard Series
第四章 串
- 数据结构的课程中的作业,利用串匹配来实现全文检索的。快点下载吧! 加油!-This the work of data structure,it can achieve the full text index using the string matching.Download it quickly, come on
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 ~
Dictionary
- 基于离散子串匹配算法的电子辞典。对每个词条算出一个匹配度,查询时根据匹配度大小依次顺序列出词条;词库较大,因此采用了分类索引的算法,提高了查询速度。-Based on discrete substring matching algorithm of electronic dictionaries. Calculated for each term of a match, the query sequence according to the size of matching entries li
feng
- 此为openmp的简单运用,主要是运用openmp将串匹配算法并行化-This is simple to use OpenMP, mainly to the use of OpenMP parallel string matching algorithm
grep
- 自己实现GREP串匹配功能,这是个命令行工具-Realize their own grep string matching function, this is a command-line tool
kmp
- 用C语言实现KMP算法(字符串匹配过程)-Using C language KMP algorithm (string matching)
cb
- 算法VC++编程用bf,bm,kmp解决串匹配-Algorithm for VC++ programming with bf, bm, kmp solve the string matching
KMP
- 求解KMP算法,用的是c++语言进行编写,KMP是一种迅速的字符串匹配算法,输入文本和要匹配的字符串即可-a solution of KMP alogorithms
KMP
- 基于KMP算法的字符串匹配源码, 支持通配符,单匹配和多重匹配。 效率比较高-KMP string matching algorithm based on source code, support for wildcards, single match and multiple match. More efficient
chuanpipei
- 实现串匹配,实现输入串查找匹配并标明开始字符位置-fkyufvjh klug
KMPNew
- 该算法是实现字符串匹配, 子串匹配只考虑最左匹配情况,即只需要从左到右进行字串匹配的情况。比如: 在字符串"abababab"中,采用最左匹配子串"aba",可以匹配2个"aba"字串。如果 匹配出从左到右位置2开始的"aba",则不是最左匹配,且只能匹配出1个"aba"字串-The algorithm is for string matching, substring matching only consider the matching of the left, that is on
kmp
- KMP串匹配并行算法MPI 源程序 并行思想加快速度-KMP string matching algorithm MPI parallel thinking speed parallel source
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.
WuManber_String_match
- 多模式串匹配Wu-Manber算法的实现,算法效率高,代码比较规范。-Wu-Manber, Multiple Patterns Matching