搜索资源列表

  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. ll1forwin

    0下载:
  2. 编译原理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 all
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-20
    • 文件大小:33792
    • 提供者:刘远兴
  1. LL1ForWin完美版

    0下载:
  2. 编译原理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 synta
  3. 所属分类:DSP编程

    • 发布日期:2024-05-20
    • 文件大小:49152
    • 提供者:徐强
  1. liuziyancompile

    0下载:
  2. 本程序用于自顶向下的语法分析。只您输入的上下问无关文法进行分析,并构造出预测分析表。-procedure for the top-down syntax analysis. Only you enter the ministry asked not grammar analysis and structural analysis projected table.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:5906432
    • 提供者:刘子炎
  1. A

    0下载:
  2. 编写为某一任意上下文无关文法构造的LL(1)语法分析程序,并对任给的一个输入串进行语法分析检查。 程序要求为该文法构造预测分析表,并按照预测分析算法对输入串进行语法分析,判别程序是否符合已 知的语法规则,-To prepare for a arbitrarily constructed context-free grammar LL (1) grammar analysis program, and any given inpu
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:197632
    • 提供者:傅波
  1. B

    0下载:
  2. 编写为某一任意上下文无关文法构造的LL(1)语法分析程序,并对任给的一个输入串进行语法分析检查。 程序要求为该文法构造预测分析表,并按照预测分析算法对输入串进行语法分析-To prepare for a arbitrarily constructed context-free grammar LL (1) syntax analysis program, and to a term of office for parsing inp
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:傅波
  1. yucefenxibiao

    0下载:
  2. 此为编译原理的作业中的预测分析表的生成的原代码,很不错的!-This is the compiler of the operating principle of the prediction analysis table generated source code, it is good!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:合合
  1. LL1Grammar

    0下载:
  2. 用java语言编写的LL(1)文法分析程序,输出first集、follow集和分析表,并对输入串进行预测分析-Using java language LL (1) grammar analysis program, the output first set, follow the collection and analysis table, and prediction analysis of input strings
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:果冻
  1. syntax

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

    • 发布日期:2024-05-20
    • 文件大小:17408
    • 提供者:天尹
  1. yufafenxi

    0下载:
  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) (
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:chenxue
  1. cifa

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

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:许剑
  1. parsing

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

    • 发布日期:2024-05-20
    • 文件大小:65536
    • 提供者:philian
  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
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:张志宇
  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) predictio
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:66560
    • 提供者:
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:冯景航
  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) th
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:75776
    • 提供者:
  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. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:6213632
    • 提供者:jim
  1. Parsing

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

    • 发布日期:2024-05-20
    • 文件大小:422912
    • 提供者:Eric
« 1 23 4 5 6 7 8 9 »

源码中国 www.ymcn.org