搜索资源列表
Nakatsu
- Nakatsu算法在计算匹配字符串的情况下,有着良好的时间复杂度O(N(M-P))和空间复杂度O(N2),而且在采取适当的优化手段时,可以将空间复杂度优化到O(N),这是一个很诱人的结果。下面将全面介绍Nakatsu算法。-Nakatsu algorithm in calculating matching string case, have a good time complexity O (N (M- P)) and the space complexity is O (N2), and wh
jc_KMP
- c++语言实现KMP字符串匹配算法,用于查找匹配字符的位置-KMP algorithm
boost-xpressive
- 正则表达式是处理文本强有力的工具,它使用一套复杂的语法规则,能够解决文本处理领域的绝大多数问题,如验证,匹配,查找,替换等,这些问题用通常的字符串算法是很难甚至无法解决的。这里包含boost xpressive的基本用吧-boost xpressive.boost xpressive.boost xpressive.regex,match,search
USE-OF-xpressive
- 正则表达式是处理文本强有力的工具,它使用一套复杂的语法规则,能够解决文本处理领域的绝大多数问题,如验证,匹配,查找,替换等,这些问题用通常的字符串算法是很难甚至无法解决的。这里包含boost xpressive的基 本用法-boost xpressive.boost xpressive.boost xpressive.regex,match,search
index
- 本资料是描述数据结构中字符串的模式匹配算法,适用于初学者。-This information is to describe the data structure of the string pattern matching algorithms, suitable for beginners.
KMP-string-matching-algorithm
- 字符串匹配是计算机的基本任务之一。 举例来说,有一个字符串”BBC ABCDAB ABCDABCDABDE”,我想知道,里面是否包含另一个字符串”ABCDABD”? 许多算法可以完成这个任务,Knuth-Morris-Pratt算法(简称KMP)是最常用的之一。-String matching is one of the basic tasks of the computer. For instance, there is a string "BBC ABCDAB ABCDABCDA