搜索资源列表
-
0下载:
编译原理中的NFA转换到DFA(自动机的转换)-compiler principles of the NFA conversion to DFA (automatic machine translation)
-
-
0下载:
实现从nfa到dfa的转换,并且输出中间的状态集以及转换表,From nfa to dfa conversion and output as well as the middle of the state set conversion table
-
-
0下载:
[NFA+TO+DFA] 很好很强大的,全部都有了,下下来就行了-[NFA+ TO+ DFA] very very powerful, all have been, the next down on the list
-
-
0下载:
利用C++语言实现编译词法分析中的NFA到DFA的转换。-Language implementation using C++ compiler lexical analysis of the NFA to DFA conversion.
-
-
0下载:
NFA到DFA的转换
这是用visual C++ 编写的程序
有注释!-NFA to DFA conversion This is to use visual C++ have the Notes prepared by the procedure!
-
-
0下载:
[用Java语言实现nfa到DFA的等价变换.rar] - 本程序为编译原理里的一个重要的知识点,实现nfa到DFA的转换
[nfatoDFA.rar] - nfa转化为DFA的一个程序!希望能有点作用!
[REManageAndnfaToDFA.rar] - 能够完成正规式到nfa的转换,NFA到DFA的转换(子集法),DFA的最小化,测试一个生成串是否能为生成的DFA所识别
-[Using Java language to the DFA' s nfa equivale
-
-
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下载:
graphic Automaton simulator,NFA to DFA conversion and minimisation
-
-
0下载:
正则表达式及nfa到dfa再到mfa的转化-Regular expressions and nfa to dfa conversion and then to mfa
-
-
0下载:
这是编译原理中,nfa转换为dfa的程序代码,提供为程序开发人员使用和编程-This is a compilation Principle, nfa to dfa conversion program code to provide for program developers and programming
-
-
0下载:
dfa to nfa conversion of automatons in pascal:
Determinization+minimalization
-
-
0下载:
编译原理课程实验,NFA到DFA转换及化简的C++语言实现。-Compiler theory course experiment, NFA to DFA Conversion and Reduction of C++ language.
-
-
0下载:
内容:自动机编程,NFA转换DFA程序,将输入的NFA转换为DFA-Content: automatic machine programming, NFA DFA conversion procedure to convert the input of the NFA to DFA
-
-
0下载:
1、根据要求写出词法分析的正规文法G;2、根据正规文法G,写出正则式RE;3、根据正则式RE,画出NFA;4、将NFA转化为DFA;5、将DFA转化为mininum state DFA;6、mininum state DFA就是词法分析程序的流程图,根据此流程图编写相应的词法分析程序。-1, according to the lexical analysis required to write a formal grammar G 2, according to a regular gramm
-
-
0下载:
NFA到DFA的转换,老师布置的作业,千辛万苦,拿出来和大家分享下-NFA to DFA conversion, the teacher assigned homework, go through untold hardships, out and share
-
-
0下载:
this is a program made in borland c for a conversion of nfa to dfa
-