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

搜索资源列表

  1. Lex_Yacc_Parser

    2下载:
  2. 语法分析器lex和词法分析器yacc的C++语言实现 1.Lex (1)Lex输入文件的解析 (2)正规表达式的解析 (3)一个正规表达式到NFA的转换算法实现 (4)多个NFA的合并 (5)NFA的确定化和最小化算法实现 (6)返回状态与返回内容的对应 2.Yacc (1)Yacc输入文件的解析 (2)上下文无关文法到对应LR(1)文法的下推自动机的构造 (3)LR(1)文法的下推自动机到相应分析表的构造 (4)LR(1)总控程序的构造(查表程
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:41490
    • 提供者:尤冉
  1. simpleSyntaxAnalyzer

    0下载:
  2. 语法分析器 此程序共有两个类,Lexical进行词法分析,Syntax进行语法分析.对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构.-Parser this procedure there are two categories, Lexical for lexical analysis, Syntax syntax analysis. for the syntax analysis, LR (1) analysis, judge whether the procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:128562
    • 提供者:sugar
  1. wu

    0下载:
  2. 写的是一个语法分析器 是用LR分析法分析一个布尔表达式,最后用逆波兰是输出,希望对大家有用-writes of a parser is LR analysis for a Boolean expression, with the final output is the inverse of Poland, a member of the useful!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7657
    • 提供者:雷锋
  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. Syntax

    0下载:
  2. 自己写的一个用java实现的一个语法分析器,是LR的貌似,很久以前的,大家可以-Writing their own use of a java implementation of a grammar parser, LR are the seemingly long time ago, and everyone can look at the
  3. 所属分类:Applet

    • 发布日期:2017-04-28
    • 文件大小:8834
    • 提供者:cq
  1. sy1new

    0下载:
  2. 编译原理的LR分析表源码,描述语法分析器的构造,语法制导翻译和中间代码生成-Compilation Principle source of LR analysis table describes the structure parser, grammar-guided translation and intermediate code generation
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:67785
    • 提供者:yuyu
  1. 31723341SyntaxAnalyzer

    0下载:
  2. LR(1)生成的语法解析器,编译原理时候的作业-LR (1) grammar generated parser, the compiler when the operating principle
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:78185
    • 提供者:kongqingzhou
  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. 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. yffxq

    0下载:
  2. LR(0)语法分析器、对一段文法进行分析 判断是否为LR(0)文法-LR (0) parser for a grammar analysis to determine whether the LR (0) grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-05-22
    • 文件大小:6817520
    • 提供者:孙渺
  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. lzz_2_8_0_src

    0下载:
  2. LZZ使普通的C ++编程似乎低级别的。你有多少次忽视了更新后的头文件编辑源文件?这是一个愚蠢的错误,但我们做了一遍又一遍。 C ++迫使你输入和维护重复的代码。为什么不能让一个程序生成的吗? 罗勒,回溯LR(1)语法分析器生成解析器LZZ所产生的。-Lzz makes ordinary C++ programming seem low-level. How many times have you neglected to update a header file after editing
  3. 所属分类:Linux Network

    • 发布日期:2017-11-05
    • 文件大小:537823
    • 提供者:afasdf
  1. yufafenxiqi

    1下载:
  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 -Parser can choose the LL1 analysis, the operator first analytic method, one of the LR analysis, the following expression gramma
  3. 所属分类:Document

    • 发布日期:2017-11-18
    • 文件大小:75089
    • 提供者:张登一
  1. yufa-

    0下载:
  2. 用C语言完成的语法分析器,功能完全 .   根据某一文法编制调试LR(1)分析程序,以便对任意输入的符号串进行分析。本次实验的目的主要是加深对LR(1)分析法的理解。-With C language parser, fully functional
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:173158
    • 提供者:yyz
  1. myjava

    0下载:
  2. 开发的一个用java语言实现的编译器,内含词法分析器,语法分析器,而且可以实现中间代码生成.用到了SLR算法和LR算法 -I developed a java language compiler, containing the lexical analyzer, parser, and code generation can be achieved in the middle. Algorithm used in the SLR and LR algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-05-23
    • 文件大小:7535194
    • 提供者:郑鹏
  1. Recursive-descent-analysis

    0下载:
  2. 构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法-Construct LR (1) parser, and use it for parsing strings determine whether a given recognition for grammar sentences, understanding LR (K) analysis method is strict scan lef
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:15885
    • 提供者:邓三
« 1 2 3 4»
搜珍网 www.dssz.com