搜索资源列表
DFAv1
- 关于有穷自动机和正则表达式相互转化的程序,并完成有穷自动机的确定化和最小化。-on Finite Automata and Regular expressions are transformed into each other procedures, and complete the DFA and the determination of the smallest.
Greta
- 正则表达式计算,可以快速地从一个字符串中提取有效字符
Delphi_1016
- 《Delphi算法与数据结构》源码 Delphi开发人员Julian Bucknall从实用角度为广大程序员提供了有关使用算法和数据结构的一个详尽的介绍。Bucknall先从算法性能的讨论开始,涵盖了诸如数组、链表和二叉树等内容。这本书强调了查找算法(如顺序和二分查找),另外也重点介绍了排序算法(包括冒泡排序、插入排序、希尔排序、快速排序和堆排序),此外还提供了有关的优化技术。不仅如此,作者还介绍了散列和散列表、优先队列、状态机和正则表达式以及诸如哈夫曼和LZ77等数据压缩技术。 随附光
Regularlib
- 一套不错的正则表达式库。。短短的
NFtoDFA
- 正则表达式转换为有穷自动机的算法,用c语言编写的。
charmatch
- 基于正则表达式的字符串匹配,对于学习正则表达式和字符串的同学们十分有帮助-Based on regular expression string matching, regular expressions for the learning of students and string very helpful
RegexTester.source
- 一个好用的正则表达式验证程序源码,可以参考-a regex tester source
Regex
- 很好的正则表达式学习资料,让大家快速人们正则表达式-Good learning materials regular expressions, so that we quickly people are expressions
strmatch
- 一个字符串匹配查询算法。程序在文件中读取字符串。可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符“*”和“?”任意组合而成的。“?”代表任意一个字符,“*”代表零个或任意多个字符。根据输入的表达式,输出文件中符合的字符串-A query string matching algorithm. The program read in the file string. You can use regular expressions to achiev
(C)TOK-REEC-V1.2.0
- C语言正则表达式引擎 -C language is the regular expression engine
Use-KMP-to-judge-string-match
- 用KMP算法判断正则表达式是否匹配,“?”匹配任意字符,“*”匹配一个或多个任意字符-KMP algorithm to determine whether the regular expression match, " ?" Matches any character, " *" matches one or more arbitrary characters
正则表达式到有穷自动机转换
- 实现了正则表达式到有穷自动机转换, VC++程序
Regular_Expression_Matching
- 正则表达式的匹配,是leetcode中的算法题-Regular expression matching is the algorithm in question leetcode
zhengzeshi
- 30行代码,实现了一个正则表达式匹配器, 这段代码紧凑、优雅,高效并且实用,同时展示了C指针的强大功能。 -30 lines of code, to achieve a regular expression matcher, this code is compact, elegant, efficient and practical, while demonstrating the power of C pointers.