Location:
Search - dowhile
Search list
Description: 一到九十九dowhile -1-99 dowhile dowhile
Platform: |
Size: 6624 |
Author: hezhihui |
Hits:
Description: 编译原理课程设计。DOWHILE语句的翻译,递归下降法 ,三地址输出
Platform: |
Size: 2851 |
Author: 王旭东 |
Hits:
Description: 一到九十九dowhile -1-99 dowhile dowhile
Platform: |
Size: 228352 |
Author: hezhihui |
Hits:
Description: 编译原理课程设计。DOWHILE语句的翻译,递归下降法 ,三地址输出-Compilation Principle course design. DOWHILE statement translation, recursive descent method, the three address output
Platform: |
Size: 3072 |
Author: 王旭东 |
Hits:
Description: 利用C++Builder对PL0源码进行添加REPEAT+语句 DOWHILE+条件,添加ELSE语句、以及实现++、--、+=、-=、*=、/=等功能,以及修改了不等号为<>等功能。另外还附加了测试例子。-The use of C Builder to add PL0 source REPEAT+ Statement DOWHILE+ Conditions, add the ELSE statement, as well as the realization of+ 2B !,--, 2B !=,-=,*=,/= functions, as well as the modified inequality for < > and other functions. Additional tests are also examples.
Platform: |
Size: 1007616 |
Author: 罗亚兴 |
Hits:
Description: pl0语言拓展,拓展了else ,repeat。。dowhile,—— ,++,-=,+=等-pl0 language development, expanded else, repeat. . dowhile,-,+ 2B !,-=,+ = etc.
Platform: |
Size: 940032 |
Author: 黎钊明 |
Hits:
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:
Description: 1)增加单词:保留字 ELSE,FOR,TO,DOWNTO,RETURN
运算符 +=,-=,++,――
其中FOR,TO,DOWNTO,RETURN属于选做内容。
(2)修改单词:不等号# 改为 <>
(3)增加条件语句的ELSE子句
(4)增加单词:保留字 ELSE,FOR,TO,DOWNTO,REPEAT, DOWHILE, UNTIL。
(5)增加运算:++ 和 --。(已做,前++ 后++ 前-- 后--)
(6)其他典型语言设施。(已做for 语句)
(7)添加编译错误提示功能-1) To increase word: reserved word ELSE, FOR, TO, DOWNTO, RETURN operator 2B !=,-=,++,- One of FOR, TO, DOWNTO, RETURN contents are elected to do. (2) amend the word: No. 23 ranged! Changed to
Platform: |
Size: 366592 |
Author: caidongyun |
Hits:
Description: 通过三个程序演示Java循环语句的使用方法。-Programs are three demonstrations of the use of Java loop method.
Platform: |
Size: 1024 |
Author: Fafire |
Hits:
Description: 设计一个WHILE循环语句的词法﹑语法及语义分析程序,语法分析选择LR方法,采用用语法制导翻译输出中间代码四元式。-The design of a WHILE loop ﹑ the lexical grammar and semantic analysis procedures, choice of LR parsing method guided by syntax translation output intermediate code quaternion type.
Platform: |
Size: 8192 |
Author: 李伟霞 |
Hits:
Description: 编译原理课程设计,dowhile循环语句的分析,算符优先,4元式输出的,包括课程设计报告,80分以上的课程设计-Principles of curriculum design compiler, dowhile loop analysis, operator priority, 4 yuan of output, including curriculum design report, more than 80 curriculum design
Platform: |
Size: 310272 |
Author: cc |
Hits:
Description: N.Wirth 编写的“PL/0 语言的编译程序”,包含C和Java两个版本,而且内附改进后可以实现if else 、for 以及 dowhile(repeat) until等之前的编译器没有的功能。-This is a compiler for “PL/0”.
The development environment is C and Java.
You can use it to compile the "PL/0" included "for ","if else","dowhile or repeat until" etc.
Platform: |
Size: 840704 |
Author: nicholas |
Hits:
Description: 对PL/o对其词法分析程序、语法分析程序和语义处理程序进行部分修改扩充
扩充赋值运算:+= 和 -=
扩充语句 REPEAT
<语句序列>
DOWHILE <条件>
其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列>
(3)增加运算:++ 和 --。
(4)增加类型: 实数类型。
(5)扩充函数: 有返回值和返回语句。
-On the PL/o of its lexical analysis, grammar analysis and semantic processing procedures for the partial amendment to expand the programs to expand assignment operator:+ = and-= to expand statement REPEAT < statement sequence> DOWHILE < terms of " where" condition " is cyclical conditions, that the conditions established, repeated loop of the " statement sequence" (3) increasing the operation:++ and-. (4) increased type: real number type. (5) expansion of function: to return to the values and return statements.
Platform: |
Size: 2365440 |
Author: 李日明 |
Hits:
Description: dowhile递归下降法 输出四元式-dowhile recursive descent output quaternion type
Platform: |
Size: 19456 |
Author: 刘丹 |
Hits:
Description: DO-WHILE循环语句的翻译程序设计(递归下降法、输出四元式)-DO-WHILE loop of the translation program design (recursive descent method, the output quaternion type)
Platform: |
Size: 128000 |
Author: long |
Hits:
Description: DO-WHILE循环语句的翻译程序设计(简单优先法、输出四元式)-DO-WHILE loop statement, the translation of program design (simple priority method, the output quaternion type)
Platform: |
Size: 4096 |
Author: sunyu |
Hits:
Description: PL0功能的扩充
一、完成的实验内容及说明
基本内容
(1)扩充赋值运算:+= 和 -=
(2)扩充语句 REPEAT
<语句序列>
DOWHILE <条件>
其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列>
增加内容
(1)增加运算:++ 和 --。
(2)增加类型:① 字符类型; ② 实数类型。
(3)扩充函数:① 有返回值和返回语句;② 有参数函数。
(4)增加一维数组类型
二、实验环境与工具
(1)计算机及操作系统:PC机,WindowsXP
(2)程序设计语言:C++Builder5,VC 6.0
(3)教学型编译程序:PL/0 -PL0 functional expansion of a complete description of the experimental content and the basic content (1) Expansion assignment operator:+ = and-= (2) Expansion statement REPEAT < statement sequence> DOWHILE < terms of " where" condition " is cyclical conditions, namely the condition was established, repeated loop of the " statement sequence" additional content (1) increasing the operation:++ and-. (2) increasing the types: ① character type ② real number type. (3) expansion of functions: ① to return to the values and return statements ② a parameter function. (4) to increase one type of two-dimensional array, experimental environment and tools (1) Computer and OS: PC machine, WindowsXP (2) Programming Languages: C++ Builder5, VC 6.0 (3) teaching-oriented compiler: PL/0
Platform: |
Size: 476160 |
Author: dslh |
Hits:
Description: c#基础课件,包含各种条件语句的课件,if、for、foreach、dowhile-c# based courseware, the courseware includes a variety of conditional statements, if, for, foreach, dowhile
Platform: |
Size: 385024 |
Author: marine |
Hits:
Description: C# do-while example source code
Platform: |
Size: 22528 |
Author: GomMan |
Hits:
Description: 4个案例,分别围绕goto循环和dowhile循环展开讲述。程序中有说明(The 4 case is about goto cycle and dowhile cycle respectively. There are instructions in the program)
Platform: |
Size: 30720 |
Author: qianbianzhu |
Hits: