搜索资源列表
pl0.rar
- PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。 文件说明: PL.htm---PL/0语言基本原理 pl0.h---定义 PL0.cpp---实现 testPl0.cpp---使用方法举例 testPas.txt---一个LP/0语言源程序
plsql01
- pl/sql development,学习pl/sql的好资料-pl / sql development, learning pl / sql good information
plsql02
- pl/sql development,学习pl/sql的好资料-pl / sql development, learning pl / sql good information
plsql03
- pl/sql development 学习pl/sql的好资料-pl / sql development learning pl / sql good information
plsql04
- pl/sql development 学习pl/sql的好资料-pl / sql development learning pl / sql good information
plsql05
- pl/sql development 学习pl/sql的好资料-pl / sql development learning pl / sql good information
plsql06
- pl/sql development .学习pl/sql的好资料-pl / sql development. Learning pl / sql good information
plsql07
- pl/sql development,学习pl/sql的好资料-pl / sql development, learning pl / sql good information
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
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.
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.
xxxprinceshiyanbaogao
- 便宜原理实验报告内涵设计流程图,6个实验的实验报告,词法分析,语法分析:ll1 LR 算符优先 中间代码生成 pl/0编译器
Oracle
- 该书详细介绍了pl/SqL的特点及使用方法.本书专门为oracle编程人员提供的编程指南.
LEX
- c语言实现的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)运行时在键盘上根据提示信息