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

搜索资源列表

  1. LR

    0下载:
  2. 编译原理课程设计源代码,LR分析器模拟。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3225
    • 提供者:刘刚
  1. LR(1)wenfa

    1下载:
  2. C++编写的一个编译原理的程序,,LR(1)文法分析语句的功能
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3059
    • 提供者:戴美元
  1. lr(1)

    0下载:
  2. 一个很好的LR(1)语法分析的源码实现-a good LR (1) syntax analysis of the source code to achieve
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2807
    • 提供者:张坚水
  1. 语法fx

    0下载:
  2. 编译原理,语法分析 ll(1),lr (0),slr(1)-compiler theory, syntax analysis ll (1), lr (1), lr (0), slr (1), etc.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2102
    • 提供者:Dick
  1. LR0

    0下载:
  2. LR(0)表的自动实现.控制台输入必须严格遵守.grammar 类的实现是本程序的关键-LR (0) to the table automatically. Console input must be strictly adhered to. Grammar category is the realization of this program the key
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:25255
    • 提供者:lyh
  1. 85018312345678

    0下载:
  2. 编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 -compiler theory LR (0) grammar analyzer input legitimate LR (0) grammar, will output LR (0) analysis table, and may import for the sentence syntax analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:24897
    • 提供者:张学友
  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. Copy of LR0ForWin

    0下载:
  2. lr(0),语法分析,界面很漂亮,利用C++语言,可生成语法树-lr(0),parsing, interface is beautiful,use c++,can create syntax tree
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:35664
    • 提供者:小野
  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. 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. LR0

    7下载:
  2. (1)构造文法G的LR(0)项目 (2)构造文法G的LR(0)项目集规范族及识别活前缀的DFA (3)证明文法G不是LR(0)文法而是SLR(1)文法,并构造SLR(1)分析表 (4)设计LR语法分析程序,且能输出分析过程 (5)列举两个例子测试语法分析程序(识别失败一例,识别成功一例,后者推导步骤不得少于10步) -(1) construct grammar G of the LR (0) item (2) construct grammar G of the LR (0)
  3. 所属分类:Compiler program

    • 发布日期:2016-01-21
    • 文件大小:45372
    • 提供者:wolf
  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. 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. BOOL完美版

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

    • 发布日期:2017-11-27
    • 文件大小:3109
    • 提供者:张惠
  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. lr0

    0下载:
  2. lr0算法,使用VC++做出的自下而上的算法,很经典-lr0 algorithm, the use of VC++ made bottom-up algorithm, it is a classic
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:66242
    • 提供者:changzhuo
  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 2 3 4 56 7 8 9 10 ... 25 »
搜珍网 www.dssz.com