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

搜索资源列表

  1. TESTLR

    0下载:
  2. 这是一个lr文法分析器,输入句子会自动分析,如果有错误会分析道错误位置-this is a grammer analyzer. it will automaticaly analyze the inputted sentences. it will locate the mistakes to there position if there are some.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:77734
    • 提供者:阿京
  1. 编译原理课程设计—一个小型类PASCAL语言编译器设计与实现

    5下载:
  2. 本课设只要采用SLR分析法。包括词法分析,语法分析,语义分析,输出显示语法分析的过程,以方便调试。注释详细,很容易看得懂。附带SLR分析表和产生DFA的项目集,以及课设报告一份。另附有LL1和LR分析发的语法分析程序,以方便研究。
  3. 所属分类:编译器/词法分析

  1. mentohust

    0下载:
  2. 打印LR分析器的工作过程
  3. 所属分类:打印编程

  1. Binary_balance_sorttree

    2下载:
  2. 7、二叉平衡排序树 问题描述:创建二叉平衡排序树 基本要求: 1、 输入数据的数量不得低于15个 2、 建立二叉平衡排序树(要求包括LL型LR型RR型RL型四种调整方式) 3、 完成任意数据的查找(要求给出查找执行的次数) -7, binary sort tree balanced descr iption of the problem: Create a balanced binary tree sort of basic requirements: 1, the nu
  3. 所属分类:Console

    • 发布日期:2017-01-06
    • 文件大小:914432
    • 提供者:牛小龙
  1. Grammer_analysis_program

    0下载:
  2. 北邮 编译原理与技术 课程实验 语法分析程序 用C++实现,包含递归下降分析,LL(1),LR(1),YACC的所有源代码及测试输入文件-Compile didactical building principle and technology experiment grammar analysis in c++ program implementation, include recursively to analysis, LL (1), LR (1), all of the source co
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1625741
    • 提供者:停留
  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. LR1

    0下载:
  2. 利用字符二维数组对文法、First集、Follow集、终结符集、非终结符集等数据进行存储,还有一个是状态表存储DFA的状态。二维TAB表对其中的DFA表进行存储,横坐标是状态号,纵坐标为文法中的符号(终结符和非终结符)。-Two-dimensional array of characters to use grammar, First Set, Follow sets, at the end of sets, sets and other non-terminator data storage,
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:513468
    • 提供者:liyingan
  1. LR1-parser

    0下载:
  2. LR1语法分析器,输入文法,可以对句子进行扫描,并判断句子是否可接收-LR1 parser, the input grammar, you can scan the sentence and determine whether it can receive a sentence
  3. 所属分类:Compiler program

    • 发布日期:2017-05-17
    • 文件大小:5053768
    • 提供者:李明
  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. lr

    0下载:
  2. 这个源码是切换左右手习惯的vb版源码 不用去控制面板修改 一键切换-This source is used to switch the right-hand man vb source version control panel do not have to modify a key switch
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:1032
    • 提供者:someone
  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. 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. a4

    0下载:
  2. 编译课程设计的LR分析,比较强悍,可用~~可扩充-Compile the curriculum design of LR analysis, comparison tough, can be used ~ ~ can be expanded
  3. 所属分类:Education soft system

    • 发布日期:2017-04-07
    • 文件大小:2331
    • 提供者:射狼座
  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. LRfenxiqi

    0下载:
  2. 这是一个LR分析器 希望多大家有用,包括了源程序和测试数据-THIS IS A LR .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:18845
    • 提供者:wangqinghu
  1. program1

    0下载:
  2. 统计分析函数:CA,CRAMER,LR,MA,MK,MTT,YAMA-Statistical analysis function: CA, CRAMER, LR, MA, MK, MTT, YAMA
  3. 所属分类:其他行业

    • 发布日期:2017-05-11
    • 文件大小:11284
    • 提供者:小猪
  1. Isometric.Game.Programming.with.DirectX.7.eBook-LR

    0下载:
  2. 经典的游戏编程书籍,能帮助你轻松的掌握很多技巧,不过需要一定的E文功底-Game Programming classic books can help you a lot of relaxed master skills, but must necessary foundation text of E
  3. 所属分类:DirextX

    • 发布日期:2017-05-20
    • 文件大小:5912004
    • 提供者:Vicky
  1. ARM

    0下载:
  2. 第1 章 体系结构 第1 问: Q:请问在初始化CPU 堆栈的时候一开始在执行mov r0, LR 这句指令时处理器是什么模式 A:复位后的模式,即管理模式.-Chapter 1, paragraph 1 architecture question: Q: Will the CPU to initialize the stack at a time when one start in the implementation of mov r0, LR this command mode
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-29
    • 文件大小:367098
    • 提供者:peter pan
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 23 »
搜珍网 www.dssz.com