搜索资源列表
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.pl0 和 test.out 可以用Notepad(记事本)软件
PL语言到中间代码的编译程序
- PL语言到中间代码的编译程序,vc下编译 -PL language to the interlanguage compiler, under vc translates
pl0cifa
- vc++ mfc pl/0词法分析-vc mfc pl/0 lexical analysis
pl0vc
- 用vc编写的基本pl/0语言,简单易懂.
pl计算器
- 这个是用VC编的一个计数器-the VC is a series of the Counter
PL0语言词法分析器.rar
- PL/0语言词法分析器(WINDOWS图形界面,VC+API编写)学编译原理的可以参考一下(不是我自己编的),PL/0 language lexical analyzer (WINDOWS graphical interface, VC+ API prepared) to compile the principle of learning for reference (not my own series)
video_play_code
- VC++写的视频播放器源码,主要包含源程序和图片-VC++ to write the video player source code, the main source and the image contains
PL0
- VC PL0编译器PL/0编译器是个一遍的编译程序,词法分析程序作为子程序,需要的时候被语法分析程序调用,使用语法制导的翻译技术,在语法分析的同时生成中间代码,并保存到文件中。-VC PL0 compiler PL/0 compiler is again compiled program, lexical analysis program as a subroutine, and when required by the syntax analysis program call, use the
PL0
- PL0功能的扩充 一、完成的实验内容及说明 基本内容 (1)扩充赋值运算:+= 和 -= (2)扩充语句 REPEAT <语句序列> DOWHILE <条件> 其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列> 增加内容 (1)增加运算:++ 和 --。 (2)增加类型:① 字符类型; ② 实数类型。 (3)扩充函数:① 有返回值和返回语句;② 有参数函数。 (4)增加一维数组类
cefa_fenxi
- 一个小巧的VC++词法分析器的源程序,同样是基于PL/0语言,分析之前请先选择一个源文件或者保存你编辑的代码后再进行词法分析-A small VC++ lexical analyzer of the source, the same is based on the PL/0 language, analysis of the source before you select a file or save after you edit the code for lexical analysis
CompileSys
- VC++基于PL/0语言的词法、语法分析系统,测试文件以及源代码工程-VC++ based on PL/0 language, lexical, syntax analysis system, test files and source code project
