Welcome![Sign In][Sign Up]
Location:
Search - LL(1)文法

Search list

[ELanguage判断是否为LL(1)文法 java编写

Description: 此程序是语法分析,判断是否为LL(1)文法,如果是则构造first集,follow集,select集,并输出分析表。程序用java编写。
Platform: | Size: 150016 | Author: skeqiang@yahoo.com.cn | Hits:

[ELanguage判断是否为LL(1)文法 C语言

Description: 此程序是语法分析,判断是否为LL(1)文法,如果是则构造first集,follow集,select集,并输出分析表。程序用C语言编写。
Platform: | Size: 22909 | Author: skeqiang@yahoo.com.cn | Hits:

[Windows DevelopLL(1)文法分析

Description: 求一个文法的first,follow,select集判断该文法是不是LL(1)文法,生成该文法的预测分析表,输入字符串的分析表,以及相应的语法树。
Platform: | Size: 49471 | Author: gudanping | Hits:

[Editorll1forwin

Description: 编译原理LL(1)文法分析器 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。- Translation principle LL (1) grammar analyzer input legitimate LL (1) the grammar, will output LL (1) to forecast the analytical table, and will be allowed to carry on the grammar analysis output corresponding grammar tree to the input sentence.
Platform: | Size: 33792 | Author: 刘远兴 | Hits:

[ELanguageLL1文法分析ForWin

Description: 录入合法的LL(1)文法,将输出LL(1)预测分析表- Inputs legitimate LL (1) the grammar, will output LL (1) to forecast the analytical table
Platform: | Size: 48128 | Author: 吴斌 | Hits:

[ELanguageLL(1)文法

Description: LL(1)文法源代码-LL (1) grammar source code
Platform: | Size: 2048 | Author: 小西 | Hits:

[OS programll1forwin

Description: 这是编译原理的一个 LL(1)文法预测分析表构造程序-This is the principle of a compiler LL (1) grammar Forecast and Analysis Table tectonic process
Platform: | Size: 34816 | Author: 罗刚 | Hits:

[ELanguage编译原理—LL(1)文法分析器(1.0)

Description: 编译原理—LL(1)文法分析器(1.0) 求LL(1)文法的FOLLOW集合工具: 软件读入一个LL(1)文法,生成其FOLLOW集合。-compiler theory-LL (1) grammar analyzer (1.0) for LL (1) grammar FOLLOW Set tools : software read an LL (1) grammar, generating its FOLLOW pool.
Platform: | Size: 185344 | Author: 林丰 | Hits:

[DSP programLL1ForWin完美版

Description: 编译原理LL(1)文法分析器 录入合法的LL(1)文法,将输出LL(1)预测分析表,并可以对输入的句子进行语法分析输出相应语法树。-compiler theory LL (1) grammar analyzer input legitimate LL (1) grammar, will output LL (1) Table Forecast and Analysis, and can import sentence for syntax analysis syntax tree corresponding output.
Platform: | Size: 49152 | 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: 206848 | 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: 193536 | Author: 飞翔 | Hits:

[ELanguageLL1ForXp

Description: LL(1)文法,消除隐藏左递归,提取共因子,然后求First,Follow,Select集,以及预测分析表,最后进行预测分析-LL (1) grammar, the elimination of hidden left recursive, extracting a total factor, and then seek First, Follow, Select set, and the forecast analysis table, the final analysis of forecast
Platform: | Size: 52224 | Author: swb | Hits:

[ELanguage2005060717340116648

Description: 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.
Platform: | Size: 968704 | Author: 飒飒 | Hits:

[ELanguageLL1ForWin

Description: ll(1)文法,我们编译原理的课程设计实验报告,非常 好,得 A 的-ll (1) grammar, we have compiled the curriculum design principle of the experiment report, very good, too A
Platform: | Size: 32768 | Author: | Hits:

[Compress-Decompress algrithmsbianyizlh

Description: 自动生成一个LL(1)文法。对输入文法,由程序自动生成它的LL(1)分析表;对于给定的输入串,应能判断识别该串是否为给定文法的句型-LL (1) grammar. On the importation of grammar, automatically generated from the LL (1) Analysis Table; For a given input string, Recognition should be able to judge whether the series for a given grammar Sentence
Platform: | Size: 250880 | Author: zlhhlz | Hits:

[ELanguagell1

Description: 输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出"acc",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。他会自动计算first,follow,预测分析表的构造,但并不输出。-importation has been eliminated and left recursive public from the left-LL (1) grammar, further importation of the corresponding expression, if the analysis is successful, the output of the recursive process output "belongs", if successful, there were errors and the corresponding location named. Attention, we should end with a non-escalation of production into a single input. He will be automatically calculated first, follow, and predicting and analyzing the table structure, but does not export.
Platform: | Size: 33792 | Author: 赵旋 | Hits:

[ELanguageLL(1)

Description: 本文件主要是针对编译原理的语法分析和语义分析,用的是LL(1)文法。-This document is mainly directed against the principle of compiler syntax analysis and semantic analysis, using a LL (1) grammar.
Platform: | Size: 1391616 | Author: Mace | Hits:

[ELanguage1

Description: LL(1)文法分析过程的可视化及教学应用研究-LL (1) grammar analysis and visualization applications in teaching and learning research
Platform: | Size: 3794944 | Author: taigongxiaowang | Hits:

[Windows DevelopLL(1)

Description: 实现根据LL(1)文法生成First集和Follow集的算法。 【基本要求】 (1) 输入一个文法G; (2) 实现由文法G构造FIRST集的算法; (3) 输出First集; (4) 实现由文法G构造FOLLOW集的算法; (5) 输出FOLLOW集。 【测试数据】 输入文法: E->TE’ E’->+TE’|ε T->FT’ T’->*FT’|ε F->(E)|i -ll(1).rar
Platform: | Size: 1391616 | Author: 卢显灯 | 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:
« 12 3 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net