CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LR(0)

搜索资源列表

  1. wenfafenxi

    0下载:
  2. 使用如下文法: E ? E+T | T T ? T*F | F F ? (E) | id 2. 对于任意给定的输入串(词法记号流)进行语法分析,采用LR分析器来完成。手工构造LR分析表,利用移进-归约分析算法-Use the following grammar: E ? E+ T | TT ? T* F | FF ? (E) | id 2. For any given input string (lexical token stream) parsing, the us
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:703512
    • 提供者:dmf
  1. exp

    0下载:
  2. 这个是我们编译原理的一个中间代码生成器实验,我用的是LR()分析法的属性翻译文法,当然我的句柄识别器是根据老师的实验要求弄的,扩展性不是很好,因为是用数字来代替"字符"的,呵呵```如有需要,那联系我(q284244897)-This is the principle of an intermediate compiler code generator experiments, I use the LR () method of the attribute translation grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:1007714
    • 提供者:happy
  1. while

    0下载:
  2. 编译原理,课程设计,while语句lr分析法,三元式输出,没有错误,可以使用,本人亲测-Compiler theory, curriculum design, while lr statement analysis, triple-output, no errors, you can use, I pro-test! ! ! ! ! ! ! ! ! !
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2557480
    • 提供者:张苛
  1. bieke

    4下载:
  2. 该程序通过建立二自由度汽车操纵动力学模型,实现对车辆操纵稳定性相关性能的仿真,程序中的Cf,Cr,lf,lr,m,u,Izz参数必须根据相关汽车参数赋值后才会正确运行,请应用者自行选用-The program through the establishment of two degrees of freedom vehicle handling dynamics model, to achieve the performance of the vehicle handling and stabi
  3. 所属分类:transportation applications

    • 发布日期:2016-12-30
    • 文件大小:6144
    • 提供者:logic
  1. Compiler-theory

    0下载:
  2. 包括词法分析,语 义分析。采用LR分析法。-Including lexical analysis, syntax analysis, semantic analysis. By LR analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1191874
    • 提供者:Issca Wang
  1. yacc

    0下载:
  2. 利用LR(1)分析表和状态图进行语法分析,里面有详细的报告说明-LR (1) analysis of the table and the state diagram syntax analysis, which has a detailed descr iption of the report
  3. 所属分类:Compiler program

    • 发布日期:2017-11-18
    • 文件大小:430108
    • 提供者:天才
  1. Compile-principle-experiment1-6

    0下载:
  2. 编译原理实验指导书 实验一 词法分析程序(扫描器)的设计 实验二 递归下降语法分析程序设计 实验三 LL(1)语法分析器设计 实验四 算符优先分析器设计 实验五 LR分析器设计 实验六 语法制导翻译程序设计-Compile term Principle Experiment Experimental Analysis of Instruction Program (scanner) is designed to test two recursive descent par
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:46306
    • 提供者:浮云
  1. TestLR

    0下载:
  2. 实现LR算法能使输入的文法对其做出项目集规范族的构造。-LR algorithm can achieve the grammar input to make projects of their family structure set specification.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:49463
    • 提供者:caoqingzhu
  1. LR

    0下载:
  2. 此程序用来计算变量x和时间t的一元线性回归,例如x=a+bt-THIS IS A PROGRAM OF LINEAR REGRESSION BETWEEN X AND T(TIME OR YEAR),i.e. X=A+BT
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:649
    • 提供者:黎姣
  1. SoftTesting

    0下载:
  2. 软件测试精华 包括测试用例测试方法 bug管理 LR入门与操作-Highlights include test case software testing bug testing method entry and operation management of LR
  3. 所属分类:Software Testing

    • 发布日期:2017-05-15
    • 文件大小:3634350
    • 提供者:lony
  1. LR

    0下载:
  2. 输入一帧高分辨率图像,生成低分辨率图像序列的程序-Enter a high-resolution images, the program generates low resolution image sequence
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2079
    • 提供者:Snow
  1. byq

    0下载:
  2. 编译器,词法分析器,算术表达式LR分析表的设计方法-Compiler, lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:5825
    • 提供者:关海
  1. LR1

    0下载:
  2. 基于LR(1)的语法分析器,根据不同的文法规则,对C语言文件进行语法分析-Based on LR (1) parser, depending on the grammar rules, language files for parsing C
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3836660
    • 提供者:刘艺
  1. LRfenxiqi

    0下载:
  2. 对于任意给定的输入串(词法记号流)进行语法分析,要求采用LR分析器来完成。手工构造LR分析表,利用移进-归约分析算法(P69 图3.12)输出(P70 表3.8)对应的动作部分。如: 输入:id*+id/(id+id)# 输出:移进 按 F->id归约 移进 error -For any given input string (the lexical token stream) parsing, required by LR parser to complet
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:599472
    • 提供者:hanson
  1. Grammar-analysis

    0下载:
  2. LR分析法是给出一种能根据当前分析栈中的符号串(通常以状态表示)和向右顺序查看输入串的K个(K≥0))符号就可唯一地确定分析器的动作是移进还是归约和用哪个产生式归约,因而也就能唯一地确定句柄,所以LR分析过程是一种规范归约过程-LR analysis method is given a can according to the analysis of the string (usually in state said to the right order) and check of K inpu
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:981272
    • 提供者:元宝
  1. LRyufafenxi

    0下载:
  2. 本压缩文件中式LR语法分析器 为编译原理实验 本程序可完美运行 功能完善-The compressed files of Chinese LR parser principle experiment for the compilation of this program can be run perfectly functional
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:7619
    • 提供者:yangbin
  1. IF-ELSE_LR

    0下载:
  2. IF-else语句翻译 LR方法 三地址输出-IF-else translation, output three-address translation , LR method
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:1469440
    • 提供者:吴泽伟
  1. Parsing

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

    • 发布日期:2012-12-20
    • 文件大小:422797
    • 提供者:Eric
  1. semantic_analyse_program

    0下载:
  2. 用C++编写的语义分析程序,基于LR文法,能实现词法分析,语法分析,返回相应结果,并返回归约过程和四元式。并附有实验报告和源工程。-Written in C++ semantic analysis program, based on the LR grammar, to achieve lexical analysis, parsing, returns the appropriate result, and return to the process of reduction and quat
  3. 所属分类:Compiler program

    • 发布日期:2017-05-20
    • 文件大小:5905079
    • 提供者:淼淼
  1. Grammer_Ana

    0下载:
  2. 一个简单的语法分析程序,采用LR(1)分析法,并使用递归向下和自上而下的方法。-A simple parser, using the LR (1) analysis, and use the down and top-down recursive approach.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:3058
    • 提供者:John
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 25 »
搜珍网 www.dssz.com