搜索资源列表

  1. whale-0.3.2-src.zip

    0下载:
  2. Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:220189
    • 提供者:
  1. 程序.rar

    0下载:
  2. slr法分析句子语义
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:15990
    • 提供者:
  1. 编译原理及实践

    0下载:
  2. 目      录
    译者序
    前言
    第1章   概论 1
    1.1   为什么要用编译器 2
    1.2   与编译器相关的程序 3
    1.3   翻译步骤 5
    1.4 

  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 一个语法分析,能实现SLR语法分析,是一个好的语法分析器-A parsing,which can realize SLR parsing,is a good parsing analyzer.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4257
    • 提供者:李请
  1. 编译原理中的slr算法

    0下载:
  2. Window 编程例子, 比较cool !-Window programming examples, cool!
  3. 所属分类:其它资源

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

    0下载:
  2. 一个pascal编译器,其中编译模块是独立的,可以进行任何slr语法分析,这个编译器还在实现中,目前已经完成到生成中间文件.-a compiler, which build the module is independent, can any slr syntax analysis, the compiler also realize that the current generation has been completed to d
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:97923
    • 提供者:杨兵
  1. slrprogram

    0下载:
  2. 一个简单的SLR分析程序,我写的一个SLR分析程序,C语言的,欢迎大家使用啊。-a simple SLR analysis program, I wrote an analysis procedures SLR, the C language, Everyone is welcome to use ah.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:14654
    • 提供者:Tom
  1. SLRGrammar

    0下载:
  2. 用于生成SLR(1)分析表,并产生相应的SLR(1)分析器-used to produce SLR (1) Analysis Table, and generates the SLR (1) Analyzer
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7593
    • 提供者:conan
  1. slr(1)

    0下载:
  2. 这个是编译原理中非常重要的算法之一,如果能掌握好它将对以后的学习非常有好处!-the compiler is a very important principle of the algorithm, if we can master it right after learning very good!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8469
    • 提供者:an
  1. SLR2000_PERFORMANCE_SIMULATIONS

    0下载:
  2. SLR2000系统的性能方针,一篇论文,对研究卫星激光测距方面的人很有帮助-SLR2000 system performance approach, a thesis on research SLR side of the helpful
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:299409
    • 提供者:赵永丽
  1. slrwenfayuju

    0下载:
  2. 基于slr文法的语句分析,输出四元式,并判断语句是否符合文法要求-based on the language grammar analysis, the output - four yuan, and a judgment statement with grammar requirements
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8123
    • 提供者:chengning
  1. SLR-Parser

    0下载:
  2. It is compiler program SLR parser
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:29696
    • 提供者:tira nosa
  1. ll-slr

    0下载:
  2. lr ,slr 语法分析,编译原理中的小程序,可以来体验一下-lr ,slr
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:283648
    • 提供者:hyq
  1. SLR(1)

    0下载:
  2. 编写识别表达式拓广文法的合法句子的SLR(1)分析程序,对输入的任意符号串,给出分析过程及分析结果。分析过程要求输出步骤、状态栈、符号栈、输入串和语法动作。如果该符号串不是表达式文法的合法句子,要给出尽量详细的错误提示。-Write a recognition of the legitimate expression of broadening the sentence grammar SLR (1) analysis program
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:310272
    • 提供者:suhuhu
  1. SLR

    0下载:
  2. 程序输入为形如i+i*i# 或者ii#的串,对于SLR(1)分析,输出为包括分析步骤、分析栈情况、剩余输入串以及分析动作在内的分析过程,并考虑增加语义分析生成中间代码功能的程序扩展。-Program input shape i+i* i# or ii# string for the analysis of the SLR (1), the output analysis to include steps to analyze the a
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:203776
    • 提供者:Jiang
  1. SLR

    0下载:
  2. SLR分析器SLR语法分析器,能求出FIRST、FOLLOW 集和构造出SLR分析表,出入一个句子,能动态演示匹配过程。(-The the SLR parser SLR parser can be obtained FIRST and FOLLOW sets and construct the SLR analysis table, and out of a sentence, dynamic presentation of the m
  3. 所属分类:汇编语言

    • 发布日期:2024-05-15
    • 文件大小:609280
    • 提供者:杨程
  1. SLR(1)gram

    1下载:
  2. 利用VC根据文法实现对应SLR(1)文法-Using VC grammar achieve corresponding SLR (1) grammar
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:5795840
    • 提供者:
  1. slr

    0下载:
  2. slr分析表的分析与生成 判定是否是slr文法-slr compiler
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:2345984
    • 提供者:李瑞
  1. slr

    0下载:
  2. SLR(1)分析法是一种简单而使用的方法,其造表算法简单,状态数目少,且大多数程序设计语言都可以用SLR(1)文法来定义。所以SLR(1)分析法是个很使用的分析程序。在编写过程中老师的对我帮助很大,在这里好十分感谢老师王治国。软件设计是需要一整套程序,一整套基础理论才能完成的,以后要学习的还会更多了-just soso
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:15360
    • 提供者:付大帅
  1. SLR

    0下载:
  2. SLR parser table SLR parser table SLR parser table-SLR parser table SLR parser table SLR parser table SLR parser table
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:8613888
    • 提供者:ASQ
« 1 2 3 4 56 7 8 9 »

源码中国 www.ymcn.org