搜索资源列表
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_0code
- 编译原理课程设计VC源代码,用MFC实现PL/0简易编译器,可支持简单PL/0语言编写的源代码的编译及执行。注:些编译器功能不支持多输入的PL/0源代码的运行,PL/0源代码必须先保存才能正确编译和运行,否则编译器会提示找不到文件。
pl计算器
- 这个是用VC编的一个计数器-the VC is a series of the Counter
gf2112gf
- VB代码集合·一个C语言分析器 .. ·生成Pascal语言.. ·Basic编译器源码.. ·一个基于C++的语法.. 最新内容下载排行榜 ·VmBasic 源代.. ·小型的 C 语言编译.. ·VC++编的一个词法.. ·C++版 词法分析、.. ·编译原理词法分析的电.. · idel虚拟机源.. ·pl/0词法编译器,.. ·良好的C语言语法检查.. ·小型的 C 语言编译.. ·小的c编译器包括词法.. 文件名称: xdtools.zip下载 所属分类: 编译器/解释器 开发工具:
VC实现的pl0编译器
- VC实现的PL/0编译器,该程序实现词法分析、语法分析及语义分析,以四元式为输出结果,是计算机专业的一门重要的实验课程。-p10_builder
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)
test5
- VC编写的小程序,通过读取坐标文件(文本),进行PL线的绘制,并可进行移动.对新手上路有帮助.-VC prepared applet, by reading the coordinates file (text) for PL line mapping, and mobile. For New Users helpful.
compiler
- 编译原理的VC实现,里面使用MFC的外壳调用了PL/0的源码,完成对源文件的编译-Compiler Construction Principles of the VC to achieve, which shell to use MFC to call the PL/0 of the source, the completion of the source file compiler
Plot
- 图表曲线实现,VC 6.0, 可输出任意曲线,可保存数据-Chart curve to achieve, VC 6.0, can be output arbitrary curve, the retention of data
video_play_code
- VC++写的视频播放器源码,主要包含源程序和图片-VC++ to write the video player source code, the main source and the image contains
UnderthePCintheWindows95andsingle-chipserialcommun
- 在Windows95下PC机和单片机的串行通信。 基于32位操作系统Windows95的工业控制PC机和单片机间的串行通信,给出了用VC++5.0和PL/M-96语言编写的串行通信程序-Under the PC in the Windows95 and single-chip serial communication. 32-bit operating system based on the Windows95 machine and industrial control PC serial
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
CompileSys
- VC++基于PL/0语言的词法、语法分析系统,测试文件以及源代码工程,从界面来看,貌似很专业。请注意要将编译后的可执行文件放到同一个目录下,否则调用会出错。程序仿VC的界面,调试和IDE环境做的不错。有心朋友请下载研究,这里不多说了。 -VC++ based on the PL/0 language, lexical, syntax analysis system, test files and source code project, from the interface point of
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
cefafenxi
- 一个小巧的VC++词法分析器的源程序,同样是基于PL/0语言,分析之前请先选择一个源文件或者保存你编辑的代码后再进行词法分析,初值设置为NULL,这样如果没有在程序中设置该值,就会使用默认的手形光标,设置一个定时器,并用于设置鼠标离开时的颜色,从winhlp32.exe中提取手形光标,用做默认的光标,设置默认光标为手形光标………… -A small source VC++ lexical analyzer, the same, so that if the program is based