搜索资源列表

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

    1下载:
  2. 此程序是语法分析,判断是否为LL(1)文法,如果是则构造first集,follow集,select集,并输出分析表。程序用java编写。
  3. 所属分类:编译器/词法分析

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

    2下载:
  2. 此程序是语法分析,判断是否为LL(1)文法,如果是则构造first集,follow集,select集,并输出分析表。程序用C语言编写。
  3. 所属分类:编译器/词法分析

  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-04-29
    • 文件大小:33792
    • 提供者:刘远兴
  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. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:48128
    • 提供者:吴斌
  1. LL(1)文法

    0下载:
  2. LL(1)文法源代码-LL (1) grammar source code
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:小西
  1. ll1forwin

    0下载:
  2. 这是编译原理的一个 LL(1)文法预测分析表构造程序-This is the principle of a compiler LL (1) grammar Forecast and Analysis Table tectonic process
  3. 所属分类:系统编程

    • 发布日期:2024-04-29
    • 文件大小:34816
    • 提供者:罗刚
  1. 编译原理—LL(1)文法分析器(1.0)

    0下载:
  2. 编译原理—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.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:185344
    • 提供者:林丰
  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-04-29
    • 文件大小:49152
    • 提供者:徐强
  1. ll(1)Analyzer

    0下载:
  2. 执行程序,输入文法,与需要分析的语句执行ll(1)分析,很方便-implementation procedures, the importation of grammar, and the need to analyze the implementation of the phrase ll (1) analysis, is a convenient
  3. 所属分类:其它资源

    • 发布日期:2024-04-29
    • 文件大小:206848
    • 提供者:Wandy_1234
  1. LL(1)defenxiqi

    0下载:
  2. 这是一个LL(1)的分析器,针对文法E->TG , T->FU , G->+TG|^ , U->*FU|^ , F->(E)|i,是对编译原理初学者的一个帮助。-This is an LL (1) analyzers, the grammar-E-
  3. 所属分类:其它资源

    • 发布日期:2024-04-29
    • 文件大小:193536
    • 提供者:飞翔
  1. LL1ForXp

    0下载:
  2. 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
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:52224
    • 提供者:swb
  1. 2005060717340116648

    0下载:
  2. 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.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:968704
    • 提供者:飒飒
  1. LL1ForWin

    0下载:
  2. ll(1)文法,我们编译原理的课程设计实验报告,非常 好,得 A 的-ll (1) grammar, we have compiled the curriculum design principle of the experiment report, very good, too A
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:32768
    • 提供者:
  1. bianyizlh

    0下载:
  2. 自动生成一个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 abl
  3. 所属分类:压缩解压

    • 发布日期:2024-04-29
    • 文件大小:250880
    • 提供者:zlhhlz
  1. ll1

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

    • 发布日期:2024-04-29
    • 文件大小:33792
    • 提供者:赵旋
  1. LL(1)

    0下载:
  2. 本文件主要是针对编译原理的语法分析和语义分析,用的是LL(1)文法。-This document is mainly directed against the principle of compiler syntax analysis and semantic analysis, using a LL (1) grammar.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:1391616
    • 提供者:Mace
  1. 1

    0下载:
  2. LL(1)文法分析过程的可视化及教学应用研究-LL (1) grammar analysis and visualization applications in teaching and learning research
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:3794944
    • 提供者:taigongxiaowang
  1. LL(1)

    0下载:
  2. 实现根据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->
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:1391616
    • 提供者:卢显灯
  1. ll(1)

    0下载:
  2. 这是编译原理中的实验:LL(1)文法的程序,里面包含三个程序,是我珍藏的。-This is a compilation of the experimental principle: LL (1) grammar of the program, which includes three programs that I treasured.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-04-29
    • 文件大小:708608
    • 提供者:高城
« 12 3 4 5 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org