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

搜索资源列表

  1. lrerror

    0下载:
  2. lr中错误的说明,对于初学者有一定的帮助,其他lr的使用说明在安装文件中直接就能找到-some informations about the function of errors in loadrunner
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:9842
    • 提供者:lx
  1. lr1

    0下载:
  2. Working with files, regulary words, directories in perl
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:688
    • 提供者:Sunnastik
  1. LexAndLr

    0下载:
  2. 里面有简单的LR处理和LeX处理来识别简单语法-LR Inside there is a simple process and LeX processing
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:976478
    • 提供者:whk
  1. LRAnalysis

    0下载:
  2. (1)E -> E+T (2)E -> T (3)T -> T*E (4)T -> F (5)F -> (E) (6)F -> i 模拟以上文法的LR分析过程。对用户任意输入的字符串,能够输出LR分析器的工作过程。 根据以上文法,生成LR分析表,使用VC语言实现LR分析器。Main函数接受用户键盘输入的字符串,通过调用LR函数输出LR分析的过程。-(1) E-> E+ T (2) E-> T (3) T-> T* E (4)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:151478
    • 提供者:罗丹
  1. Shift_Redu2127959232008

    0下载:
  2. 利用LR parsing 來解析 例如:id+id*(id+id)-Using LR parsing to resolve such: id+ id* (id+ id)
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:3916
    • 提供者:何漢銘
  1. LR

    1下载:
  2. 多种时间序列数据的线性回归程序(比如气温、降水、径流等)-Multiple linear regression of time series data, procedures (such as temperature, precipitation, runoff, etc.)
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:3319
    • 提供者:shuqi
  1. maimai

    0下载:
  2. ifelse语句翻译 词法,语法分析以及赋值语句的翻译lr方法,三地址输出-ifelse statement translation lexical, grammatical analysis and translation lr assignment method, the three address output
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2776
    • 提供者:maodoudou
  1. yufafenxi

    0下载:
  2. 一个刚用过还不错的LR分析器~有兴趣的朋友下来看看吧-Just used a LR parser is also a good friend ~ who are interested to see it down
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2811
    • 提供者:li
  1. sr

    0下载:
  2. sr:lr image to hr image -sr:lr image to hr image
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:152392
    • 提供者:黄海华
  1. LR

    0下载:
  2. 气象上常用的气象诊断程序,实用性高,编写的比较辛苦。-meteorological programm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:1428
    • 提供者:敌敌畏
  1. 4

    0下载:
  2. 目的:熟练掌握自下而上的语法分析方法,并能用程序实现。 要求: 1. 使用如下文法: E E+T | T T T*F | F F (E) | id 2. 对于任意给定的输入串(词法记号流)进行语法分析,要求采用LR分析器来完成。手工构造LR分析表,利用移进-归约分析算法(P69 图3.12)输出(P70 表3.8)对应的动作部分。如: 输入:id*+id+(id+id)# 输出:移进 按 F->id归约 移进 error
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:2122
    • 提供者:TOM
  1. 1111

    0下载:
  2. 实现 LR语法分析技术,功能齐全,操作简单,方便使用。-LR parsing techniques to achieve complete functions, simple operation, easy to use.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:17331
    • 提供者:张花
  1. breast_cancer

    0下载:
  2. 对数据集breast_cancer,用LR,NB算法对其进行操作-On the data set breast_cancer, with LR, NB algorithms manipulate
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4463
    • 提供者:李海
  1. byyl

    0下载:
  2. 编译原理课程设计报告。 算术表达式的LR翻译器 实现了LR树自底向上分析方法。 其中包括分析树和分析表的建立-Compile the report Principles of curriculum design. Arithmetic expressions to achieve the LR LR translator tree bottom-up analysis. Including analysis of the establishment of tree and analy
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1240484
    • 提供者:熏熏
  1. Grammer_LR(0)(1)

    1下载:
  2. (1)直接输入根据己知文法构造的LR(0)分析表。 (2)输入已知文法的项目集规范族和转换函数,由程序自动生成LR(0)分析表; (3)输入已知文法,由程序自动生成LR(0)分析表。 -(1) direct input structure according to the known grammar LR (0) of the table. (2) Enter the set of specifications known family of grammar items an
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-05-29
    • 文件大小:94815
    • 提供者:zmf
  1. LR_Algorithm

    0下载:
  2. 对LR算法用java语言进行了实现,所用数据源为:Optical Recognition of Handwritten Digits-Of the LR algorithm was realized with the java language, the use of the data source as: Optical Recognition of Handwritten Digits
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:34842
    • 提供者:njustboy
  1. cal

    0下载:
  2. 文法计算器,基于LR文法的,实现小数的加减乘除-no
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1223
    • 提供者:Melody
  1. STATE_LIGHT

    0下载:
  2. EDA交通灯,有两个输入:CLK,CLR,六个输出:左红黄绿,LR LY LG,右红黄绿RR RY RG,用状态机表示-EDA traffic lights, has two input: CLK, CLR, 6 output: Left red yellow and green, LR LY LG, the right of red yellow and green RR RY RG, with a state machine that
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:791
    • 提供者:jingwen
  1. Compiler_theory_ambiguous_grammar_in_the_LR_analys

    0下载:
  2. 编译原理二义文法在LR分析中的应用Compiler theory ambiguous grammar in the LR analysis-Compiler theory ambiguous grammar in the LR analysis Compiler theory ambiguous grammar in the LR analysis
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:38733
    • 提供者:ik
  1. LR-analysis

    0下载:
  2. 主流自动化性能测试软件LoadRunner,最新版本9.5,analysis组件官方中文使用说明,近600页-Official Chinese version introduction of analysis,which is an important component for performance testing software LoadRunner 9.5
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3735635
    • 提供者:chen
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 25 »
搜珍网 www.dssz.com