-
This is a java virtual machine implement in c
This is a java virtual machine implement in c
- 2022-03-30 00:00:33下载
- 积分:1
-
使用Java语言实现Small Basic语言解释器。包括两个主要的子系统:一个是表达式解释器,负责处理数字表达式;另一个是解释器,负责程序的实际执行。...
使用Java语言实现Small Basic语言解释器。包括两个主要的子系统:一个是表达式解释器,负责处理数字表达式;另一个是解释器,负责程序的实际执行。-use Java language Small Basic language interpreter. Including the two major subsystems : an expression interpreter is responsible for handling digital expression; Another interpreter, responsible for the actual implementation process.
- 2022-04-11 19:06:50下载
- 积分:1
-
这是一个用来调试驱动开发的一个调试器,可以编译和调试基于NDIS机制的驱动开发。...
这是一个用来调试驱动开发的一个调试器,可以编译和调试基于NDIS机制的驱动开发。-This is a debugger to drive the development of a debugger, Compiling and Debugging can be based on the NDIS driver development mechanism.
- 2023-08-14 00:25:02下载
- 积分:1
-
编译原理程序之词法分析器
编译原理程序之词法分析器- Translation principle morphology of analyzer procedure
- 2022-08-13 11:59:41下载
- 积分:1
-
从源程序文件中读取有效字符和并将其转换成二元组机内表示形式输出。...
从源程序文件中读取有效字符和并将其转换成二元组机内表示形式输出。-Read from source file characters and the effective and converted into binary machine express the form of group output.
- 2023-03-08 04:35:02下载
- 积分:1
-
VC做的语法分析程序
VC做的语法分析程序-VC does grammar analysis program
- 2022-07-26 18:45:03下载
- 积分:1
-
c语言编译器,3.6版本
lcc version 3.x is described in the book "A Retargetable C Compil...
c语言编译器,3.6版本
lcc version 3.x is described in the book "A Retargetable C Compiler:
Design and Implementation" (Addison-Wesley, 1995, ISBN 0-8053-1670-1).
There are significant differences between 3.x and 4.x, most notably in
the intermediate code. For details, see
http://www.research.microsoft.com/~drh/pubs/interface4.pdf.
-c language compiler, version 3.6 LCC version 3.x is described in the book "A Retargetable C Compiler : Design and Implementation" (Addison-Wesley, 1995, ISBN 0-8053-1670-1). There are significant differences between 3.x and 4.x, most notably in the intermediate code. For details, see http://www.research.microsoft.com/ ~ drh/pubs/interface4.pdf.
- 2023-04-23 15:20:03下载
- 积分:1
-
MyTC 5.4.1 原名TC for Windows,带编译、错误分析,还有TC学习、源码。免安装绿色版,不依赖于具体机器,适合复制到移动存储器(如U盘)上随...
MyTC 5.4.1 原名TC for Windows,带编译、错误分析,还有TC学习、源码。免安装绿色版,不依赖于具体机器,适合复制到移动存储器(如U盘)上随身携带!取消了注册限制-MyTC formerly TC 5.4.1 for Windows, with compiler, error analysis, TC learning source. Green-free version of the installation, is not dependent on specific machines, suitable for reproduction to mobile memory (such as USB drives), carry! Cancellation of registration restrictions
- 2022-02-18 16:21:58下载
- 积分:1
-
原理实验1源文件,编译输入输出,2个词法…
编译原理实验一源文件的输入输出、
二词法分析-Principle Experiment 1 source file to compile the input and output, two lexical analysis
- 2022-06-03 12:40:32下载
- 积分:1
-
1.1 引言
1.1.1 设计目的
本次课程设计是在完成一个学期的编译原理课程之后,为了进一步加深对编译原理相关知识的理解,培养实际解决问题的能力而进...
1.1 引言
1.1.1 设计目的
本次课程设计是在完成一个学期的编译原理课程之后,为了进一步加深对编译原理相关知识的理解,培养实际解决问题的能力而进行的。结合本学期所开设的软件工程课程,本次课程设计实验过程要求按照软件工程的思想来组织开发过程,按照软件生命周期的阶段划分来进行。由于课程设计规模较小,所以对软件生命周期进行适当的合并,简化为五个阶段,即需求分析、总体设计、详细设计、编码实现和测试。
1.1.2 设计任务
针对本次课程设计我们设计了一个简化的pascal语言,称为mini-pascal。设计的任务就是开发出针对mini-pascal语言的编译程序。标准的编译程序结构分为五部分,分别是词法分析、语法分析、语义分析和中间代码生成、优化和目标代码生成。由于时间和能力所限,我们的编译程序只包括前三个部分,最后生成四元式形式的中间代码。
-1.1 Introduction 1.1.1 design purpose of this course is designed to complete a semester of compiler theory courses , in order to further deepen the knowledge of compiler theory understanding, develop practical problem-solving skills into practice. In light of the semester created software engineering courses The experimental curriculum design process requirements in the software engineering idea to organize the development process. in the software life cycle stages to. Due to the smaller size of the curriculum design, the software life cycle appropriate to consolidate, streamline and five stages that the
- 2022-05-22 18:39:40下载
- 积分:1