搜索资源列表
study_Lex_Yacc
- Lex 和Yacc 简明教程 本书将教会你如何使用lex 和yacc 构造一个编译器。 lex 和yacc 是两个用来生成词汇分析器和剖析器的工具。 导言部分描写了构建编译器所需的基本部分,以及lex 和yacc 之间的互动关系。后面两章更加详细的描写了lex 和 yacc。构建了一个经典的计算器程序。这个计算器支持常用 的算术符号和控制结构,例如实现了像ifelse和while 这样的控制结构。经过小小的修改,就把这个计算
ifelse
- 该程序能够对if-else进行语法指导的翻译,并输出四元式
study_Lex_Yacc
- Lex 和Yacc 简明教程 本书将教会你如何使用lex 和yacc 构造一个编译器。 lex 和yacc 是两个用来生成词汇分析器和剖析器的工具。 导言部分描写了构建编译器所需的基本部分,以及lex 和yacc 之间的互动关系。后面两章更加详细的描写了lex 和 yacc。构建了一个经典的计算器程序。这个计算器支持常用 的算术符号和控制结构,例如实现了像ifelse和while 这样的控制结构。经过小小的修改,就把这个计算
ifelse
- 该程序能够对if-else进行语法指导的翻译,并输出四元式-The program can be carried out on the if-else syntax translation guide, and the output quaternion type
ScoreSystem
- 学生成绩查询系统,运用结构体,struct ,sort ,Clrscr(),textcolor()函数,用for()循环语句,switch和ifelse作为条件测试语句。 程序实现了学生成绩查询功能,有20个我们班学生的数据信息,每个包含: 学号 — num [10](字符串)、姓名(拼音)— name[25](字符串)、 性别 — sex(字符,M或W)、年龄 — age(整型)、 三门课程成绩(高数、英语、计算机)
ifelse
- 此程序是对条件语句进行翻译,输入一个条件语句,例如:if B then C1 else C2,先进行词法分析,词法分析的主要任务是:从左到右逐个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的源程序改造成为单词符号串的中间程序,词法分析是编译的基础,词法分析的功能是输入源程序,输出单词符号(关键字,标识符,常数,运算符,界符),词法分析完成之后,再进行LL(1)语法分析,语义分析,最后输出四元式(语法分析,属性文法,四元式的
if
- 实现 ifelse 和嵌套循环 自己做的程序 大家指点一下-good
EX2-IfElse
- 对于编译器中if else是否合法的判别-If else compiler determine the legality of
maimai
- ifelse语句翻译 词法,语法分析以及赋值语句的翻译lr方法,三地址输出-ifelse statement translation lexical, grammatical analysis and translation lr assignment method, the three address output
ifelse4
- ifelse 编译原理实验,考察对语法的-ifelse compile principle experiment, study of the grammar
bank
- 熟练掌握ifelse的使用,掌握系统开发的流程,适合新手-Ifelse master the use of process control system development, suitable for beginners
generateCsv2
- Java Excel API is an open source java library to read, write and modify Excel spread sheets. This requires the library jxl-2.6.12.jar to be in classpath. The following example shows how to add ifelse formula
second
- 空心菱形和猜数字游戏的简单实现,巩固ifelse的使用,训练逻辑思维-Hollow diamond and simple implementation guessing game to consolidate ifelse use logical thinking training