搜索资源列表
WHILE循环语句的翻译程序设计(LL(1)法、输出三地址表示)
- WHILE循环语句的翻译程序设计
LL(1)
- LL(1)语法分析器
WHILE循环语句的翻译程序设计(LL(1)法、输出四元式)
- WHILE循环语句的翻译程序设计(LL(1)法、输出四元式)源代码
LL(1)
- 用LL(1)法对布尔表达式的语法分析- (1) the law analyzes with LL to the Boolean expression grammar
程序的语法分析
- 对一个LL(1)文法的句型进行分析看其是不是属于该文法的产生句型-a pair of LL (1) grammar Sentence for its analysis is not belong to the grammar have Sentence
LL(1)defenxiqi
- 这是一个LL(1)的分析器,针对文法E->TG , T->FU , G->+TG|^ , U->*FU|^ , F->(E)|i,是对编译原理初学者的一个帮助。-This is an LL (1) analyzers, the grammar-E-
yufall1
- 做的很不错的LL(1)文法分析程序,可以作为学习编译原理课程的参考或课设-do very good LL (1) grammar analysis procedures can be compiled as a learning theory courses or courses based reference
LL(1)Syntax
- 用LL(1)方法分析四则运算,包括一个词法分析的头文件。-with LL (1) Analysis of four operations, including a lexical analysis of the headers.
2005060717340116648
- LL(1)语法分析器,对任意输入LL(1)文法的分析表及字符串, 否为该文法的句子,并能给出分析过程。-LL (1) parser, the indiscriminate importation of LL (1) grammar analysis table and string, whether or not the sentence grammar, and can provide analysis process.
SimpleLL1
- 一个LL(1)分法分析器,可以输入文法,分析句子,非常方便-an LL (1) France analyzers, can be imported grammar, sentence analysis, a very convenient
vcapi20040127
- 是一个windows界面的完整的具有较高技术含量的一语法分析器,是根据LL(1)优先分析编的。-is a windows interface, complete with high technology content of a parser, LL is based on (a) the provision of priority analysis.
20170828889
- 编译原理LL(1)语法分析 从文法开始,一直做到了符号表的实现-Compilation Principle LL (1) grammar analysis grammar start symbol table has been able to realize the
ll
- 编译原理中的LL(1)分析程序设计-Compilation Principle of LL (1) analysis of program design
YUCEFENXI
- 输出该文法的LL(1)分析表 每行输入一个表达式 输出该表达式的预测分析步骤-err
LL(1)suanfa
- LL(1)文法判定算法,LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。 -LL (1) grammar algorit
LL(1)
- 【实验名称】LL(1)分析总控程序的设计与实现 【实验目的和要求】 设计、编制,调试一个典型的语法分析程序,实现对语法分析程序所提供的单词序列进行语法分析检查和结构分析,进一步掌握常用的语法分析方法。 要求: ① 程序具有通用性。即所编写的LL(1)语法分析程序能够适用于不同文法以及各种输入单词串(为简单起见,可讲单词串是为字符串),并能够判断文法是否为LL(1)文法。 ② 有运行实例。对于输入的一个文和一个单词串
LL(1)
- 本代码实现语法分析的LL(1)分析法。 (2)、输入一个文法的所有产生式,由程序自动生成它的LL(1)预测分析表。 (3)、对于给定的输入串,能正确识别该串是否为给定文法的句型。 -The code analysis grammar LL (1) analysis. (2), enter a generative grammar of all, it is automatically generated by the pro
ll(1)
- 这是编译原理中的实验:LL(1)文法的程序,里面包含三个程序,是我珍藏的。-This is a compilation of the experimental principle: LL (1) grammar of the program, which includes three programs that I treasured.
Syntax_Analysis-LL(1)-LCC
- 编译原理之语法分析LL(1) (1)消除左递归 (2)求First集 (3)求Follow集 (4)预测分析表 (5)预测分析过程-Compiler theory of parsing LL (1) (1) elimination of left recursion (2) Find First Set (3) Find Follow set (4) prediction of sheet (5) predictio
实验二-LL(1)预测分析
- LL(1)预测分析,分析表和分析过程的界面友好(LL (1) forecast analysis, analysis table and analysis process friendly interface.)