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

搜索资源列表

  1. yufafenxi

    0下载:
  2. 实验内容: 可选择LL1分析法、算符优先分析法、LR分析法之一,实现如下表达式文法的语法分析器: (1)E→E+T | E-T | T (2)T→T*F | T/F | F (3)F→P^F | P (4)P→(E) | i -Experiment: optional the LL1 analysis method, the operator precedence analysis, LR analysis, one of the following expre
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:174619
    • 提供者:ppt
  1. compiler

    2下载:
  2. 一个不算完整的编译器实现,包括前端的词法分析,语法分析,语义分析,中间代码生成,中间代码优化及界面部分-A compiler is not complete realization, including the front of lexical analysis, syntax analysis, semantic analysis, intermediate code generation, code optimization and interface the middle part of
  3. 所属分类:Compiler program

    • 发布日期:2017-05-14
    • 文件大小:3624142
    • 提供者:chuchong
  1. fsdfggfeerw

    0下载:
  2. 在做语法分析时首先要构造条件语句的LR(1)分析表,此表为:-Doing syntax analysis of conditional statements we must first construct the LR (1) analysis table, this table is:
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:11365
    • 提供者:xieli123
  1. lryouxiansuanfa

    0下载:
  2. 编译原理lr四则运算优先算法,已经测试,可以运行~!-Compilation Principle 4 lr priority computing algorithm has been tested, you can run ~!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3263
    • 提供者:王志海
  1. LR1

    0下载:
  2. 以lr1分析法,按照给定的文法分析单词序列是否合乎语法要求,将每一步分析打印出来,并给出最后结果.-To lr1 analysis, in accordance with the given word sequence grammar analysis grammar requirements whether it will print out every step of the analysis and give the final results.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:17082
    • 提供者:Jimmy
  1. Compiler

    0下载:
  2. 综合运用所学知识,集成词法分析、符号表管理等程序的成果,编程实现LR(0)算法-Comprehensive use of the knowledge, integrated lexical analysis, symbol table management, and so the outcome of the procedure, programming the realization of LR algorithm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:30379
    • 提供者:川原
  1. 4

    0下载:
  2. LR—WPAN 802.1 5.4协议MAC的安全体系-Security architecture of LR—W PAN 802.1 5.4
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-03
    • 文件大小:327760
    • 提供者:ahmat
  1. BianYiYuanLi

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

    • 发布日期:2016-01-08
    • 文件大小:334354
    • 提供者:龚斌
  1. 89346505lr1

    0下载:
  2. lr文法分析器 把文法通过程序翻译生成文法分析表-lr parser grammar to grammar translation of Health through the enactment process analysis table
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:20215
    • 提供者:冯宏健
  1. LR1.cpp

    0下载:
  2. 编译原理LR1语法分析程序,通过输入文件名,进行语法分析-Compilation Principle LR1 parser, by entering the file name, the syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:2839
    • 提供者:David
  1. hbks

    0下载:
  2. 这是一个编译原理,LR分析法,输出三地址表示的文件,内含所有的源代码。-This is the principle of a compiler, LR analysis, the output of the three addresses that document that contains all the source code.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1052865
    • 提供者:风魂
  1. LR_bool

    0下载:
  2. 编译原理课程设计 LR分析法 bool表达式-LR
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:2670
    • 提供者:刘明星
  1. 2

    0下载:
  2. WHILE循环语句的翻译程序设计(LR方法、输出四元式)-WHILE loop design of the translation process (LR method, the output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:54604
    • 提供者:au
  1. do-while

    0下载:
  2. 实现do while 循环语句的翻译 LR方法 输出三地址-do while .cpp
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:303220
    • 提供者:43653463466
  1. 11

    0下载:
  2. until 语句的LR翻译程序设计 是用JAVA语言编写的 能实现词法分析和语法分析的功能 并且输出四元式-LR sentence until the translation of the program design JAVA is the language used to achieve lexical analysis and syntax analysis of the function and output quaternion type
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:4777
    • 提供者:萧天
  1. matieshan

    0下载:
  2. 编译原理课程设计 实现的do while 语句的翻译LR方法 输出三地址表示-Principles of curriculum design compiler do while statement to achieve the translation of LR methods that address the three output
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:130737
    • 提供者:43653463466
  1. Compiler-design-in-c

    0下载:
  2. C语言实现的小编译器,挺有意思的,希望对大家有帮助。-C language compiler to achieve a small, very interesting, would like to help everyone.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:696485
    • 提供者:Shellbird
  1. compil

    0下载:
  2. 这是一个编译原理的课程设计,要求用LR分析法对for循环的语法进行判断-This is a compilation of curriculum design principles, requirements for using LR analysis method to determine loop syntax
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:229508
    • 提供者:long
  1. DOWHILEDELRFENXI

    0下载:
  2. do-while循环语句的LR分析,包括文法的建立,文法的LR分析表,词法分析,LR分析过程,输出三地址表示形式。-do-while loop statement LR analysis, including the establishment of grammar, grammar analysis of the LR tables, lexical analysis, LR analysis process, the output three-address representation.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:211775
    • 提供者:丁三
  1. LRAnalysis

    0下载:
  2. (1)E -> E+T (2)E -> T (3)T -> T*E (4)T -> F (5)F -> (E) (6)F -> i 模拟以上文法的LR分析过程。对用户任意输入的字符串,能够输出LR分析器的工作过程。 根据以上文法,生成LR分析表,使用VC语言实现LR分析器。Main函数接受用户键盘输入的字符串,通过调用LR函数输出LR分析的过程。-(1) E-> E+ T (2) E-> T (3) T-> T* E (4)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:151478
    • 提供者:罗丹
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com