搜索资源列表
BM
- java 实现的BM算法。 BM算法是一种字符串匹配算法。
KeywordSpotting
- 多串匹配的AC算法/多字符串匹配/多字符串检测/多字符串识别/Aho-Corasick自动机/ahocorasick自动机/AC自动机。/Java实现 该程序是一个高效的,能处理较大的Unicode字符文本(包括要检测的文本和关键词文本)的关键词匹配程序,因此程序的输入为input.txt为待检测文本,keywords.txt为关键词文本,文件夹test1,test2,test3分别是三组自己设定的input和keywords,可自行任意添加删改,运行程序前先将一组拷贝至D:\。 程序将
java_kmp_algorith
- 利用java语言实现的KMP算法, 可用于字符串模式匹配等项目中-Using java language of the KMP algorithm can be used for string pattern matching and other projects
WmParser
- java字符串多模式匹配算法, 实现汉字和ACII字符串的快速匹配-java multiple match
kmp
- kmp算法,能够读取txt和java文件,进行kmp查找匹配字符串后,可进行替换字符串-kmp algorithm, able to read the txt and java file, kmp find a matching string, the replacement string
KMP
- 用于字符串匹配的Kmp算法,eclipse环境下的java编程-Kmp algorithm implemented in Java
KMP
- KMP 的字符串模式匹配的java算法实现-KMP string pattern matching algorithm of Java
DS5
- 字符串匹配算法的实现包括 KMP算法、BruteForce算法, boyerMooreSearch算法-boyerMooreSearch、 KMP、BruteForce
StringDemo
- 通过kmp算法实现字符串的匹配,时间复杂度第。面试常问问题(The matching of string is realized by KMP algorithm, and the time complexity is the first. Interviewing often asks questions)