搜索资源列表
pl0.rar
- PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。 文件说明: PL.htm---PL/0语言基本原理 pl0.h---定义 PL0.cpp---实现 testPl0.cpp---使用方法举例 testPas.txt---一个LP/0语言源程序
plo20040127.rar
- PL/0语言编译器
pl sql web design.rar
- 用oracle pl/sql构建web网上商店
864004PL0
- PL/0语言的pascal编译程序源代码,有详细的编程说明和解释.-PL / 0 pascal language compiler source code, a detailed program descr iptions and explanations.
WWW.Ahaoz.CoM__vc52499446672
- PL/0的词法和语法分析,辛辛苦苦找到的-PL / 0 morphology and syntax analysis, hard to find
plzero
- PL/0源码,国外牛人所写,一本经典教科书《程序语言实践之路》所带源码-PL / 0 source, the foreign cattle were written, a classic textbook "procedure language practice Road" brought FOSS
MYPL0_625
- C语言的pl/0编译器,运行正常,如有问题,邮箱联系-C language pl / 0 compiler, operating normally, and, if mail links
byylsjjc
- 它主要包括两大部分: 前一部分是对于PL/0编译器的阐述,如编译器的构成,阶段划分, PL/0程序实例等;后一部分是PL/0编译器的主要源代码。-It includes two main parts : the first part is for PL / 0 compiler exposition, if the compiler the composition stages, PL / 0 procedures examp
pl0withc
- 它是VC++6.0下面的一个项目,该目录包括PL/0编译器的源代码。 PL0/debug下面是已经编译成功的PL/0编译器:PL0.exe。该小编译器可以处理一些简单的 利用PL/0语言书写的程序。例如,PL0/debug下面的test.PL0就是一个简单的 PL/0 程序。 运行PL0.exe, 并把test.pl0提供给PL0.exe,处理结果将保存在test.out 中。 注:test.pl
pl0candh
- 这是一个PL/0的编译器,其中包含了头文件和中间部分,将头文件放入TC的目录下即可运行。-This is a PL / 0 compiler, which contains the header files and middle part, Add to the first document of the TC directory can be run.
PCI.Hot-Plug.Specification.v1.0
- PCI Hot-Plug Specification Revision 1.0 The primary objective of this specification is to enable higher availability of file and application servers by standardizing key aspects of the process of removing and instal
pTC-yuyanfenxi
- PL/0语言的词法分析程序,可以总结的输出各种字符的个数!是编译原理的实验之一!-PL / 0 language lexical analysis procedures can be summed up various characters in the output of the number! Is to compile one of the tenets of the experiment!
Pl0 in C
- PL/0教学语言的编译程序原代码。-PL/0 teaching language compiler original code.
bg
- 编译原理词法,语法分析,能检查错误,pl/0,
xxxprinceshiyanbaogao
- 便宜原理实验报告内涵设计流程图,6个实验的实验报告,词法分析,语法分析:ll1 LR 算符优先 中间代码生成 pl/0编译器
LEX
- c语言实现的PL/0词法分析器,自己的第一个编译程序....还是不错的
cifafenxiqi(LEX)
- 设计并实现一个PL/0语言的词法分析器, 对读入的PL/0源程序,输出相应的Token二元式序列。这里用lex实现。
3456
- 一、实验目的 给出PL/0文法规范,要求编写PL/0语言的词法分析程序。 二、实验准备 微机CPU主频1.3G以上,128M内存,安装好C语言,PASCAL语言,或C++。 三、实验时间 6学时 四、实验内容 已给PL/0语言文法,输出单词(关键字、专用符号以及其它标记)。
PL/0编译程序
- PL/0语言的文法规则 说明 (1)对原PL/0编译程序作了如下修改: 1’增加了输入文件ff和fi,输出文件fw2。 2’增加了保留字read和write,使保留字个数增至13。 3’关系运算符中的>=、<=和<>改为在过程getsym中说明。 4’在过程interpret中增加了读和写操作。 (2)预先建立PL/0语言源程序文件ff和其所需要的数据文件fi(文件名预先确定)。 (3)运行时在键盘上根据提示信息