Welcome![Sign In][Sign Up]
Location:
Search - ll(1)

Search list

[OtherLL1

Description: LL1分析法,做编译原理试验用的,pdf格式-LL1 analysis, so the compiler used the principle of the pilot, pdf format
Platform: | Size: 237568 | Author: hit | Hits:

[OS programLL1

Description: 消除左递归的文法来使文法满足进行确定自顶向下分析的条件 一个LL(1)分析法的语法分析器-Elimination of left-recursive grammar to make grammar meet to determine the top-down analysis of the conditions for an LL (1) Analysis Parser
Platform: | Size: 204800 | Author: 余祖澔 | Hits:

[ELanguagecompiler

Description: 完成一个完整的编译程序,语法分析大部分采用LL(1)文法实现,算术表达式用算符优先至底向上实现。-Completion of a complete compiler, syntax analysis of the majority of the use of LL (1) grammar realization of arithmetic expressions by bottom-up operator to achieve the priorities.
Platform: | Size: 1056768 | Author: 熊永红 | Hits:

[ELanguagenewscan

Description: 词法分析,语法分析器,使用LL(1)算法-Lexical analysis, syntax analyzer, the use of LL (1) algorithm
Platform: | Size: 922624 | Author: 赵磊 | Hits:

[ELanguageLL(1)compiler

Description: 一个LL1语法分析程序。学习编译原理时可供参考。-A LL1 parser. Learning for reference when compiling principle.
Platform: | Size: 288768 | Author: 光着脚 | Hits:

[ELanguagell1

Description: ll1文法,编译原理课程设计,可以运行,已经调试成功-ll1 grammar, principles of curriculum design compiler, you can run, has been testing the success of
Platform: | Size: 82944 | Author: 天意 | Hits:

[ELanguageLL1

Description: 采用VC编程的LL(1)分析法示例,有助于加深理解编译原理中的LL(1)分析法-VC programming using LL (1) sample analysis, contribute to a better understanding of the principle of compiler LL (1) Analysis
Platform: | Size: 157696 | Author: 卓琳 瑞格 | Hits:

[ELanguageyufayuyi

Description: 基本实现基于LL(1)法的语法及语义分析程序设计-Based on the basic realization of LL (1) the law of grammar and semantic analysis of program design
Platform: | Size: 275456 | Author: Holy | Hits:

[ELanguagell1

Description: LL(1)分析实验,根据语法规则逐一分析词法分析时得到的属性字
Platform: | Size: 28672 | Author: 于翔 | Hits:

[OtherLL(1)Lexical_Analysis

Description: LL(1) 文法分析。。。 输出first集&&follow集&& 预测分析表。-LL(1)Lexical_Analysis
Platform: | Size: 2048 | Author: zyh | Hits:

[BooksLL1

Description: 确定的自顶向下方法,是从文法的开始符号,考虑如何根据当前的输入符号(单词)唯一的确定选用哪个产生式替换相应非终结符往下推导。 LL(1)文法是一种确定的自顶向下的分析方法-Established top-down approach, from the beginning of grammar symbols, consider how the light of the current input symbol (the word) only to determine which choice to replace the corresponding non-production down at the end of derivation. LL (1) grammar is an established top-down analysis
Platform: | Size: 162816 | Author: apple | Hits:

[ELanguageCompileDesign

Description: 本次课程设计主要实现语法分析器的构造,该语法分析器能够分析词法分析器的结果,即单词二元式。在输入单词二元式后,能输出分析的结果。 1、构造LL(1)分析表 2、求句子的预测分析过程-The main achievement of the curriculum design of the structure parser, the syntax analyzer to analyze the results of lexical analyzer, that is, the dual-type words. Enter the word dualism in the rear can output the results of the analysis. 1, constructed LL (1) Analysis of Table 2, and the prediction analysis of the process of sentence
Platform: | Size: 409600 | Author: 穆鹏 | Hits:

[ELanguageLexical_analysis

Description: 编译原理LL(1)词法分析实验,分析一段代码的词法结构-Compilation Principle LL (1) lexical analysis of the experiment, analysis of the lexical structure of a section of code
Platform: | Size: 7168 | Author: 凤清 | Hits:

[EditorCMINUS

Description: 一个c-编译器的词法和语法分析部分,采用词法分析的手动部分使用表驱动实现,语法分析使用LL(1)实现。-a c minus compiler
Platform: | Size: 315392 | Author: 章洪村 | Hits:

[ELanguageLL1

Description: 一个用LL(1)文法的词法和语法分析器,-One with LL (1) grammar and syntax of the lexical analyzer,
Platform: | Size: 214016 | Author: yyx | Hits:

[Other20064350132

Description: 通过设计,编制,调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)、可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)、 写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)、 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。 目 录 一.系统需求分析 二.概念模型设计 三.逻辑模型设计 四.物理模型设计 五.实验结果分析 六.心得体会 七.源代码-By designing, developing, debugging a syntax and semantic analysis procedures, better understanding of the syntax and semantic analysis to understand the principle. IF <Boolean expression> THEN <assignment> ELSE <assignment statement> Which (1), recursive descent method to choose, LL (1), priority analysis operator, LR Law on the above tasks, choice of intermediate code quaternion type. (2), write in line with the requirements of analysis grammar, the idea of analytical methods are given to complete the analysis of program design. (3), a good analysis of the preparation process, the design of a number of use cases, and through the test analysis program designed
Platform: | Size: 488448 | Author: aden | Hits:

[Software EngineeringWHILE

Description: WHILE循环语句的翻译程序设计(LL(1)法、输出三地址表示)-WHILE loop design of the translation process (LL (1) law, said output of the three addresses)
Platform: | Size: 300032 | Author: 胡力 | Hits:

[ELanguage05281266

Description: if-else条件语句翻译,使用LL(1)文法,中间产生式为四元式,规定文法比较简单-if-else conditional statements translation, the use of LL (1) grammar, the middle of production for the four-style, provides a relatively simple grammar
Platform: | Size: 2710528 | Author: 周折 | Hits:

[ELanguageCompiler

Description: if-else条件语句翻译,使用LL(1)文法-if-else conditional statements translation, the use of LL (1) grammar
Platform: | Size: 1084416 | Author: 周折 | Hits:

[ELanguageccc

Description: DO—WHILE 语句的翻译程序(使用LL(1)文法输出四元式)-DO-WHILE statement translation process (the use of LL (1) grammar output quaternion type)
Platform: | Size: 460800 | Author: 陈杰 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net