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

搜索资源列表

  1. 编译原理及实践

    1下载:
  2. 目      录 译者序 前言 第1章   概论 1 1.1   为什么要用编译器 2 1.2   与编译器相关的程序 3 1.3   翻译步骤 5 1.4   编译器中的主要数据结构 8 1.5   编译器结构中的其他问题 10 1.6 &
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-04-25
    • 文件大小:7612048
    • 提供者:wesong
  1. CWB

    0下载:
  2. 编译工作台 是本人编写的用于编译原理教学的工具,它是一个自由软件,现在已经发布(主页为http://download.enet.com.cn/html/030792005091701.html,上有软件介绍和截图)。 软件的源代码在压缩包的src目录中。WB.zip是主程序,其编译后生成WB.exe;LLDemo.zip是LL动态演示程序,其编译后生成Demo.exe,将其改名成LLDemo.exe;LRDemo.zip是LR动态演示程序,其编译后生成Demo.exe,将其改名成LRDemo
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:1185585
    • 提供者:尹涛
  1. bycksj

    0下载:
  2. 编译原理课程设计之条件语句的翻译程序设计(LR方法、输出三地址表示) -Compiler Design Principle conditional statement translation program design (LR, said output three addresses)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1828
    • 提供者:孙伟
  1. jellrap

    0下载:
  2. 形式文法分析JAVA工具包 本JAVA Applets程序提供对LL(1),LL(2)和LR(1)文法分析处理,用户可以输入任何满足条件的形式文法,通帮过系统的提示和帮助构造出相应文法的分析表,以及动态显示分析过程.本JAVA包能够很好地帮助学生理解语法分析器的制作过程和语法分析器的工作原理. -form grammar analysis of the Java tool kit for Java Applets procedures for LL (1) LL (2) and LR (
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:165594
    • 提供者:欧滨
  1. 99MinuteTimer

    0下载:
  2. TIMER.ASM ********* [ milindhp@tifrvax.tifr.res.in ] Set Processor configuration word as = 0000 0000 1010 b. a] -MCLR tied to VDD (internally). b] Code protection off. c] WDT disabled. d] Internal RC oscillator [4 MHZ]. -TIMER
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:14638
    • 提供者:torry
  1. 50021523

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

    • 发布日期:2008-10-13
    • 文件大小:80933
    • 提供者:wwwlll
  1. compile_LR

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

    • 发布日期:2008-10-13
    • 文件大小:2509
    • 提供者:靳士伟
  1. LR(0)blog.files

    0下载:
  2. 写的人花了时间 虽然很简单啊 谢谢你们下载-people writing spent time although very simple ah Thank you download
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-06-11
    • 文件大小:113313
    • 提供者:wangya
  1. lr0

    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
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:39384
    • 提供者:朱俊
  1. LRYF

    0下载:
  2. 对下列文法 E->E+T|T T->T*F|F F->(E)|i LR(0)分析程序 -the following grammar E -
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4430
    • 提供者:小周
  1. woaini

    0下载:
  2. 这是一个编译原理的程序,请大家放心的下载,是关于lr分析法的。-This is a principle of compiling procedures, please rest assured downloaded on lr analysis method.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:16687
    • 提供者:张明
  1. wpan11.tar

    0下载:
  2. Low Rate Wireless Personal Area Networks (LR-WPANs)in C-Low Rate Wireless Personal Area Networks ( LR-WPANs) in C.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:324710
    • 提供者:Patrick
  1. complied

    0下载:
  2. 编译原理的词法分析器,语法分析器(包括递归子程序,算符优先,LR类分析法),语义分析等原理图-compiler tenets of lexical analyzer and parser (including recursive subroutines, operator precedence, LR type analysis), semantic analysis diagram
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:21675
    • 提供者:付联榕
  1. syntanalyzer

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

    • 发布日期:2008-10-13
    • 文件大小:88631
    • 提供者:gavinioro
  1. fr.5823.0.compiler

    0下载:
  2. 词法/语法分析器bison源码,最新版本bison-2.1,,Unix_Linux0120310340817.rar...编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。...词法分析原程序对C语言可-lexical / grammatical analyzer bison source, the latest version bison - 2.1,, Unix_Linux0120310340817.rar comp
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:166400
    • 提供者:malll
  1. lAlR(1)

    0下载:
  2. 这个文档是语法分析的文档,对输入的文档进行lR(1)分析,然后对所给的句型进行分析,判断是否合理-this document is grammatical analysis of documents, the importation of the document for l (1) analysis, then on to the boys for analysis, to determine whether reasonable
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4894
    • 提供者:boer
  1. Syntax-Analyzer

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

    • 发布日期:2008-10-13
    • 文件大小:89027
    • 提供者:小小
  1. Parser2

    0下载:
  2. 形式文法分析JAVA工具包本JAVA Applets程序提供对LL(1),LL(2)和LR(1)文法分析处理,用户可以输入任何满足条件的形式文法,通帮过系统 -form grammar analysis of the Java tool kit for Java Applet procedures for LL (1) LL (2) and LR (1) grammar analysis, users can import to meet any conditions in the form
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2062
    • 提供者:ericdeng
  1. zwj

    1下载:
  2. lr(0)分析器编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 - Translation principle LR (0) grammar analyzer input legitimate LR (0) the grammar, will output LR (0) the analytical table, and will be allowed to
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:62699
    • 提供者:www
  1. forecast

    1下载:
  2. 编译原理的LR语法分析器,值得初学者参考,里面有说明报告-compiler theory LR syntax analyzer, it is worth beginners reference, with a narrative report
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:108653
    • 提供者:安海淇
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 25 »
搜珍网 www.dssz.com