Description: 使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards Platform: |
Size: 7846 |
Author:张远洋 |
Hits:
Description: 使用著名的KMP模式匹配算法进行字符串匹配,还可以有通配符-use of the famous KMP string matching algorithms can also be wildcards Platform: |
Size: 891904 |
Author:张远洋 |
Hits:
Description: 这是字符串匹配算法中很著名的KMP算法,此文件仅供大家参考,具体是否能调通,本人还没有试过-This is a string matching algorithm is famous KMP algorithm, this document is your reference, specifically whether Qualcomm will emphasize, I have not tried Platform: |
Size: 4096 |
Author:郑旋 |
Hits:
Description: 著名的KMP算法
实现快速字符串匹配
其中还包括失效函数的实现-KMP famous fast string matching algorithm which also includes the realization of failure function Platform: |
Size: 1024 |
Author:施欢欣 |
Hits:
Description: KMP的算法实现。nlg(n)的复杂度判读两个字符串是否部分或全部匹配-KMP algorithm. nlg (n) the complexity of interpretation whether the two string matching some or all of Platform: |
Size: 1024 |
Author:pillar |
Hits:
Description: 自己写的基于VB6.0平台的KMP字符串匹配算法,算法过程和严蔚敏版数据结构相同,可以作为学习数据结构的参考-Wrote it myself VB6.0 platform based on the KMP string matching algorithm, the algorithm process and Yan Wei-min version of the same data structure can be used as a reference data structure learning Platform: |
Size: 2048 |
Author:杨羽 |
Hits:
Description: 基于KMP算法的字符串匹配源码,
支持通配符,单匹配和多重匹配。
效率比较高-KMP string matching algorithm based on source code, support for wildcards, single match and multiple match. More efficient Platform: |
Size: 156672 |
Author:nimo |
Hits:
Description: 字符串匹配是计算机的基本任务之一。
举例来说,有一个字符串”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 ABCDABCDABDE", I want to know, which contains another string "ABCDABD"?
Many algorithms can complete this task, Knuth-Morris-Pratt algorithm (referred KMP) is the most common one. Platform: |
Size: 70656 |
Author:林华 |
Hits:
Description: 中科大的教材文档,关于字符串匹配算法的详细描述和具体代码,主要介绍改进的KMP串匹配算法,采用散列技术的随机串匹配算法,基于过滤算法的近似串匹配算法,以及它们的MPI编程实现,结尾是C语言代码,都在同一份文件中。-USTC materials documentation on string matching algorithm detailed description and the specific code, introduces improved KMP string matching algorithm, using hashing random string matching algorithm, based on filtering algorithms approximate string matching algorithms and their MPI programming implementation, ending with C language code, all in the same document. Platform: |
Size: 48128 |
Author:soulighter |
Hits: