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

搜索资源列表

  1. LR(0)文法分析器

    0下载:
  2. 一个简单的LR(0)文法分析器,功能不算很多,但是应有的功能都有
  3. 所属分类:编译器/词法分析

    • 发布日期:2012-10-15
    • 文件大小:3947755
    • 提供者:a877277
  1. LR

    0下载:
  2. 机器学习中的关于逻辑回归(LR)方法的分类器,Matlab源码,附带四个数据集用于实验-Machine Learning on the logistic regression (LR) method of classification, Matlab source code, with four data sets for experiments
  3. 所属分类:Graph program

    • 发布日期:2016-01-25
    • 文件大小:1489107
    • 提供者:文瑞
  1. lr

    0下载:
  2. 给出该文法的属性文法,用LR分析法实现对赋值语句的翻译,给出翻译的逆波兰式结果。-Given the grammar attribute grammar, with the realization of LR analysis of the translation of assignment statements are given against the Polish translation of the results.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:1648
    • 提供者:duqinghua
  1. LR(0)

    0下载:
  2. _编译原理_LR(0)项目集规范族的构造 _编译原理_LR(0)项目集规范族的构造.ppt-LR(0) compiler contruction principles and practice
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:243120
    • 提供者:ldw5258
  1. LR-fenxi

    0下载:
  2. LR分析器的实现代码,相信能对编译原理学习的人有所帮助,针对代码有详细的解释-LR parser code, I believe that the compiler can learn the principle of help, for detailed explanations on the code
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:25275
    • 提供者:lyf
  1. LR

    0下载:
  2. lR(0)分析器主要用于输入一定的文法然后系统帮忙分析是否有误-lR (0) parser mainly used for the importation of a certain system of grammar and then to help analyze whether there is any mistake
  3. 所属分类:Compiler program

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

    0下载:
  2. LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:128704
    • 提供者:于翔
  1. LR(1)

    0下载:
  2. 一个很好的用java编写的用来判断一个文法是否是LR(1)文法及其分析器的构造-yes
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:4782
    • 提供者:卢显灯
  1. LR(0)compiler1

    0下载:
  2. 编译原理课程设计LR(0)自底向上语法分析-Principles of curriculum design compiler LR (0) bottom-up parsing
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1008
    • 提供者:m38381338
  1. LR(0)

    0下载:
  2. LR(0)编译器 LR(0)编译器 -LR (0) compiler LR (0) compiler LR (0) compiler LR (0) compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:1198
    • 提供者:beot
  1. LR

    1下载:
  2. 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to de
  3. 所属分类:Compiler program

    • 发布日期:2016-10-18
    • 文件大小:290259
    • 提供者:sh_xj
  1. lr

    0下载:
  2. lr分析过程,编译原理课本上的例子-lr analysis, compiler theory textbook examples! ! !
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:184289
    • 提供者:徐海波
  1. LR(0)

    0下载:
  2. 编译原理课程设计,LR(0)分析器。实现了LR(0)分析的过程,MFC界面友好,操作简单,功能完备,为课程设计提供参考。-Principles of curriculum design, build, LR (0) parser. Achieved a LR (0) analysis of the process, MFC user-friendly, simple operation, complete functions, provide a reference for curriculum
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2335556
    • 提供者:baobao
  1. LR

    0下载:
  2. 编译原理实验实现之LR分析器,c语言描述,个人原创,拒绝盗版。-Compiler Construction Principles experimental realization of LR parser
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:160496
    • 提供者:huang
  1. LR(1)

    2下载:
  2. 编译原理中对LR(1)分析器的实例,以C++源码实现,给出了一个例子,更好的了解了LR(1)的工作原理及工作过程-Compiler Construction Principles against LR (1) parser instance to C++ source code implementation is given an example of a better understanding of the LR (1) The working principle and working p
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:224216
    • 提供者:刘东飞
  1. LR(0)

    0下载:
  2. LR(0)语法分析器的java源代码实现。可以使用-LR (0) parser of java source code to achieve. You can use
  3. 所属分类:Java Develop

    • 发布日期:2016-01-27
    • 文件大小:12794
    • 提供者:陈晨
  1. LR

    0下载:
  2. 实现一个关于表达式的LR分析法。识别用户输入的关于包含变量与整数的表达式。-Implement a method on the expression of the LR. Identification of the user input on the expression contains integer variables.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:1594
    • 提供者:崔莲娜
  1. LR

    0下载:
  2. 设计一个给定LR分析表,输入一个句子,能由依据LR分析法判别句子的合法性。(3人) 【基本要求】 动态模拟算法的基本功能是: (1) 输入LR分析表和一个句子; (2) 判别该句子的合法性; 【测试数据】 依据文法: E1->E+T|T T->T*F|F F->(E)|i 输入句子:i*i+i 输入LR分析表 -LR
  3. 所属分类:Compiler program

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

    0下载:
  2. lr分析,很好用的编译原理实验,希望大家支持-lr analysis, a good principle experiment with the compiler, hope you will support
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:206035
    • 提供者:ran
  1. LR(0)

    2下载:
  2. LR(0)分析表及分析器的构造1. 对任意给定的文法 ,完成识别文法活前缀的 、 的状态转化矩阵及 项目集规范族的构造; 2. 判断该文法是否为 文法,实现 分析表的构造,并输出到指定文件中; 3. 实现 分析器总控程序,对输入的表达式进行文法分析。 -LR (0) of the table and the construction of a parser. On any given grammar, the identification prefix grammar acti
  3. 所属分类:图形/文字识别

    • 发布日期:2017-05-24
    • 文件大小:7011006
    • 提供者:郑尚宇
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com