-
-
-
Microstation-MDL-program-design.rar
MDL语言是一种结构化编程语言,它让我们生成一个应用程序的标准命令、函数和目标。MDL是这样一种语言,它采用C的结构,具有自己的运行时间库、编译程序、链接程序、库管理程序,并在MicroStation环境下运行。 本书将会结合MicroStation对MDL程序设计进行介绍,将MDL作为一种进入MicroStation内部来开发应用程序的工具。
-
Compiler.zip
实验一:设计SAMPLE语言的词法分析器
检查要求:
启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音);
请求输入测试程序名,键入程序名后自动开始词法分析并输出结果;
输出结果为单词的二元式序列(样式见样板输出1和2);
要求能发现下列词法错误和指出错误性质和位置:
非法字符,即不是SAMPLE字符集的符号;
字符常数缺右边的单引号(字符常数要求左、右边用单引号界定,不能跨行);
注释部分缺右边的界符*/(注释要求左右边分别用/*和*/界定,不能跨行)。
-
-
Compiler.rar
原创的课程设计的MFC编写的编译原理源程序,内包括sample语言的词法分析,语法分析和部分语义分析,能输出错误信息,语法采用的是递归下降分析方法。内含大量测试代码,方便学习
-
-
-
-
Screen-Capture-and-Compiler-program
... Word
This is the Version 1.9 Screen Capture and Compiler / Dumper software which I wrote for Software Testing to grab ... screen Shots.
It needs to be compiled in AutoIT Script program https://www.autoitscript.com/site/autoit/downloads/ and unfortunately as ...
-
gluck-compiler
... in Java (Compilers course project at itba.edu.ar)
Gluck Compiler
==============
This project was an assignment of the Compilers course ... .itba.edu.ar
[2]: http://en.wikipedia.org/wiki/Compiler
Program usage
-------------
Note: Build `dcc.jar` using the ...
-