CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 预测分析表

搜索资源列表

  1. 预测分析表

    0下载:
  2. 预测分析表的代码-prediction analysis of the code table
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1758
    • 提供者:陈活
  1. 左递归文法分析源代码

    0下载:
  2. 输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出\"acc\",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。他会自动计算first,follow,预测分析表的构造,但并不输出。-importation has been eliminated and left recursive public from the left-LL (1) grammar, further impo
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-15
    • 文件大小:33947
    • 提供者:赵旋
  1. LL1文法分析ForWin

    0下载:
  2. 录入合法的LL(1)文法,将输出LL(1)预测分析表- Inputs legitimate LL (1) the grammar, will output LL (1) to forecast the analytical table
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:48864
    • 提供者:吴斌
  1. 预测分析法

    0下载:
  2. #include #include #include #define MAX 30 int table[5][6]; char stack[30]; int top=0; char buffer[MAX]; int buf=0; void start()//初始化预测分析表
  3. 所属分类:编译器/词法分析

    • 发布日期:2009-06-16
    • 文件大小:4240
    • 提供者:bkssr@163.com
  1. LL(1)文法分析

    0下载:
  2. 求一个文法的first,follow,select集判断该文法是不是LL(1)文法,生成该文法的预测分析表,输入字符串的分析表,以及相应的语法树。
  3. 所属分类:Windows编程

    • 发布日期:2009-06-29
    • 文件大小:49471
    • 提供者:gudanping
  1. mml.doc

    0下载:
  2. 编译原理 课程设计报告: 预测分析表的构造- The translation principle curriculum designs reported that, Forecasts the analytical table the structure
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:24323
    • 提供者:
  1. LL1ParsingCode

    0下载:
  2. LL1语法分析程序,输入文法表达式能够自动输出预测分析表,判断是否为LL1文法,还可以再输入任意的一个句子,然后对其进行分析,给出分析进栈出战的详细过程-LL1 parser, enter the grammar of expression that can automatically predict the output table to determine whether the LL1 grammar, you can enter any of a sentence, and then a
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:4562
    • 提供者:张志宇
  1. yufafenxi

    1下载:
  2. 语法分析程序 利用C++(或C)编制确定的自顶向下预测分析语法分析程序,并对简单语言进行语法分析。 待分析的简单语言的语法若文法G[ E]为: (1) E –> TE’ (2) E’ –> +TE’ (3) E’ –> e (4) T –> FT’ (5) T’ –> *FT’ (6) T’ –> e (7) F –> (E) (8) F –> i 实验说明 具体要求如下:
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:13133
    • 提供者:chenxue
  1. 15883834lr0

    1下载:
  2. lr(0)文法及其预测分析表 lr(0)文法及其预测分析表-lr (0) Analysis and prediction of grammar lr (0) Analysis and prediction of grammar lr (0) grammar analysis and forecast table
  3. 所属分类:其他小程序

    • 发布日期:2017-06-03
    • 文件大小:39071
    • 提供者:koko
  1. 89346479experimentofll(1)

    0下载:
  2. LL(1)预测分析法(1)判别文法是否为LL(1)文法。为此需要依次计算FIRST集、FOLLOW集和SELLECT集,根据SELLECT集可判断文法否为LL(1)文法。 (2)构造出分析表。根据SELLECT集和文法产生式构造出LL(1)分析表。 (3)进行句子分析。依据分析表判断出某句子是否为给定文法的句子。 -LL (1) Forecast Analysis
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8528
    • 提供者:lucky
  1. syntax

    0下载:
  2. java实现语法java分析器,含源代码,预测分析表-java syntax java parser to achieve, including source code, Forecast and Analysis Table
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:17084
    • 提供者:天尹
  1. cifa

    0下载:
  2. 预测分析程序,根据所给文法生成预测分析表,再进行预测分析程序!-Prediction program
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:6814
    • 提供者:许剑
  1. parsing

    0下载:
  2. LL1分析法的构造,也就是LL1预测分析表的构造-grammer Analysis
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:65933
    • 提供者:philian
  1. Syntax_Analysis-LL(1)-LCC

    0下载:
  2. 编译原理之语法分析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
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:66567
    • 提供者:
  1. LL1parserVS2010

    0下载:
  2. LL1语法分析器,FIRST集合的构造,FOLLOW集合的构造,消除左递归,预测分析表 C++语言开发,工具VS2010-LL1 parser, FIRST set of the structure, FOLLOW set of the structure, elimination of left recursion, predictive analysis table C++ language development tools for VS2010
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:273028
    • 提供者:jianren2hao
  1. syntax

    0下载:
  2. LL(1)文法的实现。具体设计要求如下: 1. 可以使用任何语言来完成,例如:Java、C、C++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 分别求出每一个非终结符FIRST 集FOLLOW集和SELECT集。 5. 画出预测分析表。 6. 判定读入的文法是否是LL(1)文法。 7. 给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来。 8. 查出文法中是否含有左递归或左公因子。若有则消除左公因子和左递
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:5713
    • 提供者:冯景航
  1. SyntaxAnalysisL-R

    0下载:
  2. 实现编译原理的LL(1)和LR(0) (1)语法分析LL(1) (2)语法分析LR(0) (3)输出分析过程如First、Follow集、预测分析表 (4)输出预测分析过程、LR(0)自动机 (5)对输入字符串的验证-Principle to achieve compile LL (1) and LR (0) (1) parsing LL (1) (2) parsing LR (0) (3) the output of the process, such
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:75985
    • 提供者:
  1. yufa

    0下载:
  2. VS2010编写的LL(1)语法分析器,first和follow集合,构造预测分析表,以及对输入进行分析!-LL parser, seeking first and follow sets, table structure prediction analysis, and analysis of the input grammar!
  3. 所属分类:Compiler program

    • 发布日期:2017-05-21
    • 文件大小:6213983
    • 提供者:jim
  1. Parsing

    1下载:
  2. 语法分析程序的设计与实现 方法2:编写LL(1)语法分析程序,要求如下: (1)编程实现算法4.2,为给定文法自动构造预测分析表; (2)编程实现算法4.1,构造LL(1)预测分析程序。 2. 方法3:编写语法分析程序实现自底向上的分析,要求如下: 构造识别所有活前缀的DFA。 构造LR分析表。 编程实现算法4.3,构造LR分析程序。 -Parser design and implementation of Method 2: preparat
  3. 所属分类:编译器/词法分析

    • 发布日期:2012-12-20
    • 文件大小:422797
    • 提供者:Eric
  1. 实验二-LL(1)预测分析

    1下载:
  2. LL(1)预测分析,分析表和分析过程的界面友好(LL (1) forecast analysis, analysis table and analysis process friendly interface.)
  3. 所属分类:书籍源码

    • 发布日期:2018-10-22
    • 文件大小:111616
    • 提供者:小艾321
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com