搜索资源列表
match
- 判断一个字符串和一个通配符串是否能够匹配,可以任意方式输入通配符-To determine a string and is able to match a wildcard string, you can enter wildcard any way
brace_match
- 用C++编写的括号匹配程序,输入一串字符,输出里面面匹配的括号的序号。该程序可用于编程时括号的自动匹配与提醒。-Written in C++ brackets to match the program, enter a string of characters, the serial number of the output inside surface matching brackets. The brackets can be used for programming the program
kmp
- 用c语言书写的kmp字符串匹配的函数,主要实现字串与母串的匹配-KMP string matching function written in c language, the main string with the parent string matching
WuManber_String_match
- 多模式串匹配Wu-Manber算法的实现,算法效率高,代码比较规范。-Wu-Manber, Multiple Patterns Matching
PEX
- 字符串近似匹配PEX算法(又称k+1分片算法),查找出模式串在目标串中所有近似匹配位置。算法中使用了一种多字符串匹配算法MultipleBNDM,代码也已提供。-PEX,String approximately matching