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

Search list

[ELanguageLL(1).rar

Description: 用LL(1)法对布尔表达式的语法分析
Platform: | Size: 1603 | Author: | Hits:

[ELanguageLL(1)_LR(0)_Demo.rar

Description: 包括一个LR(1)的语法分析程序和一个LL(1)的语法分析程序的例子
Platform: | Size: 239282 | Author: | Hits:

[Speech/Voice recognition/combineLL(1)语法分析器

Description:

LL(1)语法分析器


Platform: | Size: 968530 | Author: ligen@ | Hits:

[ELanguage判断是否为ll(1)文法程序

Description: 一个程序,用于判定给定的文法是否为LL(1)文法。 实现了:1.文法的机内表示;2. FIRST集和FOLLOW集的计算; 3. LL(1)预测分析表的构造。-a procedure for the determination of grammar to whether LL (1) grammar. Realized : 1. Grammar said the machines; 2. FIRST FOLLOW sets and set computing; 3. LL (1) Forecast and Analysis table structure.
Platform: | Size: 23961 | Author: luo | Hits:

[ELanguageLL(1)分析的实现

Description: 编译中的LL(1)分析方法的实现。对于输入的文法,判断其有效性,用LL(1)方法进行语法分析,并可判别输入的符号串是否为该文法的句型。 -compiler of LL (1) Method of analysis. The importation of the grammar, to judge its effectiveness, with LL (1) methods for syntax analysis, discriminant can input strings of symbols to whether the grammar driven.
Platform: | Size: 10312 | Author: 原子 | Hits:

[Other resourcell(1)词法分析

Description: LL(1)语法分析程序,编译原理课用得到哦,可以作到词法分析表吧(idle)-LL (1) syntax analysis program, compile Principle used to be, oh, Lexical analysis can be done table it (idle)
Platform: | Size: 82075 | Author: 王淼 | Hits:

[ELanguageLL(1)wenfaa

Description: LL(1)文法的实现方法,有需要的可以-LL (1) grammar method, it is necessary to look at the
Platform: | Size: 2093 | Author: cai | Hits:

[ELanguageLL(1)_syntax

Description: LL(1)语法分析程序 (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型。 -LL (1) syntax analysis program (1) on the importation of grammar, it can determine whether to LL (1) grammar, and if so, in turn, (2); Otherwise errors and terminated; (2) the importation of known grammar, automatically generated from the LL (1 ) analysis table; (3) For a given set of input strings should be able to judge whether the identification of the string for a given grammar driven.
Platform: | Size: 82050 | Author: 张玉峰 | Hits:

[Other resourcell(1)Analyzer

Description: 执行程序,输入文法,与需要分析的语句执行ll(1)分析,很方便-implementation procedures, the importation of grammar, and the need to analyze the implementation of the phrase ll (1) analysis, is a convenient
Platform: | Size: 11505 | Author: Wandy_1234 | Hits:

[Other resourceLL(1)defenxiqi

Description: 这是一个LL(1)的分析器,针对文法E->TG , T->FU , G->+TG|^ , U->*FU|^ , F->(E)|i,是对编译原理初学者的一个帮助。-This is an LL (1) analyzers, the grammar-E -
Platform: | Size: 7909 | Author: 飞翔 | Hits:

[Other resourceLL(1)parser

Description: LL(1) parser , writen by C,include LLGenerator-LL (1) parser, written by C, include LLGenerator
Platform: | Size: 25574 | Author: 林祐安 | Hits:

[ELanguage简易语法分析程序LL

Description: 简易语法分析程序LL(1) (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型-simple syntax analysis procedures LL (1) (a) on the importation of grammar. it will determine whether to LL (1) grammar, and if so, in turn, (2); Otherwise errors and terminated; (2) the importation of known grammar, automatically generated from the LL (1) Analysis Table; (3) For a given set of input strings should be able to judge whether the identification of the string for a given grammar Sentence
Platform: | Size: 82442 | Author: 赵珊珊 | Hits:

[Other resourceLL(1)_parsing

Description: 关于编译方面的LL(1)语法分析程序,可以输出分析栈,按要求可以实现对输入字符串的完整分析归约过程。-compiler on the LL (1) syntax analysis procedures can output analysis stack, by asking for input strings to achieve a complete analysis of the reduction process.
Platform: | Size: 1890 | Author: zhou | Hits:

[Other resourceLL(1)yufafenxi

Description: 这是一个用C语言实现的LL(1)语法分析程序-This is a C language of LL (1) syntax analysis program
Platform: | Size: 2124 | Author: yue | Hits:

[OtherLL(1)Syntax

Description: 用LL(1)方法分析四则运算,包括一个词法分析的头文件。-with LL (1) Analysis of four operations, including a lexical analysis of the headers.
Platform: | Size: 3710 | Author: 田甜 | Hits:

[EditorLL(1)while

Description: 用C++做的LL(1)分析法的程序,大家先用着吧,比较好用吧-C do LL (1) analysis of the procedure, we first used to it, the more useful it
Platform: | Size: 23570 | Author: John | Hits:

[ELanguagell(1)

Description: 这是编译原理中的实验:LL(1)文法的程序,里面包含三个程序,是我珍藏的。-This is a compilation of the experimental principle: LL (1) grammar of the program, which includes three programs that I treasured.
Platform: | Size: 708608 | Author: 高城 | Hits:

[ELanguageSyntax_Analysis-LL(1)-LCC

Description: 编译原理之语法分析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) prediction analysis
Platform: | Size: 66560 | Author: | Hits:

[ELanguageLL-(1)-parser

Description: LL(1)语法分析器设计 1.如下为给定的LL(1)文法。 G[<P>]: 1) <P>->program <D> : <T> begin <S> end {program} 2) D->i D’ {i} 3) D’->, i D’ {,} 4) D’->ε {:} 5) S->s S’ {s} 6) S’-> s S’ { } 7) S’->ε {end} 8) T->real {real} 9) T->integer {integer} 其中右侧{}内为产生的可选集。 2.调试并完善如下给出的文法的LL(1)分析器示例程序,并设输入的文法的句子为: program i , i , i : integer begin s s s end 给出输出结果并进行分析说明。 -1. Below for a given LL (1) grammar. G [<P>]: 1) <P>-> program <D>: <T> begin <S> end {program} 2) D-> i D {i} 3) D ->, i D {,} 4) D -> ε {:} 5) S-> s S {s} 6) S -> s S { } 7) S -> ε {end} 8) T-> real {real} 9) T-> integer {integer} {} within which the right to produce an optional set. 2. Debug and improve the grammar given in the following LL (1) analyzer sample program, and set the input sentence is the grammar: program i, i, i: integer begin s s s end Output and analysis are given instructions.
Platform: | Size: 190464 | Author: 浮云 | Hits:

[source in ebook实验二-LL(1)预测分析

Description: LL(1)预测分析,分析表和分析过程的界面友好(LL (1) forecast analysis, analysis table and analysis process friendly interface.)
Platform: | Size: 111616 | Author: 小艾321 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net