搜索资源列表

  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-06
    • 文件大小:475136
    • 提供者:黄宇
  1. xxxprincell1

    0下载:
  2. 语法分析ll1自顶向下的分析方法,大作业的一部分-Grammar analysis ll1 top-down analytical approach, the operating part of
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:5120
    • 提供者:辛华
  1. xxxprinceshiyanbaogao

    0下载:
  2. 便宜原理实验报告内涵设计流程图,6个实验的实验报告,词法分析,语法分析:ll1 LR 算符优先 中间代码生成 pl/0编译器-Report of the connotation of the principle of cheap design flow chart of the experiment, six experiments report, lexical analysis, grammar analysis: ll1 LR o
  3. 所属分类:软件工程

    • 发布日期:2024-05-06
    • 文件大小:336896
    • 提供者:辛华
  1. LL

    0下载:
  2. LL1文法 分解左递归 求FIRST FOLLOW集合 -Left-recursive grammar LL1 decomposition seek FIRST FOLLOW Collection
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:4096
    • 提供者:genser
  1. 040410202

    0下载:
  2. LL1文法程序,输出有:first集follow集,select集,语法书树-LL1 grammar procedures, output there: first set follow set, select set, grammar tree
  3. 所属分类:其它资源

    • 发布日期:2024-05-06
    • 文件大小:279552
    • 提供者:狐狸
  1. ll1

    0下载:
  2. 计算first follow集,预测分析表-Calculation of first follow set, Forecast and Analysis Table
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:6144
    • 提供者:tyty
  1. LL1

    0下载:
  2. 编译原理中间代码生成器的设计,输出四元表达式-The principle of intermediate code generation compiler design, the output quaternion expression
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:8192
    • 提供者:项阳
  1. ll1

    0下载:
  2. 语法分析器,实现语法分析,只是源代码,保证可以运行。-Grammar parser, grammar realize analysis, only the source code to ensure that you can run.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:248832
    • 提供者:丽丽
  1. 8581224577

    0下载:
  2. 这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化-This is the principle of the compiler source code, compile the principle involved in all processes: lexical analysis, LL1 grammar analysis, semantic analysis, inter
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:16384
    • 提供者:wp
  1. LL1sp

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

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

    0下载:
  2. 一个LL1语法分析的程序,供大家参考-LL1 grammar analysis of a procedure for your reference
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:4096
    • 提供者:lyy
  1. LL1

    0下载:
  2. 编译器中LL(1)算法的简单实现,用于大学作业-Compiler in the LL (1) realize a simple algorithm for the University of operation
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:214016
    • 提供者:lily
  1. 73462706LL1wenfafenxi

    0下载:
  2. ll1文法分析器,有大用途,还y有什么要说明的-ll1 grammar analyzer, there are great uses, but also y there is any need for descr iption
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-06
    • 文件大小:438272
    • 提供者:hankun
  1. Compiler

    0下载:
  2. ll1语法分析-ll1 parsing
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:12288
    • 提供者:小瓜
  1. jjj

    0下载:
  2. 预测分析器 可以构造与法术 分析句子 分时是否为LL1文法 实验报告-Prediction analyzer can be constructed with the magic time for analysis of sentence grammar LL1 Experimental Report
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:1794048
    • 提供者:
  1. LL1

    0下载:
  2. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:17408
    • 提供者:橙子
  1. LL1

    0下载:
  2. 对自定的产生式规定LL(1)分析表后,对一个自定的表达式进行语法分析,判读其是否是一个正确的表达式。-Of self-production of the provisions of LL (1) Analysis of form, of a self-expression for grammar analysis, interpretation of whether it is a correct expression.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:waterfly
  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-06
    • 文件大小:204800
    • 提供者:余祖澔
  1. 2

    0下载:
  2. 编译原理语法分析(LL1文法) 编译原理语法分析(LL1文法)-Compilation Principle parsing (LL1 grammar) Compilation Principle parsing (LL1 grammar)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:739328
    • 提供者:sfsf
  1. LL1

    0下载:
  2. 自上而下语法分析器设计,LL1为一个加、乘法(适当扩充可为四则)运算表达式的LL1预测语法分析器-Design top-down parser, LL1 is a plus, multiplication (appropriate expansion for 4) operator expression LL1 parser Forecast
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-06
    • 文件大小:181248
    • 提供者:ben jian
« 1 2 3 4 5 67 8 9 10 11 ... 20 »

源码中国 www.ymcn.org