搜索资源列表
FileKeySearch
- 一种快速的模糊搜索算法,根据指定的关键字搜索文件名与之相似匹配的文件,内附测试程序。-a fast fuzzy search algorithm, according to the specified file name keyword search with matching documents, enclosing the test.
libbitap
- wu-manber算法的实现。 Wu-Manber基于BM算法思想,通过SHIFT、HASH、PREFIX三张表进行快速跳跃,实现快速多模式匹配。-A clean implementation of Sun Wu and Udi Manber s bitap algorithm. Note that the complete search string must be matched by the pattern. If you want to search for subst
FileFind
- 实现了文件中的字符快速查找和替换功能,基于KMP模式匹配算法。-Realized characters in the file quickly find and replace function, KMP pattern matching algorithm.