搜索资源列表
Regular-expressions-simplifypattern-matching-code.
- Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching co
Perlprimer
- 第1学时Perl 入门 第2学时Perl 的基本构件:数字和字符串 第3学时控制程序流 第4学时基本构件的堆栈:列表与数组 第5学时进行文件操作 第6学时模式匹配 第7学时哈希结构 第8学时函数-1 hour introductory paragraph 2 Perl school Perl's basic components : Digital string section and three school flow control procedures
ZuiDaPiPeiSuanFa
- 对一个字符串进行最大匹配法分词的算法,在VC环境下运行即可。-A string of maximum matching word segmentation algorithm can be run in the VC environment.
String_matching_problem
- 主要是串匹配问题,用三种代码实现。并对其进行比较-String matching problem is mainly used three kinds of code to achieve. And to compare them
LJDBSearch(1)
- 数据库管理系统存储的一般都是结构化数据,长足于数值的计算、查询、统计与挖掘。随着计算机存储与计算能力的迅猛发展,越来越多的非结构化文本数据存储在数据库中,数据库中的文本搜索日益广泛。 当前,数据库中的文本搜索,一般采用SQL语句中的Like操作符或者采用数据库系统自带的全文索引功能。Like操作往往特别耗时,数据规模超过10万条,查询往往会导致网络连接超时,无法满足在线搜索的需要;同时,Like查询仅仅是简单的字符串匹配,没有考虑语言语义,检索“和服”,同样会命中“产品和服务”。当前
StringMatching-3
- String matching power point presentation.
similar-strings
- A Comparison of String Distance Metrics for Name-Matching Tasks
String-pattern-matching
- 串的基本运算。串的顺序存储结构。模式匹配的基本概念及常用算法。-The basic operations of the string. The string stored in the order structure. Basic concepts and commonly used pattern matching algorithm.
Nakatsu
- Nakatsu算法在计算匹配字符串的情况下,有着良好的时间复杂度O(N(M-P))和空间复杂度O(N2),而且在采取适当的优化手段时,可以将空间复杂度优化到O(N),这是一个很诱人的结果。下面将全面介绍Nakatsu算法。-Nakatsu algorithm in calculating matching string case, have a good time complexity O (N (M- P)) and the space complexity is O (N2), and wh
Using-regular-expressions-on-iOS
- ios开发中正则表达式的使用,包括字符串的匹配,日期匹配等。-ios developed regular expression, including the use of the string matching, date matching.
Applying-Fast-String-Matching-to-Intrusion-Detect
- applying fast string matching to intrustion detection-applying fast string matching to intrustion detection
index
- 本资料是描述数据结构中字符串的模式匹配算法,适用于初学者。-This information is to describe the data structure of the string pattern matching algorithms, suitable for beginners.
KMP-string-matching-algorithm
- 字符串匹配是计算机的基本任务之一。 举例来说,有一个字符串”BBC ABCDAB ABCDABCDABDE”,我想知道,里面是否包含另一个字符串”ABCDABD”? 许多算法可以完成这个任务,Knuth-Morris-Pratt算法(简称KMP)是最常用的之一。-String matching is one of the basic tasks of the computer. For instance, there is a string "BBC ABCDAB ABCDABCDA
String matching alghorithm
- This book tell about string matching alghorithm, searching alghorithm
KMP
- 串匹配KMP,里面有两种实现代码,一种是蛮力法,另一种是改进的。-KMP string matching, there are two kinds of implementation code, one kind is a brute force method, another kind is improved.
Algoritma-string-matching
- this file is about algorithm string matching which is use matlab simulation.
FACE-RECOGNITION-USING-ENSEMBLE-STRING-MATCHING.r
- FACE RECOGNITION USING ENSEMBLE STRING MATCHING
StringMatching
- String Matching Algorithms,Comparisons,Naive string matching algorithm,Rabin-Karp Algorithm, Knuth-Morris-Pratt Algorithm
fast_marching
- 朴素的模式匹配效率不高的主要原因是进行了重复的字符比较。下一次比较和上一次比较没有任朴素的模式匹配效率不高的主要原因是进行了重复的字符比较。下一次比较和上一次比较没有任何的联系,是朴素模式匹配的缺点,其实上一次比较的比较结果是可以利用的,这就产生了快速模式匹配。在朴素的模式匹配中,目标串S的下标移动是一步一步的,这其实并不好,移动步数没有必要为1。-It links the shortcomings of simple pattern matching, in fact, on a compar
JavaScript-Regular-expressions
- Javascr ipt中的正则表达式解析 正则表达式是个描述字符模式的对象。 Javascr ipt的RegExp对象和String对象定义了使用正则表达式来执行强大的模式匹配和文本检索和替换函数的方法. -The Javascr ipt regular expression parsing regular expressions is described in character-mode object. Javascr ipt RegExp object and the