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

搜索资源列表

  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. 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. 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. 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. 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. libsvm-2.89

    1下载:
  2. 是一種線性方成的分類器。SVM透過統計的方式將雜亂的資料以NN的方式分成兩類,以便處理。LIBLINEAR is a linear classifier for data with millions of instances and features. It supports L2-regularized logistic regression (LR), L2-loss linear SVM, and L1-loss linear SVM. -Main features of LIBLINEA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:521027
    • 提供者:陳彥霖
  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. 497741fengsuyun

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

    • 发布日期:2017-04-15
    • 文件大小:6647
    • 提供者:kongqingzhou
  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 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 23 »
搜珍网 www.dssz.com