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

搜索资源列表

  1. lr(1)

    0下载:
  2. lr分析器采用的是LR(1)分析法,这个LR分析器很好用的喔,不信你试一试-lr analyzer using the LR (1) analysis, the LR analyzer good use Oh, try not trust you!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3432
    • 提供者:wgj
  1. simpleSyntaxAnalyzer

    0下载:
  2. 语法分析器 此程序共有两个类,Lexical进行词法分析,Syntax进行语法分析.对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构.-Parser this procedure there are two categories, Lexical for lexical analysis, Syntax syntax analysis. for the syntax analysis, LR (1) analysis, judge whether the procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:128562
    • 提供者:sugar
  1. SyntaxAnalyzer

    0下载:
  2. 编译原理课程设计语法分析 c#实现 对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:94002
    • 提供者:bo
  1. 07zd_LR1

    0下载:
  2. 一个关于LR(1)的分析器 希望对大家有一点帮助-one of LR (1) of the analyzer we hope to have a bit of help
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:52999
    • 提供者:卡卡
  1. 67322332442

    0下载:
  2. 设计题目:LR(0)分析表的构造 内容: 已知文法G,编写一个程序实现由文法到LR(0)分析表的自动生成。 功能扩展:1.由文法生成全部该文法项目; 2.由文法实现项目集簇的自动生成; 3.LR分析器对字符串的分析的分析表生成; -Design Title: LR (0) Analysis of structural elements: a known grammar G, the preparation of a program to achieve b
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:733125
    • 提供者:协力
  1. 20064350132

    1下载:
  2. 通过设计,编制,调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)、可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)、 写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)、 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。 目 录 一.系统需求分析 二.概念模型设计 三.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:488522
    • 提供者:aden
  1. LR(1)

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

    • 发布日期:2017-03-24
    • 文件大小:4782
    • 提供者:卢显灯
  1. cifa

    0下载:
  2. 包括一个LR(1)的语法分析程序和一个LL(1)的语法分析程序的例子-Includes a LR (1) syntax analysis procedure and an LL (1) Examples of the syntax analysis program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:4107
    • 提供者:yy
  1. 1

    0下载:
  2. WHILE循环语句的翻译程序设计(LR方法、输出三地址表示)-WHILE loop translation of program design (LR method, the output three-address indicated)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1705
    • 提供者:范保富
  1. lr1

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

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

    0下载:
  2. 可根据自己实际情况,选择以下一项作为分析算法的输入: (1)直接输入根据己知文法构造的LR(0)分析表. (2)输入已知文法的项目集规范族和转换函数,由程序自动生成LR(0)分析表. (3)输入已知文法,由程序自动生成LR(0)分析表. -According to their own situation, choose one of the following input as the analysis algorithm: (1) direct input structure
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:4845
    • 提供者:wy
  1. Syntax-and-semantic-analysis-code

    0下载:
  2. vc实现编写,用LR(1)文法,实现语法、语义分析综合代码-vc achieve the preparation of LR (1) grammar, syntax and semantic analysis of a comprehensive code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:4646
    • 提供者:SHINE
  1. PROPACK77_v2.1.tar

    0下载:
  2. matlab运行环境下,奇异值分解软件包利用的是LR迭代方法-the matlab runtime environment, singular value decomposition package to take advantage of the LR iteration method
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-22
    • 文件大小:51627008
    • 提供者:wendawei
  1. yufa

    1下载:
  2. 根据给出的文法编制LR(1)分析程序,以便对任意输入的符号串进行分析。本次实验的目的主要是加深对LR(1)分析法的理解。-Analysis procedure according to the preparation of the grammar given LR (1), so that the symbol string of the arbitrary input for analysis. The main purpose of this experiment is to deepen
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1259
    • 提供者:123
  1. LL1

    0下载:
  2. 编译原理实验: 对下列文法,用LR(1)分析法对任意输入的符号串进行分析: (1)E- E+T (2)E- E—T (3)T- T*F (4)T- T/F (5)F- (E) (6)F- i -Compiler Principle Experiment: The following grammar, with LR (1) analysis method for arbitrary strings of symbols for analysis: (1) E-E
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-28
    • 文件大小:1746
    • 提供者:
  1. LR(1)

    0下载:
  2. LR 语法分析程序 很好用哦-LR parser good Oh ~ ~ ~ ~ ~ ~ ~ ~
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3110
    • 提供者:丁一
  1. LL1

    0下载:
  2. 语法分析器 LR(1)分析法 功能简单 但是使用-you will like it.
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:656043
    • 提供者:buzhidao
  1. Recursive-descent-analysis

    0下载:
  2. 构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法-Construct LR (1) parser, and use it for parsing strings determine whether a given recognition for grammar sentences, understanding LR (K) analysis method is strict scan lef
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:15885
    • 提供者:邓三
  1. compiler

    0下载:
  2. 编译原理:词法分析器、LL(1)文法、LR(1)文法的实现。基于Qt实现了图形界面。-Compiler theory: lexical analyzer, LL (1) grammar, LR (1) grammar implementations. Qt-based graphical interface to achieve.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3609113
    • 提供者:xiongmao
  1. 1

    0下载:
  2. 主要是python环境下用来实现lr逻辑回归模型特征分类的源码-The main source is used to achieve lr logistic regression models feature classification under python environment
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1391
    • 提供者:朱致华
« 12 »
搜珍网 www.dssz.com