搜索资源列表
string
- 字符串匹配BM算法算法源码 字符串匹配BM算法 源码 很好的 有新意-BM algorithm for string matching algorithm source BM string matching algorithms have a good new source
VB_code_parser
- VB源代码解释器,用richtext控件编的,对于学习如何使用rtf控件有很大帮助,包括加亮,起始字符串匹配段落功能-VB source code interpreter used for the richtext control, for learning how to use the rtf control of much help, including a bright start paragraphs string matching function
StringMatch
- 字符串匹配问题中求最小编辑距离的源码,精简实用,是作业的好帮手!-String matching problem in order to minimize the distance of the source editor to streamline the utility is operating a good helper!
MatchingString
- C语言的字符串匹配函数,我一直在用,挺不错的-C language string matching function
modified_kmp
- 这是KMP字符串匹配算法的实现代码,其中next数组的求解算法也是该进型的,避免了重复搜索的问题-This is the KMP string matching algorithm code, which the next array algorithm is the progressive, and to avoid the problem of duplicate search
second
- 字符串匹配问题。 输入一个字符串,程序计算出字符串里有没前后重复的部分,并输出重复的内容。-String matching problem. Enter a string, the program calculated before and after the string, there are no duplicate parts and duplicate the contents of the output.
KMP
- 字符串匹配问题:输入主串和子串,通过算法实现字符串的匹配:若字串在主串中出现在输出出现的位置,否则匹配失败-String matching problem: Enter the main series and sub-string, through the string matching algorithm: if the string appeared in the main string appear in the output, or the failure to match
similar
- 你可以通过此段代码完成两个字符串之间的相似度的计算。然后根据相似度的值就可以判定两个字符串是不是匹配-This code you can complete the similarity between two string calculations. Then the value of similarity can be found not to match two strings
KMP
- KMP字符串匹配算法 KMP字符串匹配算法-KMPKMPKMPKMPKMPKMPKMP
bm_algorithm
- 字符串匹配boyer_moore算法—— 首先输入查找模式,然后输入文本,如果匹配,输出文本匹配,如果不匹配输出文本不匹配。-Boyer_moore string matching algorithm- the first input search mode, and then enter the text, if the match, the output text-matching, if you do not match the output of the text do not ma
stringmatching
- 可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符"*"和"?"任意组合而成的。"?"代表任意一个字符,"*"代表零个或任意多个字符。例如,a*b可以匹配acb,aabb,afdfdb,ab等,但不可以匹配ac,bb,abbc;a?b可以匹配acb,abb,但不可以匹配ab,accb。试编写一个程序,从文件中读入N个字符串,再从键盘上读入任意一个合乎规则的正则表达式,例如:"a?bb*d",输出符合正则表达式的字符串。 查询的字典文件为
Boyer-Moore-Horspool-Sunday
- 使用Boyer-Moore-Horspool-Sunday 算法进行字符串匹配的系列函数-Using the Boyer-Moore-Horspool-Sunday algorithm for string matching a series of functions
zifu
- 字符串匹配程序:可以输入一段字符并找寻给定的关键字(精确匹配),也可以输入一个文件地址,并输入关键字查询(模糊匹配)-It is a string search program: it can search a given paragraph or search a given string from a local file, like Find function of Notebook
pipei
- 字符串匹配的随机算法,不同于传统的KMP算法-The random string matching algorithm, the KMP algorithm is different from the traditional
string_match
- 字符串匹配的一个简短程序。有详细的注释。字符串的匹配以及相关操作一直是一个重点,这里是一个简单的例子。-string match c++
textsearch
- VB实现字符串匹配查询,同时可统计字符串长度(VB to achieve string matching queries, while statistical string length)
yichuanpipei
- 利用遗传算法实现字符串匹配,体现遗产算法各程序使用的简单实例,有助于初学者学习。(String matching using genetic algorithm)
dic_ec
- 字符串匹配,好吧,不能小于20字。所以再加几个字(String matching, well, it can't be less than 20 words. So add a few more words)
搜索字符串
- labview搜素字符串标记,可以搜索指定的字符进行匹配(ni labview search some string from TXT or string)
StringMatcher
- 课程作业做的一个字符串匹配小程序,初学编程,请多指教(A small application about string matching)