-
本程序包括详细的词法分析,语法分析,语义分析和中间代码生成,写得很不错,可读性很强。是关于循环语句的翻译...
本程序包括详细的词法分析,语法分析,语义分析和中间代码生成,写得很不错,可读性很强。是关于循环语句的翻译-this procedure include a detailed analysis of the morphology, syntax, semantic analysis and intermediate code generation, very good, very readable. On the loop is the translation
- 2022-05-13 15:26:00下载
- 积分:1
-
编译原理 关于NFA到dDFA转换的c程序
编译原理 关于NFA到dDFA转换的c程序-Compiler Construction Principles on the NFA to dDFA convert c program
- 2023-05-08 21:30:03下载
- 积分:1
-
ll(1)语法分析器
ll(1)语法分析器-ll (1) parser
- 2023-04-21 17:00:04下载
- 积分:1
-
Principles of curriculum design report compiled in a manual constructor lexical...
编译原理的课程设计报告中的手动词法分析构造器-Principles of curriculum design report compiled in a manual constructor lexical analysis
- 2023-04-05 14:50:03下载
- 积分:1
-
词法分析与语法分析程序
词法分析和语法分析的程序,带实验报告- The lexical analysis and the grammar analysis procedure, brings
the test report
- 2022-01-22 15:35:40下载
- 积分:1
-
实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA N一定存在一个DFA M ,使得 L(M)=L(N)。对每个NFA N存在着与之等价的DFA...
实现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 determine procedures. DFA NFA is a special case. NFA N for each must exist a DFA M, makes L (M) = L (N). N for each NFA exist with the DFA M equivalent. NFA from the matrix can be seen, tables are usually set of a state, and in the matrix DFA said, Form is a state of the corresponding NFA DFA basic structure of ideas : 1.DFA each one corresponds to a group of NFA state. 2. DFA use it to the state records in NFA Reading input into a symbol after all reach the state. .
- 2022-08-23 12:39:40下载
- 积分:1
-
SLR parser
slr语法分析器-SLR parser
- 2022-02-24 15:46:01下载
- 积分:1
-
这是一个编译器的程序代码
这是一个编译器的程序代码- This is a compiler procedure code
- 2022-07-12 05:01:56下载
- 积分:1
-
C编译器源码是我到处找来的,看了之后很有收获
C编译器源码是我到处找来的,看了之后很有收获-C compiler source is found everywhere, and found the great harvest
- 2023-01-28 09:15:03下载
- 积分:1
-
魔王语言 改进班的
魔王语言 改进班的 -fiendish language classes to improve
- 2022-03-18 01:28:48下载
- 积分:1