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

Search list

[ELanguagestudy_Lex_Yacc

Description: Lex 和Yacc 简明教程 本书将教会你如何使用lex 和yacc 构造一个编译器。 lex 和yacc 是两个用来生成词汇分析器和剖析器的工具。 导言部分描写了构建编译器所需的基本部分,以及lex 和yacc 之间的互动关系。后面两章更加详细的描写了lex 和 yacc。构建了一个经典的计算器程序。这个计算器支持常用 的算术符号和控制结构,例如实现了像ifelse和while 这样的控制结构。经过小小的修改,就把这个计算器转换成一个可以运行在基于栈的计算机上的编译器。
Platform: | Size: 351256 | Author: 蒋崇武 | Hits:

[ELanguageifelse

Description: 该程序能够对if-else进行语法指导的翻译,并输出四元式
Platform: | Size: 181440 | Author: liaoshengquan | Hits:

[ELanguagestudy_Lex_Yacc

Description: Lex 和Yacc 简明教程 本书将教会你如何使用lex 和yacc 构造一个编译器。 lex 和yacc 是两个用来生成词汇分析器和剖析器的工具。 导言部分描写了构建编译器所需的基本部分,以及lex 和yacc 之间的互动关系。后面两章更加详细的描写了lex 和 yacc。构建了一个经典的计算器程序。这个计算器支持常用 的算术符号和控制结构,例如实现了像ifelse和while 这样的控制结构。经过小小的修改,就把这个计算器转换成一个可以运行在基于栈的计算机上的编译器。-Lex and Yacc tutorial concise book will teach you how to use lex and yacc to construct a compiler. lex and yacc are used to generate lexical analyzer and parser tools. Introductory section describes the compiler to build the basic parts, as well as lex and yacc interaction between. Behind the two chapters of a more detailed description of the lex and yacc. Construction of a classic calculator program. The calculator supports the common arithmetic symbols and control structure, for example, realize like ifelse and while such a control structure. After small modifications, so the calculator can run into a stack-based computer compiler.
Platform: | Size: 351232 | Author: 蒋崇武 | Hits:

[ELanguageifelse

Description: 该程序能够对if-else进行语法指导的翻译,并输出四元式-The program can be carried out on the if-else syntax translation guide, and the output quaternion type
Platform: | Size: 2207744 | Author: liaoshengquan | Hits:

[Compress-Decompress algrithmsScoreSystem

Description: 学生成绩查询系统,运用结构体,struct ,sort ,Clrscr(),textcolor()函数,用for()循环语句,switch和ifelse作为条件测试语句。 程序实现了学生成绩查询功能,有20个我们班学生的数据信息,每个包含: 学号 — num [10](字符串)、姓名(拼音)— name[25](字符串)、 性别 — sex(字符,M或W)、年龄 — age(整型)、 三门课程成绩(高数、英语、计算机)— score [3 ](单精度)。设计一个系统: 定义及输出。用结构体类型数据及其赋初值的方法把学生的数据送到结构体数组中(第一个数据用自己的真实数据,其它数据自定,但注意要是合法数据),然后把它们输出显示;计算并排序。计算每个学生三门课程的总分(sum,单精度)及平均分(aver,单精度,输出一位小数),还有他们成绩的排名,将包括所有数据的结构体数组元素按总分从大到小的顺序排序打印出来; 运行程序,进入主界面!可输入1—输出所有学生的成绩,输入2—计算和排列学生的成绩,输入3—查询学生个人成绩,输入4—退出查询。 在进行学生个人成绩个人查询可以实现多次查询——进入学生个人查询,输入1回车实现多次查询。 运行环境为TURBOC ,WINDOWSXP。 -err
Platform: | Size: 45056 | Author: 林林 | Hits:

[ELanguageifelse

Description: 此程序是对条件语句进行翻译,输入一个条件语句,例如:if B then C1 else C2,先进行词法分析,词法分析的主要任务是:从左到右逐个字符地对源程序进行扫描,产生一个个的单词符号,把作为字符串的源程序改造成为单词符号串的中间程序,词法分析是编译的基础,词法分析的功能是输入源程序,输出单词符号(关键字,标识符,常数,运算符,界符),词法分析完成之后,再进行LL(1)语法分析,语义分析,最后输出四元式(语法分析,属性文法,四元式的相关知识技术描述如下)-This procedure is a conditional statement to be translated and enter a conditional statement, for example: if B then C1 else C2, preceded by lexical analysis, lexical analysis of the main tasks are: characters one by one from left to right scan of the source code to create a In the words of the symbols, the source code as a string of symbols into strings of words among the procedures, lexical analysis is the basis of the compiler, lexical analysis of the function is to enter the source, the output word symbols (keywords, identifiers, constants, operator Fu, Fu-border), lexical analysis is complete, another LL (1) syntax analysis, semantic analysis, the final output quaternion type (syntax analysis, attribute grammar, style quaternion description of knowledge and technology related to the following)
Platform: | Size: 74752 | Author: 李伟霞 | Hits:

[Windows Developif

Description: 实现 ifelse 和嵌套循环 自己做的程序 大家指点一下-good
Platform: | Size: 2048 | Author: 朱磊 | Hits:

[ELanguageEX2-IfElse

Description: 对于编译器中if else是否合法的判别-If else compiler determine the legality of
Platform: | Size: 3072 | Author: dfadf | Hits:

[Othermaimai

Description: ifelse语句翻译 词法,语法分析以及赋值语句的翻译lr方法,三地址输出-ifelse statement translation lexical, grammatical analysis and translation lr assignment method, the three address output
Platform: | Size: 3072 | Author: maodoudou | Hits:

[Otherifelse4

Description: ifelse 编译原理实验,考察对语法的-ifelse compile principle experiment, study of the grammar
Platform: | Size: 396288 | Author: 陈阳 | Hits:

[JSP/Javabank

Description: 熟练掌握ifelse的使用,掌握系统开发的流程,适合新手-Ifelse master the use of process control system development, suitable for beginners
Platform: | Size: 2048 | Author: 刘宏宇 | Hits:

[JSP/JavagenerateCsv2

Description: 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 to a Cell in Excel Spreadsheet.
Platform: | Size: 1024 | Author: jose | Hits:

[Game Programsecond

Description: 空心菱形和猜数字游戏的简单实现,巩固ifelse的使用,训练逻辑思维-Hollow diamond and simple implementation guessing game to consolidate ifelse use logical thinking training
Platform: | Size: 2048 | Author: 李丽瑶 | Hits:

CodeBus www.codebus.net