搜索资源列表

  1. LL(1)分析的实现

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

    • 发布日期:2008-10-13
    • 文件大小:10312
    • 提供者:原子
  1. LL(1)文法——vc

    0下载:
  2. LL1文法的vc实现,编译原理的实验用得着的,对学习编译很有帮助!-LL1 grammar vc realization of the principle of compiling the experiment worthwhile to study compiled helpful!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2010
    • 提供者:陈为
  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. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:11505
    • 提供者: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. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7909
    • 提供者:飞翔
  1. ll1

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

    • 发布日期:2008-10-13
    • 文件大小:33947
    • 提供者:赵旋
  1. LL1

    0下载:
  2. 用C++实现LL(1)文法分析 用C++实现LL(1)文法分析-C achieve LL (1) grammar analysis C achieve LL (1) grammar analysis
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1013
    • 提供者:韩健
  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. ll(1)wenfa1

    0下载:
  2. 1.根据某一文法编制调试LL(1)分析程序,以便对任意输入的符号串进行分析。加深对预测分析分析法(LL(1))的理解。 2.通过设计、编写和调试构造LL(1)分析表的程序,了解构造LL(1)分析表的步骤以及对文法的要求,并能够从文法出发自动生成对应的LL(1)分析表。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1542
    • 提供者:尚雅娴
  1. LL(1)(Windows+Version)

    0下载:
  2. 编译原理的ll(1)的文法 挺好用的饿
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:45789
    • 提供者:顾大
  1. LL(1)11

    0下载:
  2. 这是编译原理LL1文法的实验报告,有源代码,请大家尽管下载-This the principle LL1 grammar compiler of the report experiments, the active code, please download .. although
  3. 所属分类:文档资料

    • 发布日期:2024-05-15
    • 文件大小:28672
    • 提供者:清风澈
  1. SimpleLL1

    0下载:
  2. 一个LL(1)分法分析器,可以输入文法,分析句子,非常方便-an LL (1) France analyzers, can be imported grammar, sentence analysis, a very convenient
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:168960
    • 提供者:杜立博
  1. bianyi

    0下载:
  2. ① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。-① the input grammar, automatically constructed by the procedures set FIRST FOLLOW ② the input grammar, it is automatically ge
  3. 所属分类:压缩解压

    • 发布日期:2024-05-15
    • 文件大小:33792
    • 提供者:zlhhlz
  1. myCalculator1.0

    0下载:
  2. 这是一个用LL(1)文法实现的公式计算器,但他只能实现整数的四则运算,功能不怎么强!-This is a use of LL (1) grammar to achieve formula calculator, but he can only achieve integer arithmetic, function not very strong!
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-15
    • 文件大小:8272896
    • 提供者:
  1. LL(1)

    0下载:
  2. 本代码实现语法分析的LL(1)分析法。 (2)、输入一个文法的所有产生式,由程序自动生成它的LL(1)预测分析表。 (3)、对于给定的输入串,能正确识别该串是否为给定文法的句型。 -The code analysis grammar LL (1) analysis. (2), enter a generative grammar of all, it is automatically generated by the pro
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:103424
    • 提供者:李守龙
  1. LL1

    0下载:
  2. LL1分析法,做编译原理试验用的,pdf格式-LL1 analysis, so the compiler used the principle of the pilot, pdf format
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:237568
    • 提供者:hit
  1. LL1

    0下载:
  2. 消除左递归的文法来使文法满足进行确定自顶向下分析的条件 一个LL(1)分析法的语法分析器-Elimination of left-recursive grammar to make grammar meet to determine the top-down analysis of the conditions for an LL (1) Analysis Parser
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:204800
    • 提供者:余祖澔
  1. compiler

    0下载:
  2. 完成一个完整的编译程序,语法分析大部分采用LL(1)文法实现,算术表达式用算符优先至底向上实现。-Completion of a complete compiler, syntax analysis of the majority of the use of LL (1) grammar realization of arithmetic expressions by bottom-up operator to achieve the
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:1056768
    • 提供者:熊永红
  1. llApp(FR)

    0下载:
  2. ll(1)文法,First集,Follow集。预测分析表-ll (1) grammar, First Set, Follow sets. Forecast Analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:50176
    • 提供者:menglusi
  1. LL(1)

    0下载:
  2. 采用编译原理的LL(1)文法判断一个算术表达式是否正确如 113+23*3.4*(32.4-5)/23并且给出详细的栈过程显示-The principle used to compile the LL (1) grammar to determine whether or not a correct arithmetic expression such as 113+23* 3.4* (32.4-5)/23 and gives a d
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:zz
  1. if-else-program

    0下载:
  2. C/C++开发的编译原理相关程序:IF-ELSE条件语句的翻译程序设计;利用LL(1)文法,对以文件形式输入的if条件语句进行词法、语法及语义分析,并最终得到以四元式形式表示的中间代码,要求将词法及语法分析结果以文件形式输出。-Compiler principles related procedures: translation program designed IF-ELSE conditional statement use LL
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-15
    • 文件大小:1000448
    • 提供者:许大卫
« 1 2 3 4 5 67 8 9 10 11 ... 17 »

源码中国 www.ymcn.org