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

搜索资源列表

  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. 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. 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. forecast

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

    • 发布日期:2008-10-13
    • 文件大小:108653
    • 提供者:安海淇
  1. LRyufafenxi

    0下载:
  2. LR分析程序设计 实验报告 构造LR 分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子; (2)了解LR分析方法是严格的从左向右扫描,和自底向上的语法分析方法。 -LR experimental design analysis program LR report tectonic analysis procedure, and use it for syntax analysis, judgment is whether the string of symbol
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:54653
    • 提供者:余琨
  1. Lex_Yacc_Parser

    2下载:
  2. 语法分析器lex和词法分析器yacc的C++语言实现 1.Lex (1)Lex输入文件的解析 (2)正规表达式的解析 (3)一个正规表达式到NFA的转换算法实现 (4)多个NFA的合并 (5)NFA的确定化和最小化算法实现 (6)返回状态与返回内容的对应 2.Yacc (1)Yacc输入文件的解析 (2)上下文无关文法到对应LR(1)文法的下推自动机的构造 (3)LR(1)文法的下推自动机到相应分析表的构造 (4)LR(1)总控程序的构造(查表程
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:41490
    • 提供者:尤冉
  1. aaa

    0下载:
  2. LR分析器的核心是一张分析表,它由两个子表组成: 其一是分析动作表;另一个为状态转移表。其中: S1,S2,…,Sn为分析器的各个状态;a1,a2,…,al为文法的全部终结符号和句子界符;X1,X2,…,Xp为文法字汇表中的全部文法符号。(I like doing sports and reading in my free time. My favorite sport is basketball. I often play basketball with my classmates after
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:小许
  1. LR

    0下载:
  2. 机器学习中的LR模型的python3.x的版本,有需要的可以下载(LR model python3.x version)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:王叔
  1. TINY

    0下载:
  2. 实现了一个基于LR文法的编译器,用了C++语言实现,实现了TINY文法的编译器(Implement a compiler based on LR grammar in the C++ language)
  3. 所属分类:汇编语言

    • 发布日期:2018-04-21
    • 文件大小:58368
    • 提供者:cocoj
  1. LR_Identification

    0下载:
  2. LR classifier, added to the MATLAB path, and then directly call the line
  3. 所属分类:matlab例程

    • 发布日期:2018-04-28
    • 文件大小:13312
    • 提供者:594xiaya
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 25 »
搜珍网 www.dssz.com