搜索资源列表
myregediter
- 安装了一个软件,删除后注册表里总留下一点垃圾。本程序就是对注册表垃圾的查找,只要输入关键字即可查找。字条串查找用了kmp算法,功能简单,仅供学习交流使用-Install a software, deleted the registry total to leave a little trash. This program is on the registry of garbage to find, as long as you can enter a keyword to find. Note
dataFile
- 基于KMP算法的文件文本提取程序,可以从文件中提取想要的文本,进行重组输出致另外一个文件。-The desired text file text extraction program based on the KMP algorithm can be extracted from the file, carry out, even a Low- End restructuring of output caused by another one files.
TString
- TString.cpp,有关KMP算法的源码-TString.cpp,about KMP method
FileFind
- 实现了文件中的字符快速查找和替换功能,基于KMP模式匹配算法。-Realized characters in the file quickly find and replace function, KMP pattern matching algorithm.
TextQuery
- 基于KMP算法,使用STL编写的txt文本查询器(a tool for searching words in txt files base on KMP algorithm)