-
Programa em Pascal usado em Aulas
Programa em Pascal usado em Aulas
- 2022-07-03 07:04:34下载
- 积分:1
-
1. 构造一小型C语言SimpleC的编译器软件,达到综合理解和运用编译原理课程所讲解的关键过程(词法分析、语法分析、静态语义分析、代码生成)及相关算法的目的。...
1. 构造一小型C语言SimpleC的编译器软件,达到综合理解和运用编译原理课程所讲解的关键过程(词法分析、语法分析、静态语义分析、代码生成)及相关算法的目的。
2. 通过本实验理解和掌握一般编译程序的程序组织方法和测试方法。
-1. Tectonic a small SimpleC the C language compiler software. achieve comprehensive understanding and use of compiler theory courses on the key processes (lexical analysis, grammar analysis, static semantic analysis, Code Generation) and the related purpose of the algorithm. 2. The passage of the experiment to understand and master the general compiler of the methods and procedures for organizations testing methods.
- 2023-03-02 11:40:04下载
- 积分:1
-
一个简单的C
一个简单的类C语言的编译器的实现
可以参考学习编译原理的基本实现-a simple C-like programming language compiler can refer to the realization of the principle of learning basic compiler to achieve
- 2022-03-10 02:16:35下载
- 积分:1
-
1、 输入串应是词法分析的输出二元式序列,即某算术表达式“实验项目一”的输出结果。输出为输入串是否为该文法定义的算术表达式的判断结果。
2、 递归下降分析程...
1、 输入串应是词法分析的输出二元式序列,即某算术表达式“实验项目一”的输出结果。输出为输入串是否为该文法定义的算术表达式的判断结果。
2、 递归下降分析程序应能发现输入串出错。
3、 设计两个测试用例(尽可能完备,正确和出错),并给出测试结果
-1, input strings should be the output of lexical analysis of binary sequence, that is, the arithmetic expression of a
- 2022-01-24 15:25:13下载
- 积分:1
-
使用LEX/YACC 编写的计算器程序
在VC环境下使用
使用LEX/YACC 编写的计算器程序
在VC环境下使用-The use of LEX/YACC calculator program written in VC environment
- 2022-08-11 00:15:11下载
- 积分:1
-
词法分析程序.我自己编程的词法分析程序.很好用
词法分析程序.我自己编程的词法分析程序.很好用-Lexical analysis program
- 2022-04-06 10:55:10下载
- 积分:1
-
解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式....
解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式.- Solution: Eliminates the left recursion to the original
grammar, after equal in value grammar establishment grammar tree which
eliminates the left recursion, after but the grammar tree carries on
the root to spread the calendar regarding this, after then obtains
decorates the type
- 2022-01-22 17:47:18下载
- 积分:1
-
编译
Compile-CC编译器源代码.rar,是学习编译原理和C语言的好例子!-Compile-CC compiler source code. Rar, learning theory and compile C language a good example!
- 2022-06-28 05:34:31下载
- 积分:1
-
TINY+编译器源码
语言表达式的定义
(1) <表达式> ::= <算术表达式>|<逻辑表达式>...
TINY+编译器源码
语言表达式的定义
(1) ::= |
(2) ::= ±|±|
(3) ::= *|/|
(4) ::=
(5) ::= |
(6) ::= or |
(7) ::= and |
(8) ::= |not
(9) ::= | | |
(10) ::= ||=| =-err
- 2023-04-14 01:05:03下载
- 积分:1
-
利用MFC开发的OpenGL开发包,希望对大家有所帮助哈
利用MFC开发的OpenGL开发包,希望对大家有所帮助哈-MFC Development using OpenGL Development Kit, and they hope to help everyone Kazakhstan
- 2022-07-06 10:14:02下载
- 积分:1