当前位置:
首页 资源下载
搜索资源 - regular expression
搜索资源列表
-
0下载:
1.输入文件解析
2.正则表达式转化为NFA
3.多个NFA合并
4.NFA转换DFA
5代码生成
关于输入文件格式:
没有考虑对lex输入文件的出错处理,所以输入文件务必严格书写正确。
Lex中的正规表达式使用了以下运算符:
[] | * @ ( )
并且正规表达式中不能出现其他的子正规表达式。
如果想要在待识别的正则式中使用上述运算符,请使用转义符号,即\。
例如,如果想用*,可以写成\*
,1. Analysis of the input file 2.
-
-
0下载:
输入一个正则表达式,输出相应的NFA图,NFA转换为DFA(得到的DFA图要求用画图方法完成并要求先产生子集构造表出来再画DFA图),DFA最小化(也要求用画图方法完成)
-Enter a regular expression, the output corresponding NFA map, NFA is converted to DFA (the DFA plans to be asked to use drawing methods and called for the first
-
-
0下载:
一个方便实用的正则表达式类库,纯C编写,只需要把头文件包含到你的工程里即可,方便集成,支持多种操作系统及编译器。附常用正则表达式-A convenient and practical regular expression library, the preparation of pure C, only need to head to the file that contains your project where you can to facilitate the integration, s
-
-
0下载:
RegExp正则表达式调试学习工具,一个正则表达式的学习软件-Debug regular expression RegExp learning tool, a regular expression of the learning software
-
-
0下载:
实现了正则表达式转NFA,NFA转DFA,DFA最简化的过程。并可输出DFA到图像。-It can translate Regular Expression into NFA, NFA into DFA, and minimize the DFA. The result can be printed as a graph.
-
-
0下载:
输入正则表达式,转化为NFA,DFA,从测试文档中找出最大匹配子串-Enter the regular expression into NFA, DFA, document from the test to find out the biggest match Substring
-
-
0下载:
正则表达式的分析解释控件,适用于delphi各版本-is a regular expression analysis explained Control, applicable to all versions of delphi
[引自此网络]-Regular Expressions analysis and interpretation of the controls, applied to delphi versions-is a regular expression analy
-
-
0下载:
Regular Expression to Epsilon-NFA
-
-
0下载:
一本介绍正则表达式的教程,对于深入理解正则表达式有很大的帮助作用-Introduce a regular expression tutorial, in depth understanding of the regular expressions of great help to have the role of
-
-
0下载:
这本书介绍了正则表达式的基本语法和应用 深入浅出 循序渐进 能帮助你快速掌握正则表达式-This book introduces the basic regular expression syntax and application of easy step-by-step can help you quickly master the regular expression
-
-
0下载:
实现正则表达式匹配。匹配速度很快,可以很方便的嵌入到自己的程序-The realization of regular expression matching. Fast.
-
-
0下载:
这是一个模拟编译器词法分析的程序。输入正则表达式,再输入一个字符串,该程序可以判定字符串是否符合正则式的规则-This is a simulation compiler lexical analysis process. Enter the regular expression, and then enter a string, the program can determine whether the string is the type of rules
-
-
0下载:
正则表达式30分钟入门教程-deerchao的
30分钟内让你明白正则表达式是什么,并对它有一些基本的了解,让你可以在自己的程序或网页里使用它。
-Regular Expression Tutorial 30 minutes of-deerchao you 30 minutes to understand what is the regular expression, and it has some basic understanding, so that you can program
-
-
0下载:
Regular expression for Delphi Library
-
-
0下载:
Help for Regular Expression for Delphi library
-
-
0下载:
正则表达式->NFA/DFA/最简表达式-Regular Expression-> NFA/DFA/the most simple expression
-
-
0下载:
用c++实现的此法分析器,包括正则表达式解析,正则到NFA转换,NFA到DFA转换,和最终的匹配,详见包中README文件-Using c++ parser to achieve this method, including regular expression analysis, while the NFA is converted, NFA to DFA conversion, and end the match, see the package README file
-
-
0下载:
Perl- Regular expression quick refernce
-
-
0下载:
Mastering Regular Expression that is very good for string manipulation in Unix and Windows
-
-
0下载:
regular expression pocket references in CHM
-
« 12
3
4
5
6
7
8
9
10
...
36
»