搜索资源列表
用Java语言实现NFA到DFA的等价变换
- 本程序为编译原理里的一个重要的知识点,实现NFA到DFA的转换-procedures for the compiler's a principle important knowledge points, for the NFA to DFA conversion
nfa
- NFA DFA相关算法 编译原理的一个实验内容 使用VC++打开-NFA DFA correlation algorithm compiler principles of the use of an experimental content VC Open
NFA到DFA
- 编译原理NFA到DFA的转换源码-compiler theory NFA to the DFA source conversion
NFA
- 实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA N一定存在一个DFA M ,使得 L(M)=L(N)。对每个NFA N存在着与之等价的DFA M。从NFA的矩阵表示中可以看出,表项通常是一状态的集合,而在DFA的矩阵表示中,表项是一个状态,NFA到相应的DFA的构造的基本思路是:1.DFA的每一个状态对应NFA的一组状态. 2. DFA使用它的状态去记录在NFA读入一个输入符号后可能达到的所有状态.。-achieve NFA Number algorithm to deter
NFA
- 在非确定的有限自动机NFA中,由于某些状态的转移需从若干个可能的后续状态中进行选择,故一个NFA对符号串的识别就必然是一个试探的过程。这种不确定性给识别过程带来的反复,无疑会影响到FA的工作效率,所以我们有必要将NFA确定化。
NFA
- NFA非确定型有穷自动机的相关功能 不用修改,直接可用.
NFA-DFA.rar
- 实现从nfa到dfa的转换,并且输出中间的状态集以及转换表,From nfa to dfa conversion and output as well as the middle of the state set conversion table
nfa-dfa.rar
- 可实现,nfa到dfa的转化,利用c语言编写,本人以用过一次,老师评价很好,Can be achieved, nfa to dfa conversion using c language, I used once, very good teacher evaluation
[NFA+TO+DFA]
- [NFA+TO+DFA] 很好很强大的,全部都有了,下下来就行了-[NFA+ TO+ DFA] very very powerful, all have been, the next down on the list
NFA-change-to-DFA
- 可以实现NFA到DFA的转换,还可以化简DFA。程序很清晰,详细。-NFA to DFA can achieve the conversion, you can also simplify DFA. Procedures are clear and detailed.
NFA-DFA-MFA
- 正则表达式及NFA-DFA-MFA的转换和判别-Regular expressions and NFA-DFA-MFA conversion and discriminant
nfa
- 正规式转化为NFA,希望对需要的朋友有用-to NFA
nfa-dfa
- its nfa-dfa converter
javafr_EDITEUR-GRAPHIQUE-NFA-DFA___Page
- graphic simulation nfa to dfa
NFA
- NFA字符串识别演示程序比较复杂点,也需要建力一个专门的存储)的堆栈-NFA string recognition demo program more complicated points, also need to build a dedicated power storage) stack
nfa
- 这是编译原理中,nfa转换为dfa的程序代码,提供为程序开发人员使用和编程-This is a compilation Principle, nfa to dfa conversion program code to provide for program developers and programming
NFA
- naf课程设计源代码,对一个正则式转化成nfa的描述-naf
Advanced.Programming.Java.NFA.graph.algorithms
- Java NFA图形算法高级编程Advanced Programming Java NFA graph algorithms -Advanced Programming Java NFA graph algorithms
Thompson转换正规式为NFA
- Thompson转换正规式为NFA程序是利用“语法制导翻译”方法,将正规式转换成图形的NFA的处理过程程序。
NFA to DFA.cpp
- nfa转换为dfa,一个简单的程序cpp(nfa trans to dfa,a simple program. /.cpp)