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

搜索资源列表

  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. 11279_lr0forwin

    0下载:
  2. 分析文法是否是LR(0)文法,显示分析表。对输入的语句给出语法分析树-Analysis of whether the grammar is LR (0) grammar, analysis table shows. The statement given to the input syntax parse tree
  3. 所属分类:Compiler program

    • 发布日期:2017-05-12
    • 文件大小:2731380
    • 提供者:飞天猪
  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. kong

    0下载:
  2. LR分析法对表达式文法进行自底向上语法分析的算法 个个作业仅供参考,态度决定一切。-LR analysis of expression grammar for the bottom-up parsing algorithm everyone operations for reference purposes only, attitude is everything.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:53003
    • 提供者:kongqingzhou
  1. KONGQING

    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. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:192096
    • 提供者: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. yffx

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

    • 发布日期:2017-04-10
    • 文件大小:1215
    • 提供者:m38381338
  1. 89346505lr1

    0下载:
  2. lr文法分析器 把文法通过程序翻译生成文法分析表-lr parser grammar to grammar translation of Health through the enactment process analysis table
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:20215
    • 提供者:冯宏健
  1. LR1.cpp

    0下载:
  2. 编译原理LR1语法分析程序,通过输入文件名,进行语法分析-Compilation Principle LR1 parser, by entering the file name, the syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:2839
    • 提供者:David
  1. libolanshi

    1下载:
  2. 赋值语句的翻译 通过设计、编制、调试一个典型的语法成分的语法分析和语义分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析以及语义翻译工作,进一步掌握常用的语法分析方法和语义分析方法。 要求: 选择最有代表性的语法分析方法,如算符优先法(或简单优先法)、递归下降分析法、LL分析法和LR分析法之一进行语法分析。 选择对各种常见程序语言都通用的语法结构,如赋值语句(尤指表达式)作为分析对象,并且与所选语法分析方法要比较贴切。 选择最有代表性的语义分析方法,如语法制
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1188
    • 提供者:甘云
  1. hbks

    0下载:
  2. 这是一个编译原理,LR分析法,输出三地址表示的文件,内含所有的源代码。-This is the principle of a compiler, LR analysis, the output of the three addresses that document that contains all the source code.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1052865
    • 提供者:风魂
  1. LR_bool

    0下载:
  2. 编译原理课程设计 LR分析法 bool表达式-LR
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:2670
    • 提供者:刘明星
  1. 2

    0下载:
  2. WHILE循环语句的翻译程序设计(LR方法、输出四元式)-WHILE loop design of the translation process (LR method, the output quaternion type)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:54604
    • 提供者:au
  1. dowhile

    0下载:
  2. 设计一个WHILE循环语句的词法﹑语法及语义分析程序,语法分析选择LR方法,采用用语法制导翻译输出中间代码四元式。-The design of a WHILE loop ﹑ the lexical grammar and semantic analysis procedures, choice of LR parsing method guided by syntax translation output intermediate code quaternion type.
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:8631
    • 提供者:李伟霞
  1. do-while

    0下载:
  2. 实现do while 循环语句的翻译 LR方法 输出三地址-do while .cpp
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:303220
    • 提供者:43653463466
  1. fuzhilanguageanlysis

    0下载:
  2. 赋值表达式的翻译程序,中间代码是四元式 采用LR分析方法,有使用说明-Assignment expression of the translation process, intermediate code is the use of LR-type quaternion analysis methods are used to indicate
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1783342
    • 提供者:wen
  1. LRgrammar

    0下载:
  2. 在本章中主要介绍如何判断LR文法,详细介绍计算机在分析LR的思想,以及相关的FIRST,FOLLOW,SELECT的分析方法,并附加了解释各种FIRST,FOLLOW,SELECT的例子,简单易懂-In this chapter describes how to determine the main LR grammar, detailed computer analysis of the idea of LR, as well as FIRST, FOLLOW, SELECT method,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:128220
    • 提供者:xixi
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 25 »
搜珍网 www.dssz.com