搜索资源列表
stringmatch
- c++程序,对于输入的n个字符串进行串匹配,使用者可以输入查询字串,返回所有在任意位置有匹配字串的字符串。
StringMatch
- 四种字符串匹配算法: RK,KMP,BMH及QS算法。
stringmatch
- 字符串的模式匹配(KMP算法)-string pattern matching (KMP algorithm)
MPI-StringMatch
- KMP串匹配、随机串匹配、近似串匹配的并行算法源码。-KMP string matching, randomized string matching, parallel algorithm for approximate string matching source code.
StringMatch
- 字符串匹配问题中求最小编辑距离的源码,精简实用,是作业的好帮手!-String matching problem in order to minimize the distance of the source editor to streamline the utility is operating a good helper!
StringMatch
- VC 实现的小程序,完成最小编辑距离计算,简单易读易懂-VC string match
match
- 字符串匹配。输入XML文件中的Key值,可以在程序读入的XML文件中找到Key值相对应的信息并输出。-StringMatch
stringmatch
- 高速多字符串匹配程序,基于多字符串的KMP算法开发,能够实现多字符串的匹配-High-speed multi-string matching procedure, based on multi-string KMP algorithm development, to achieve multi-string match
StringMatch
- 字符串进行匹配工具,请看具体的操作说明,-String matching tools, see the specific instructions, thank you
StringMatch
- 分别用KMP、Monte Carlo和Las Vegas算法编制3个程序, 随机生成不小于5000对的、长度不等的01串X和Y(三个程序生成相同的串),然后统计算法的执行时间、Monte Carlo算法出错的比率,并根据运行结果对三种算法进行深入的比较。注意, 先利用本题下方所给素数实现上述算法,学完素数判定算法之后, 将该算法编程,产生少量的大素数并用数组保存起来, 以供上述随机算法使用(素数判定算法写在上述随机算法之外)。 -Were used to KMP, Monte
StringMatch
- 用BF、KMP、BM算法实现字符串的匹配- BF, KMP, BM algorithm for string matching
StringMatch
- 算法设计与分析中的字符串匹配算法,C++代码-String matching algorithm, algorithm design and analysis courses, C++ code
stringMatch
- 读txt文件内容到编辑框,然后查找字符串。-Read txt file to the edit box, and then look for the string.
stringmatch
- c++程序,对于输入的n个字符串进行串匹配,使用者可以输入查询字串,返回所有在任意位置有匹配字串的字符串。
stringmatch
- c++程序,对于输入的n个字符串进行串匹配,使用者可以输入查询字串,返回所有在任意位置有匹配字串的字符串。
StringMatch
- 带通配符的字符串匹配,多重匹配,支持通配符“*”,“?”-String matching with wildcards, multiple matches, supports wildcards " *" , " ?"
StringMatch
- 数据结构课程作业,利用c#窗体,运用了字符串匹配方法,实现了字符串匹配。两种匹配思想实现。(The string matching, using c# programming.)