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

搜索资源列表

  1. lr

    0下载:
  2. 构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法。-tectonic LR (1) analysis procedure, and use it for syntax analysis, judgment, given the string of symbols to whether the sentence grammar recognition, understanding LR (K)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:11733
    • 提供者:
  1. compiler.rar

    0下载:
  2. 编译原理课程设计 if——THEN——ELSE LR语法分析 语义分析 词法分析,Principles of curriculum design compile if- THEN- ELSE LR parsing semantic analysis of lexical analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1544582
    • 提供者:cultsharp
  1. 67322332442

    0下载:
  2. 设计题目:LR(0)分析表的构造 内容: 已知文法G,编写一个程序实现由文法到LR(0)分析表的自动生成。 功能扩展:1.由文法生成全部该文法项目; 2.由文法实现项目集簇的自动生成; 3.LR分析器对字符串的分析的分析表生成; -Design Title: LR (0) Analysis of structural elements: a known grammar G, the preparation of a program to achieve b
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:733125
    • 提供者:协力
  1. LR(0)

    0下载:
  2. 这个是java语言实现的lr0词法语法分析器,用于实现编译语言的语法部分-This is the java language to achieve lr0 lexical parser, syntax of the language used to implement part of the compiled
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:2276370
    • 提供者:dang
  1. LR1

    0下载:
  2. 采用VC编程的LR分析法,代码可以直接运行,可以帮助理解编译原理中的LR构造分析法-VC programming using LR analysis, the code can be directly run, the compiler can help to understand the principle of structural analysis of the LR method
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:9023
    • 提供者:卓琳 瑞格
  1. yufafenxi(LR)

    1下载:
  2. LR方法 编写语法分析程序,实现对算数表达式的语法分析。要求所分析算数表达式由如下的文法产生。 E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 -LR parser written methods to achieve parsing of arithmetic expressions. Requirements of arithmetic
  3. 所属分类:SCSI/ASPI

    • 发布日期:2012-12-20
    • 文件大小:4108
    • 提供者:lzydwd
  1. ex3

    0下载:
  2. 编译原理实验三 LR分析法的实现 附加实验报告-Compiler theory analysis experimental realization of the three LR additional lab report
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:602422
    • 提供者:
  1. LL(1)_LR(0)_Demo

    0下载:
  2. 包括一个LR(1)的语法分析程序和一个LL(1)的语法分析程序的例子- Including LR (1) grammar analysis program and LL (1) grammar analysis program example
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:239560
    • 提供者:杨军
  1. 20064350132

    1下载:
  2. 通过设计,编制,调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)、可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)、 写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)、 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。 目 录 一.系统需求分析 二.概念模型设计 三.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:488522
    • 提供者:aden
  1. bianyisrc

    0下载:
  2. 编译原理实验包括正规式到NFA,NFA到DFA、LL1、LR代码都执行过,都没有错误-Compile regular expression to the principle experiment, including NFA, NFA to DFA, LL1, LR code is executed, no errors
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:18651
    • 提供者:dai
  1. LR0

    0下载:
  2. 实现了LR(0)分析表的构造,采用vc编写,可用于编译原理课程设计。-Achieved a LR (0) analysis of the table structure, using vc preparation, can be used to compile principles of curriculum design.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:230045
    • 提供者:白天
  1. LR(1)语法分析过程

    0下载:
  2. 输入:3+4*6输出:27(当然中间包括LR(1)语法分析过程 程序提供主要为了给大家提供一些方便,你懂得。。。呵呵 如有问题,QQ:718561468 来自:大连理工大学软件学院
  3. 所属分类:编译器/词法分析

    • 发布日期:2012-11-12
    • 文件大小:27150
    • 提供者:ikou123
  1. BOOL完美版

    0下载:
  2. 布尔语义分析,LR法- Boolean semantic analysis, LR law
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:3109
    • 提供者:张惠
  1. whale-0.3.2-src

    0下载:
  2. Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XM
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:220502
    • 提供者:none
  1. kecengsheji

    0下载:
  2. 编译原理课程设计,做了一个:根据LR分析表构造LR分析器!对同学们做编译原理实验很有帮助-Principles of curriculum design compiler, made a: LR analysis table constructed in accordance with LR parser! For students to do experimental helpful Compilation Principle
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:95632
    • 提供者:lyf
  1. lr1

    0下载:
  2. LR(1)分析weifa fenxi 相关的文法分析设备-LR (1) analysis of the grammar-related weifa fenxi analysis equipment
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:1358
    • 提供者:lengyeling
  1. LR(1)

    1下载:
  2. LR(1)分析器文法分析程序,输入一定的文法进行分析,系统会分析你所给文法的正确与否-LR (1) grammar analyzer analytical procedures, input a certain grammar analysis, the system will analyze your grammar is right or not to
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:2867
    • 提供者:黄大开
  1. lr

    0下载:
  2. 算符优先分析法,中间代码选用逆波兰式。 欢迎下载!-Operator priority analysis, intermediate code optional Reverse Polish-style. Welcome to download!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1944
    • 提供者:jkmshen
  1. 12345

    0下载:
  2. LR分析法对文法进行分析,中间代码用逆波兰式生成-LR analysis of grammatical analysis, intermediate code generated using Reverse Polish-style
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:1947
    • 提供者:6272082
  1. 20062445893021

    0下载:
  2. if-else条件语句翻译程序,LR方法,输出四元式元式,递归下降法书写的if。。else条件语句的语法分析及语义分析程-if-else conditional statements translation procedures, LR method, the output quaternion type element-type, recursive descent method to write the if. . else conditional statement syntax anal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:13260
    • 提供者:协力
« 1 2 34 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com