搜索资源列表
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!
NFAToDFA
- NFA TO dfa功能主要是实现从nfa 转换成 dfa,这是编译原理的程序设计,输入时是正则表达式-NFA TO dfa
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
805NFA
- [用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
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 properly solved.
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.
NFAtoDFA
- 内容:自动机编程,NFA转换DFA程序,将输入的NFA转换为DFA-Content: automatic machine programming, NFA DFA conversion procedure to convert the input of the NFA to DFA
NFATODFA
- 把NFA转换为DFA,并以TXT格式输出-make NFA to DFA,and put it into a txt file
nfaTOdfa
- NFA to DFA Converter code in JAVA
NFAtoDFA
- 确定化NFA转换为DFA,自动机课程设计实例,txt格式源码-The Determination of NFA converted to DFA, automata course design examples txt format source
NFATODFA.c
- Program to convert NFA to DFA