搜索资源列表
NFAtoDFA
- NFAtoDFA也是编译原理中的算法,供大家参考,有意见联系我-NFAtoDFA compiler theory is the algorithm, for your reference, I have Contact
NFAtoDFA
- NFA转化为DFA的一个程序!希望能有点作用!-NFA into a DFA procedures! Hope to some purpose!
NFA到DFA
- 编译原理NFA到DFA的转换源码-compiler theory NFA to the DFA source conversion
NFAtoDFA
- NFAtoDFA也是编译原理中的算法,供大家参考,有意见联系我-NFAtoDFA compiler theory is the algorithm, for your reference, I have Contact
7941961REManageAndNFAToDFA
- 提示:本程序只能对由 i , + , * , ( , ) 构成的以 # 结束的字符串进行分析,-Tip : the program only right by i,*, (and) to# constitute the end of the strings,
NFAtoDFA
- NFA转化为DFA的一个程序!希望能有点作用!-NFA into a DFA procedures! Hope to some purpose!
fada
- 编译原理自动机,我们做的第二个作业,初学者一定要看很有帮助-Compilation Principle automata, we do the second operation, beginners will certainly be helpful to look at
NFATODFA
- NFA到DFA的转换 这是用visual C++ 编写的程序 有注释!-NFA to DFA conversion This is to use visual C++ have the Notes prepared by the procedure!
NFAtoDFA
- 实现DFA转化为NFA,功能比较简单,但程序结构比较合理-DFA implementation into NFA, feature relatively simple, but the program structure more reasonable
newdfa
- nfa的确定化 NFAtoDFA也是编译原理中的算法,供大家参考 -nfa is NFAtoDFA determination of the principle of compiler algorithms, thank you for your consideration
NFAToDFA
- NFA TO dfa功能主要是实现从nfa 转换成 dfa,这是编译原理的程序设计,输入时是正则表达式-NFA TO dfa
805NFA
- [用Java语言实现nfa到DFA的等价变换.rar] - 本程序为编译原理里的一个重要的知识点,实现nfa到DFA的转换 [nfatoDFA.rar] - nfa转化为DFA的一个程序!希望能有点作用! [REManageAndnfaToDFA.rar] - 能够完成正规式到nfa的转换,NFA到DFA的转换(子集法),DFA的最小化,测试一个生成串是否能为生成的DFA所识别 -[Using Java language
NFAtoDFA[J.S]
- 一个NFA转化为DFA的带有界面的程序,C++builder编写,能够输出转化子集;对于多终结符的情况也一样能够正确求解。-An NFA into a DFA with the interface of the program, C++ builder write to a subset of the output conversion for multi-terminator is also the case can be prop
nfatodfa
- other tool nfa convert to dfa by java language
nfatodfa
- NFA转化成DFA的C程序代码,编译原理实验题目-NFA to DFA
nfatodfa
- nfa 转化为 dfa 能够运行成功,我自己已经实验过了,欢迎下载-nfa dfa able to run into a success, I have experimented with, and welcome to download
NFAtoDFA
- 不确定的有穷自动机NFA转确定化的有穷自动机DFA
NFAtoDFA
- 给出一个NFA,用代码实现到DFA的转换,编译原理-Give an NFA, with the code to DFA conversion, compiler theory
NFAtoDFA(CPP)
- 用c++编程求正规表达式到NFA(不确定的有限自动机),NFA到DFA及DFA(有限自动机)的最小化 -C++ programming with regular expressions to find NFA (not sure of the finite automata), NFA to DFA and DFA (finite automata) of the minimum
NFAtoDFA
- It s a program that convert NFA(Non deterministic Finite Automata) to DFA(Deterministic Finite Automata). This article used in scanners and parsers to detect some pattern of input characters similar to tokens.