所属分类:
编译器/解释器
开发工具:Visual C++
文件大小:244KB
下载次数:296
上传日期:2005-01-03 22:41:11
说明: 输入一个正则表达式,可以使用: 小写字母或数字,表示终结符;*,闭包;+,并集;~,补集;E,空串;O,空集 然后程序将生成 相应的NFA,以及化简之后的DFA,最后再输入一个字符串,程序判断它是否满足该正则表达式
(input is a regular expression, you can use : lowercase letters or numbers, said Fu end;* Closure; , And set; To complement the set; E, empty string; O, empty set procedures will then generate the corresponding NFA, and the simplification of the DFA after finally lose into a string, procedures judgment whether it is to meet the regular expression)
文件列表:
Regular
.......\DFA.
cpp
.......\DFA.
h
.......\main.
cpp
.......\NFA.
cpp
.......\NFA.
h
.......\RE.
cpp
.......\RE.
h
.......\Regular.
ncb
.......\Regular.
sln
.......\Regular.
vcproj
.......
\Release
.......\
Symbols Definition.doc