搜索资源列表

  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-18
    • 文件大小:33792
    • 提供者:zlhhlz
  1. 20170828889

    0下载:
  2. 编译原理LL(1)语法分析 从文法开始,一直做到了符号表的实现-Compilation Principle LL (1) grammar analysis grammar start symbol table has been able to realize the
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:60416
    • 提供者:daiuirchuan
  1. ll1

    0下载:
  2. LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。 -LL (1) grammar is used to determin
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:475136
    • 提供者:黄宇
  1. LL1

    0下载:
  2. LL1 文法分析的实现..很完全的代码.需要的同志可以下载哈-LL1 grammar analysis to achieve a very complete code ... The need for comrades can download Kazakhstan
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:61440
    • 提供者:dashgo
  1. LL(1)yufafenxi

    0下载:
  2. *--- --- --声明--- --- -----*/ /* VC6.0下运行通过 此程序为本人苦心所做,请您在阅读的时候,尊重本人的 劳动。可以修改,但当做的每一处矫正或改进时,请将改进 方案,及修改部分发给本人 (修改部分请注名明:修改字样) Email: jink2005@sina.com QQ: 272576320 ——初稿完成:06-5-27 jink2005 补充
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. LL(1)文法判定算法,LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。 -LL (1) grammar algorit
  3. 所属分类:汇编语言

    • 发布日期:2024-05-18
    • 文件大小:32768
    • 提供者:
  1. Compile_LL

    0下载:
  2. 这是一个编译原理的课程设计,完成了词法分析与语法分析的功能,其中语法分析用LL(1)文法
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:672768
    • 提供者:dwq
  1. LL1sp

    0下载:
  2. LL1 语法分析。 我们的课程设计课题-LL1 grammar analysis. Our curriculum design issues
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:96256
    • 提供者:liuyi
  1. program3

    0下载:
  2. 根据相应的LL(1)分析表对所给算数表达式进行LL(1)分析,给出过程显示和结果显示。能够对错误表达式报错并解释原因。-According to the LL (1) Analysis of the expression to the counts for LL (1) analysis, given the process of display and shows. Capable of error and the error exp
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:367616
    • 提供者:王秋萍
  1. by

    0下载:
  2. 条件语句的语法分析及语义分析程序设计 利用 LL(1)法完成对语句 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉;的语法分析及语义分析。中间代码选用四元式表示。-Conditional statements syntax analysis and semantic analysis procedures for the design of the use of LL (1) method to complet
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:405504
    • 提供者:苹果
  1. LL(1)

    0下载:
  2. 对if else 语句采用LL(1)文法分析实现过程及翻译过程-If else statement on the use of LL (1) grammar analysis of the realization of the process and the process of translation
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:201728
    • 提供者:黄仁杰
  1. LL1

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

    • 发布日期:2024-05-18
    • 文件大小:237568
    • 提供者:hit
  1. ll(1)

    0下载:
  2. 一个LL1分析器,可以输入产生式的条数,以及产生式,开始符号 结束符号 可以输出堆栈的运行情况-A LL1 parser, you can enter the production number of the article, as well as the production start symbol symbol can be the end of the operation of the output stack
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:986112
    • 提供者:刘以风
  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-18
    • 文件大小:204800
    • 提供者:余祖澔
  1. LL(1)compiler

    0下载:
  2. 一个LL1语法分析程序。学习编译原理时可供参考。-A LL1 parser. Learning for reference when compiling principle.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:288768
    • 提供者:光着脚
  1. LL1

    0下载:
  2. 采用VC编程的LL(1)分析法示例,有助于加深理解编译原理中的LL(1)分析法-VC programming using LL (1) sample analysis, contribute to a better understanding of the principle of compiler LL (1) Analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:157696
    • 提供者:卓琳 瑞格
  1. ll1

    0下载:
  2. LL(1)分析实验,根据语法规则逐一分析词法分析时得到的属性字
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:28672
    • 提供者:于翔
  1. ww

    0下载:
  2. 多个程序,C++编写的。自己在做编译课设时搜集参考用的,呵呵,都放上来了,有各种语法写的,LL(1),LR的,递归下降的,还有语义分析部分,有四元式,逆波兰式等等,而且每个都能调试运行。(不好的,我可不拿出来现眼)-Number of procedures, C++ prepared. They are doing when compiling the collection of class-based reference, huh,
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:7874560
    • 提供者:wangyao
  1. CompileDesign

    0下载:
  2. 本次课程设计主要实现语法分析器的构造,该语法分析器能够分析词法分析器的结果,即单词二元式。在输入单词二元式后,能输出分析的结果。 1、构造LL(1)分析表 2、求句子的预测分析过程-The main achievement of the curriculum design of the structure parser, the syntax analyzer to analyze the results of lexical
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:409600
    • 提供者:穆鹏
  1. LL1

    0下载:
  2. LL(1)预测分析程序代码,演示自上而下语法分析的过程.-compiler
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-18
    • 文件大小:187392
    • 提供者:smartdue
« 1 2 3 45 6 7 8 9 10 ... 24 »

源码中国 www.ymcn.org