-
MiniC编译器设计与实现
MiniC 的编译程序和目标程序的执行程序都是用 C++ 语言编写的,因此 MiniC 语言可在配备C 语言的任何机器上实现。它的编译过程采用从左到右扫描输入符号串,进行最左推导,再向右看一个符号的方式,以语法分析程序为核心,词法分析和汇编代码生成程序都是独立的过程。当语法分析需要读取输入符号串时就调用词法分析程序;而当语法分析正确后,需要生成相应的目标代码时,则调用汇编代码生成程序和创建EXE文件程序。
用表格管理程序建立变量、常量和过程标识符的说明与引用之间的信息联系。当源程序编译正确时,编译程序自动调用执行程序,对目标代码进行执行,并按用户程序的要求输入数据和输出运行结果。
- 2023-04-21 19:50:07下载
- 积分:1
-
DXFToGCode20120923
VC++6.0编写的CAD dxf文件直接转换为数控加工G代码程序。直接调入DXF文件,生成可用于数控加工的G代码。(Written by VC++6.0 CAD DXF files directly into G code program of CNC machining. Direct load DXF file generation, can be used for NC machining G code. )
- 2020-10-28 15:19:59下载
- 积分:1
-
测速PID
stm32f407电机PID调速,并显示,加键盘(Motor PID speed regulation and display)
- 2021-02-02 17:39:59下载
- 积分:1
-
课时12、课程资料
说明: 基于Openlayers实战地理信息系统的视频,小编在此共享(Video based on Openlayers Actual Geographic Information System is shared here by Editor)
- 2020-06-23 13:00:06下载
- 积分:1
-
07-1
Membership Value calculateion for Fuzzy Control
- 2009-04-14 08:07:31下载
- 积分:1
-
gsl1.8
GNU Scientific Library (GSL) 是一个用于科学计算的 C 语言类库。有超过1000个函数。
(GNU Scientific Library (GSL) is a C language library for scientific computing. There are more than 1000 functions.)
- 2013-04-23 10:51:50下载
- 积分:1
-
satellite-system
基于数字地球的车载卫星导航定位的设计与实现(Digital Earth s satellite navigation and positioning the vehicle design and implementation)
- 2013-12-01 10:06:50下载
- 积分:1
-
KD-tree
C++构建简单的KD树并查找K近邻,是一篇文档,内附代码,代码亲测可用(C++ to build a simple KD tree, and find K nearest neighbor, is a document, enclosing code, code pro test available)
- 2021-04-28 16:08:43下载
- 积分:1
-
问问
可以测出C盘空间 以及猜数字游戏由于乐 下载之后解压即可(Can measure the disk space and guessing game due to the music)
- 2018-02-11 11:03:33下载
- 积分:1
-
RN-TransitioningToARC
本书籍讲诉的是objective-C编程中的ARC规范,是高手的必看书籍。(This book stresses that the ARC specification of objective-C programming, is the master of the books.)
- 2014-08-30 14:47:06下载
- 积分:1