Welcome![Sign In][Sign Up]
Location:
Search - PL0

Search list

[ELanguagepl0.c

Description: 这是一个PL0.c,各位可以考虑下载,希望-PL0.c, you may consider downloading hope
Platform: | Size: 5120 | Author: 刘杨 | Hits:

[ELanguagepl0.h

Description: 这是PL0.h,与前面的plo.c放在一起才能运行-This is PL0.h, and in front of plo.c to run together
Platform: | Size: 2048 | Author: 刘杨 | Hits:

[MiddleWarepl0(C++Builder)

Description: 扩展PL0语言 对其扩展++,--,+=,-=运算等 -expand its language PL0 expansion--, =,-=, etc.
Platform: | Size: 404480 | Author: lzh | Hits:

[ELanguagePL0(MFC)

Description: PL0的编译系统,使用MFC编写界面,采用浮动窗口来仿VC的环境-PL0 compiler system, using MFC prepared interface, floating window to follow the VC environment
Platform: | Size: 250880 | Author: xwj | Hits:

[ELanguagepl0-source-code-from-book

Description: 编译原理的pl/0源码,非常好,外面很难找到,里面实现了pl0语言的具体细节-compiler principles pl/0 source, a very good, very difficult to find outside. p10 inside the realization of the language specific details
Platform: | Size: 251904 | Author: digg | Hits:

[ELanguagepl0

Description: pl0的编译程序源码,是用C编写的,很经典-pl0 the compiler source code is written using C, it is a classic
Platform: | Size: 10240 | Author: fb | Hits:

[Otherpl0

Description: pl0演示程序.演示具有代表性和见解性.欢迎大家下载-pl0 demo program. Demonstration of a representative and insights. welcome everyone to download
Platform: | Size: 190464 | Author: dashgo | Hits:

[ELanguagepl0

Description: 编译原理关于PL0文法的实现,关于添加case和for语句的实现详细功能-Compiler Construction Principles on grammar PL0 realize, for the insertion of case and for statements realize detailed functional
Platform: | Size: 9216 | Author: 潘铭路 | Hits:

[Data structspl0(2)

Description: 对PL0原编译器进行了以下的扩充:1.增加以下保留字else(elsesym), for(forsym),to(tosym),downto(downtosym),return(returnsym),[(lmparen),](rmparen) 2.增加了以下的运算符:+=(eplus),-=(eminus),++(dplus),--(dminus) 取址运算符&(radsym),指向运算符@(padsym) 3.修改单词:修改不等号#为<> 4.扩充语句:(1)增加了else子句 (2)增加了for语句 5.增加运算:(1).++运算 (2).--运算;(3).+=运算 (4).-=运算;(5).&取址运算; (6).@指向运算; 6.增加类型:(1).增加多维数组a[i1][i2][i3]……[i(n-1)][i(n-2)][in] (2).增加指针类型(任何变量都能存放指针,但不支持指针的指针,如b:=@@a应该改写为c:=@a,b:=@c) 7.将过程procedure扩展为函数:(1).允许定义过程时在其后加参数(var a, var b,……..,var n) (2)允许通过指针向函数形式参数传地址;(3)允许返回值;可以用 a:=p(a,b,c….,n) 返回
Platform: | Size: 434176 | Author: | Hits:

[ELanguagePL0

Description: PL0语言(很像PASCAL语言)的一个简易编译器,不过不是我做的.还是很有意思的.-PL0 languages (like PASCAL language) of a simple compiler, but not what I do. Is very interesting.
Platform: | Size: 2030592 | Author: 赵捷 | Hits:

[ELanguagepl0

Description: pl0编译器,c语言环境下实现,PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。程序供语法分析程序调用。-pl0 compiler, c language environments, PL/0 language compiler analysis of the use of grammar as the core, the compiler again scanning methods. Lexical analysis and code generation as an independent subroutine calls for grammar analysis program. Procedures call for grammar analysis program.
Platform: | Size: 137216 | Author: zsk | Hits:

[ELanguagePL0

Description: PL0编译器 PL/0编译器的源语言是PL/0语言,目标语言类pcode代码,用C语言编写而实现的。PL/0语言功能简单、结构清晰、可读性强、具有一般高级语言的特点。PL/0语言语句类型丰富,适应各种程序结构,赋值语句为其基础。 本PL/0编译器是在Visual C++6.0软件环境下,用C语言实现,在Window XP平台下运行通过的。 -PL0 compiler PL/0 compiler
Platform: | Size: 210944 | Author: | Hits:

[ELanguagepl0

Description: C++扩展pl0编译,能实现pl0的变异,希望大家共向其他的来,有的请发邮箱wu2563513@sina.com-C++ Expansion pl0 compiler, to achieve variation pl0 I hope you were to come to the other, some please send mail wu2563513@sina.com
Platform: | Size: 1182720 | Author: 2563 | Hits:

[CSharpPL0

Description: PL0扩展功能——编译原理课程设计 有运算符的扩充等-PL0 extensions- Principles of curriculum design compiler operator expansion, etc.
Platform: | Size: 249856 | Author: 严远驰 | Hits:

[ELanguagepl0

Description: c++语言编写的PL0语言的语法分析程序,可实现此法分析,语法分析,中间代码生成,以及程序运行-c++ languages PL0 language parser can be realized in this analysis, syntax analysis, intermediate code generation, as well as the program runs
Platform: | Size: 1343488 | Author: 周庆续 | Hits:

[ELanguagepl0

Description: 编译方法实验根据编译器的工作过程,分为以下三个部分 词法分析 语法分析 语义分析和代码生成 三部分之间互相关联,最终完成三个实验后,就实现了C- -言(C++语言的子集)或PL0语言的编译器。 -Methods compiled in accordance with the work of the compiler process, divided into the following three-part analysis of lexical semantic analysis of grammar analysis and code generation interrelated among the three parts, the final completion of the three experiments, it achieved a C-- Introduction (C+ 2B ! language subset) or PL0 language compiler.
Platform: | Size: 61440 | Author: 田月 | Hits:

[ELanguagePL0

Description: PL0 C语言版本 //A.2 C 版 本 /*编译和运行环境: *1Visual C++6.0,VisualC++.NET and Visual C++.NET 2003 *WinNT, Win 200, WinXP and Win2003 *2 gcc version 3.3.2 20031022(Red Hat Linux 3.3.2-1) *Redhat Fedora core 1 *Intel 32 platform *使用方法: *运行后输入PL/0 源程序文件名 *回答是否输出虚拟机代码 *回答是否输出名字表 *fa.tmp 输出虚拟机代码 *fa1.tmp 输出源文件及其各行对应的首地址 *fa2.tmp 输出结果 *fas.tmp 输出名字表 */-PL0 C language version// A.2 C version/* compiler and runtime environment:* 1Visual C++ 6.0, VisualC++. NET and Visual C++. NET 2003* WinNT, Win 200, WinXP and Win2003* 2 gcc version 3.3.2 20031022 (Red Hat Linux 3.3.2-1)* Redhat Fedora core 1* Intel 32 platform* Usage:* running after the importation of PL/0 source file name* to answer whether or not the output virtual machine code* Answering a question on whether the output table name* fa.tmp Virtual Machine code output* fa1.tmp output source file and the line corresponding to the first address output* fa2.tmp results* fas.tmp output name table* /
Platform: | Size: 234496 | Author: fangruizhou | Hits:

[ELanguagePL0

Description: PL0功能的扩充编译原理课程设计:扩充赋值运算:+= 和-= -PL0 function of curriculum design principle of the expansion of the compiler: the expansion of assignment operator:+ = And-=
Platform: | Size: 579584 | Author: 李大力 | Hits:

[ELanguagepl0

Description: pl0语言拓展,拓展了else ,repeat。。dowhile,—— ,++,-=,+=等-pl0 language development, expanded else, repeat. . dowhile,-,+ 2B !,-=,+ = etc.
Platform: | Size: 940032 | Author: 黎钊明 | Hits:

[ELanguagePL0

Description: 编译原理课程设计 PL0 (报告实验和课程设计报告,已经设计方法,步骤) 1. 基本内容 (1)扩充赋值运算:+= 和 -= (2)扩充语句 REPEAT <语句序列> DOWHILE <条件> 其中,<条件>是循环条件,即条件成立时,重复执行循环体的<语句序列> 2. 选做内容 (1)增加运算:++ 和 --。 (2)增加类型:① 字符类型; ② 实数类型。 (3)扩充函数:① 有返回值和返回语句;② 有参数函数。 (4)增加一维数组类型(可增加指令)。 (5)其他典型语言设施。 3.本人在课程设计中已实现的功能 (1)增加单词:保留字 ELSE,REPEAT,DOWHILE,RETURN 运算符 +=,-=,++,-- (2)修改单词:不等号# 改为 <> (3)增加条件语句的ELSE子句 (4)扩充赋值运算:+= 和 -= (5)扩充语句 REPEAT <语句序列> DOWHILE <条件> (6)增加运算:++ 和 --(包括前后++、--运算) (7)增加类型:① 字符类型;② 实数类型。 (8)其他典型语言设施:FOR TO语句,FOR DOWNTO语句; -err
Platform: | Size: 1447936 | Author: caicai | Hits:
« 1 23 4 5 6 7 8 9 10 ... 32 »

CodeBus www.codebus.net