文件名称:bianyiyuanli
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 157kb
- 下载次数:
- 0次
- 提 供 者:
- jing****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
编译原理的课程设计:PL/0 扩充 1.扩充赋值运算:+= 、-=、++ 和 –
2.扩充语句 REPEAT
<语句序列>
UNTIL <条件>
其中,<条件>是循环条件,即条件不成立时,重复执行循环体的< 语句序列>;条件成立时,循环结束。
3.增加一维数组类型(增加了6条指令)-Compiler theory course design: PL/expansion 1. Expansion assignment operator:+ =,- =,++ and- 2. Expansion statement that the REPEAT < statement sequence> UNTIL < condition> which < condition> is cyclic conditions, ie, the conditions are not set up Repeat the body of the loop < sequence of statements> conditions are true, the loop ends. (3) increase the one-dimensional array of type (6 instructions)
2.扩充语句 REPEAT
<语句序列>
UNTIL <条件>
其中,<条件>是循环条件,即条件不成立时,重复执行循环体的< 语句序列>;条件成立时,循环结束。
3.增加一维数组类型(增加了6条指令)-Compiler theory course design: PL/expansion 1. Expansion assignment operator:+ =,- =,++ and- 2. Expansion statement that the REPEAT < statement sequence> UNTIL < condition> which < condition> is cyclic conditions, ie, the conditions are not set up Repeat the body of the loop < sequence of statements> conditions are true, the loop ends. (3) increase the one-dimensional array of type (6 instructions)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
代码\1.pl0
....\Debug\PL0.exe
....\.....\PL0.obj
....\.....\PL0.pdb
....\.....\PL0.sbr
....\.....\vc60.pdb
....\FTP.PL0
....\PL0.cpp
....\PL0.dsp
....\PL0.dsw
....\pl0.h
....\PL0.ncb
....\PL0.opt
....\PL0.plg
....\test.pl0
....\Debug
代码
....\Debug\PL0.exe
....\.....\PL0.obj
....\.....\PL0.pdb
....\.....\PL0.sbr
....\.....\vc60.pdb
....\FTP.PL0
....\PL0.cpp
....\PL0.dsp
....\PL0.dsw
....\pl0.h
....\PL0.ncb
....\PL0.opt
....\PL0.plg
....\test.pl0
....\Debug
代码