搜索资源列表
intellgence
- 智能化查询过程C语言源代码,程序用来查询用户输入的信息,如果查到,则输出;若没有查到,则向用户询问,且具有记忆和自动更新数据库功能。不足之处在于,没有实现模糊查询(利用字符串匹配的知识不难自行增加相应功能);没有实现删除错误信息的功能,以后有时间慢慢添加吧。暂时可以看作一个对文件操作的小程序-intelligent inquiry C language source code, procedures can be used to query the user input information,
stringmatch2
- 字符串的模式匹配算法&一般的字符串匹配算法-string pattern matching algorithm & General string matching algorithm
StringMatch111111
- 一个简单的字符串匹配的操作,是在JBuilder9环境下编译过的。-a simple string-matching operation, the compiler JBuilder9 environment before.
string
- 字符串匹配BM算法算法源码 字符串匹配BM算法 源码 很好的 有新意-BM algorithm for string matching algorithm source BM string matching algorithms have a good new source
DSDesign
- 实现并对比三种基本字符串匹配算法(朴素算法,Rabin-Karp算法,KMP),并给出动态演示结果~-And contrast to achieve three basic string-matching algorithm (simple algorithm, Rabin-Karp algorithm, KMP), and gives the results of the dynamic presentation ~
StringMatch
- 字符串匹配问题中求最小编辑距离的源码,精简实用,是作业的好帮手!-String matching problem in order to minimize the distance of the source editor to streamline the utility is operating a good helper!
feng
- 此为openmp的简单运用,主要是运用openmp将串匹配算法并行化-This is simple to use OpenMP, mainly to the use of OpenMP parallel string matching algorithm
KMP
- KMP string matching method
String
- 字符串的匹配算法,简单的c++算法源码,一共三个文件,文件s和t中存放字符串-String matching algorithm, a simple c++ algorithm source, a total of three documents, document storage s and t in the string
stringmatching
- 可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符"*"和"?"任意组合而成的。"?"代表任意一个字符,"*"代表零个或任意多个字符。例如,a*b可以匹配acb,aabb,afdfdb,ab等,但不可以匹配ac,bb,abbc;a?b可以匹配acb,abb,但不可以匹配ab,accb。试编写一个程序,从文件中读入N个字符串,再从键盘上读入任意一个合乎规则的正则表达式,例如:"a?bb*d",输出符合正则表达式的字符串。 查询的字典文件为
string
- 带通配符的字符串匹配算法源代码,还是不错得-With a wildcard string matching algorithm source code, or get a good
String-Matching
- String matching - The Hamming Distance Case
Structures-Of-String-Matching-And-Data-Compressio
- Structures Of String Matching And Data Compression - Jesper Larsson
Finding-rotational-symmetries-by-cyclic-string-ma
- Finding rotational symmetries by cyclic string matching
string-matching
- 一些比较常用的字符串匹配算法源码实现,较粗糙-Some of the more commonly used in string matching algorithm source, than the rough
pattern-matching
- 模式匹配,kmp算法,kmp算法是一种改进的字符串匹配算法,由D.E.Knuth与V.R.Pratt和J.H.Morris同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。KMP算法的关键是根据给定的模式串W1,m,定义一个next函数。next函数包含了模式串本身局部匹配的信息。-Pattern matching, kmp algorithm, kmp algorithm is an improved string matching algorithm, by DEKn
String-matching
- 字符匹配问题为典型的字符数组的应用,体现了c语言面向过程的特性。可在VC6.0下进行正确编译及运行。-The character matching problem is a typical character array, which embodies the characteristic of C language. Can be compiled and run under VC6.0.
string-matching
- 简单的字符串匹配程序,可以匹配多个在长字符串中出现的子串-string matching
rbgorethm-string
- A string matching algorithm with wildcard source code
Mazharul String Matching By Finite Automata
- Mazharul String Matching By Finite Automata