文件名称:RegEx_SrcV2
- 所属分类:
- 编译器/词法分析
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 41kb
- 下载次数:
- 0次
- 提 供 者:
- CYB****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
So how are we going to do it? Well before we start with coding, it is necessary to explain the mathematical background needed to fully understand the method used here in this article. I would strongly recommend to read and understand the math behind, because once we overcome the math part, the rest will be very simple. Note however that I will not have any mathematical proofs. If you are interested in proofs, please check out the references, which could be found in References section of this article. Additionally, note that the regular expression parser, which we will create here will support these three operations:
(系统自动生成,下载前可以参看下载内容)
下载文件列表
RegularExpression\Map.cs
.................\NfaDiagram.txt
.................\NfaExpression.cs
.................\NfaToDfaHelper.cs
.................\Properties
.................\..........\AssemblyInfo.cs
.................\..........\Resources.Designer.cs
.................\..........\Resources.resx
.................\..........\Settings.Designer.cs
.................\..........\Settings.settings
.................\RegEx.cs
.................\RegExValidator.cs
.................\RegularExpression.csproj
.................\Set.cs
.................\State.cs
RegularExpression
RegExImpl.sln
Driver\Driver.csproj
......\frmNfa.cs
......\frmNfa.Designer.cs
......\frmNfa.resx
......\MatchInfoDS.cs
......\MatchInfoDS.Designer.cs
......\MatchInfoDS.xsc
......\MatchInfoDS.xsd
......\MatchInfoDS.xss
......\Program.cs
......\Properties
......\..........\AssemblyInfo.cs
......\..........\Resources.Designer.cs
......\..........\Resources.resx
......\..........\Settings.Designer.cs
......\..........\Settings.settings
Driver
.................\NfaDiagram.txt
.................\NfaExpression.cs
.................\NfaToDfaHelper.cs
.................\Properties
.................\..........\AssemblyInfo.cs
.................\..........\Resources.Designer.cs
.................\..........\Resources.resx
.................\..........\Settings.Designer.cs
.................\..........\Settings.settings
.................\RegEx.cs
.................\RegExValidator.cs
.................\RegularExpression.csproj
.................\Set.cs
.................\State.cs
RegularExpression
RegExImpl.sln
Driver\Driver.csproj
......\frmNfa.cs
......\frmNfa.Designer.cs
......\frmNfa.resx
......\MatchInfoDS.cs
......\MatchInfoDS.Designer.cs
......\MatchInfoDS.xsc
......\MatchInfoDS.xsd
......\MatchInfoDS.xss
......\Program.cs
......\Properties
......\..........\AssemblyInfo.cs
......\..........\Resources.Designer.cs
......\..........\Resources.resx
......\..........\Settings.Designer.cs
......\..........\Settings.settings
Driver