搜索资源列表
bm
- 字符串匹配算法,单模式字符串匹配。 使用c语言编写
FV(SBMH)
- SBMH算法。为字符串匹配算法。c语言开发。
StringMatchAll
- 基于KMP算法所撰写的能实现带通配符的字符串匹配算法源代码
带通配符的字符串匹配算法源代码
- 带通配符的字符串匹配算法源代码。程序中的查找算法比较先进,提高模糊查询的功能,可以查询字母和汉字,很有用吆。-with wildcard string matching algorithm source code. Procedures for the more advanced search algorithm to improve fuzzy query function can find letters and Chinese characters, useful shout.
zifuchuangpipei
- 实现字符串的匹配,运用的是KMC算法。希望大家喜欢-The realization of string matching, the use of the KMC algorithm. I hope you like
NtfsDesktopSearch
- 一种仿Everything文件快速搜索工具的软件作品。试用于NTFS文件系统。揭示了Everything的原理,也可通过此代码学习NTFS文件系统原理、字符串多模匹配算法等-A kind of imitation Everything document search software works fast. Trial in the NTFS file system. Everything revealed the principles of this code can also learn p
bmh
- 字符串匹配BM算法 坏字符规则(BMH算法)-BM algorithm bad character string matching rules (BMH algorithm)
boyer_moore_algorithm
- 字符串匹配 boyer_mooer 算法(boyer_mooer algorithm for strings match)