-
编译原理
编译原理-实现目标机的功能及分配功能-用于生成目标代码-Compiler Construction Principles- to achieve the target machine
- 2022-01-21 17:28:57下载
- 积分:1
-
编译原理词法分析的一个小代码
编译原理词法分析的一个小代码-compiler theory lexical analysis of a small code
- 2023-03-11 17:40:04下载
- 积分:1
-
CFront1.0的源代码,第一代C++编译器的思想
CFront1.0的源代码,第一代C++编译器的思想-CFront1.0 the source code, the first generation of C++ compiler of thinking ...
- 2022-10-10 04:25:03下载
- 积分:1
-
LL (1) parser
LL(1)语法分析器,在任何时候,总控程序都是按照栈顶符号X和当前输入符号a行事的。对于任何(X,a),总控程序每次都执行下述三种可能的动作之一:
若X=a=’#’,则宣布分析成功,停止分析过程;
若X=a≠’#’,则把X从栈顶逐出,让a指向下一输入符号;
若X是一个非终结符,则查看分析表M。若M中存放着一条关于X的产生式,那么,首先把X逐出栈顶,然后,把产生式的右部符号按反序一一推进栈,同时做这个产生式相应的语义动作(目前不管)。若M[X,a]中存放着一条出错标志,则调用出错诊查程序Error。-LL (1) parser
- 2022-04-20 05:21:39下载
- 积分:1
-
词法分析器:源程序的运行方式: 运行程序 输入一个已存在的文本文档的文件名。如:input.txt 如果要对整个程序进行语法分析,则按‘y’键,否则按‘n’键...
词法分析器:源程序的运行方式: 运行程序 输入一个已存在的文本文档的文件名。如:input.txt 如果要对整个程序进行语法分析,则按‘y’键,否则按‘n’键 如果要对程序进行语法分析,则按‘y’键,否则按‘n’键 程序结束-lexical analyzer : the source of the mode of operation : the importation of operational procedures already exist in a text file in the file name. Such as : input.txt if the entire procedure syntax analysis, the provision "y" button, or by the "n" key to the procedure syntax analysis, the provision "y" button, or by the "n" key end of the program
- 2022-08-11 09:13:53下载
- 积分:1
-
VHDL编程100例,有需要的就下吧
vhdl编程100例,有需要的就下吧-VHDL Programming 100 cases, in need of on the next bar
- 2022-07-18 15:36:27下载
- 积分:1
-
这是写英语巴瑟升C。NET。我希望这将是advatagea…
this a english paser that is writed in c sharp .net. i hope it will be advatageaus.-this is a english paser that is writed in c sharp .net. i hope it will be advatageaus.
- 2022-10-27 21:20:03下载
- 积分:1
-
Compiler Construction Principles and Practice of PDF format of this book introdu...
编译原理与实践本书介绍了PDF格式的经典系统、编译理论与技术,还包含了当前面向对象语言等比较新的语言编译技术。本书更有价值的是提供了一个较为完整的教学实践适用的样本语言,是一本理论与实践相结合的内容,不可多得的书籍。本书可作为高校教材、教师参考书,以及科研人员的编撰参考。
- 2022-05-28 04:57:22下载
- 积分:1
-
This is a level set method using segmentation method is currently used by more a...
这是一个利用水平集方法进行分割的方法,是目前使用越来越多的方法,并且有严格的数学依据-This is a level set method using segmentation method is currently used by more and more ways, and has a strict mathematical basis for
- 2023-08-27 17:15:03下载
- 积分:1
-
pl0编译器
pl0编译器-pl0 compiler
- 2022-03-13 01:14:44下载
- 积分:1