搜索资源列表
stringmatching
- 字符串匹配设计:为了掌握提示信息的设置方法及读取键入信息的方法。编写程序实现两个字符串比较。如相同,则显示:“MATCH”,否则,显示:“NO MATCH”。
stringmatching
- 字符串匹配设计:为了掌握提示信息的设置方法及读取键入信息的方法。编写程序实现两个字符串比较。如相同,则显示:“MATCH”,否则,显示:“NO MATCH”。-String matching design: in order to grasp the message settings and read type information. Programming to achieve the two strings. If the sam
stringmatching
- 我也是在网上乱找了一个源程序代码,希望有帮到大家的。-String matching
stringmatching
- 可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符"*"和"?"任意组合而成的。"?"代表任意一个字符,"*"代表零个或任意多个字符。例如,a*b可以匹配acb,aabb,afdfdb,ab等,但不可以匹配ac,bb,abbc;a?b可以匹配acb,abb,但不可以匹配ab,accb。试编写一个程序,从文件中读入N个字符串,再从键盘上读入任意一个合乎规则的正则表达式,例如:"a?bb*d
StringMatching
- This string matching program with Java Applet-This is string matching program with Java Applet
StringMatching-3
- String matching power point presentation.
StringMatching
- String Matching Algorithms,Comparisons,Naive string matching algorithm,Rabin-Karp Algorithm, Knuth-Morris-Pratt Algorithm