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

搜索资源列表

  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. 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. 所属分类:SCSI/ASPI

    • 发布日期: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-spear

    0下载:
  2. 在编译原理课程中必须用到的 相信有许多人需要-in compiler theory courses must be used to believe that there are many people who need
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:60922
    • 提供者:123
  1. 20050trbyt08581224577

    0下载:
  2. 编译原理中的slr分析算法, 希望对需要的人有帮助-compiler theory of slr analysis algorithm, and I hope to those who need help
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16257
    • 提供者:芦苇
  1. slr11

    0下载:
  2. 编译原理中的slr分析算法 这个是同学编的。希望能通过验证~-compiler theory of slr analysis algorithm is the addendum to the students. Hope that through the certification ~ Oh
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16386
    • 提供者:王立
  1. SLRbyHune

    0下载:
  2. 用SLR分析法实现的语法分析,先用初版.exe生成符号表和token字,然后进行分析,action表程序自动生成-SLR analysis method used to achieve the syntax analysis, use the first edition. Exe Generation symbol table and token characters, Then the analysis, action automatically generated table
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:80948
    • 提供者:胡恩
  1. SLRcompiler

    0下载:
  2. 包含了语法分析,词法分析,语义分析的编译前端,分析方法为SLR-contains grammatical analysis, lexical analysis, semantic analysis of the compiler front-end, analytical methods for SLR
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6463
    • 提供者:胡恩
  1. gi-1.2

    0下载:
  2. 用java实现的通用解释器,包括slr,lr(0),lr(1),lr(k),ll等等,还可在在源码api上开发其他功能-with java achieve definitive interpreter, including slr, lr (0), lr (1), lr (k), ll, etc., but also in the OSS api on the development of other functions
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:416348
    • 提供者:digg
  1. slr1

    0下载:
  2. 计算机科学与技术专业的课程设计slr算法-computer science and technology courses for professional design algorithm slr
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-15
    • 文件大小:41759
    • 提供者:秦艺娟
  1. 4yufa

    0下载:
  2. 4,slr(1)语法分析器-4, slr (1) grammar analyzer
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:1557
    • 提供者:张乐
  1. wfp

    0下载:
  2. 对于自底向上分析法中的LR语法分析器,其分析过程都一样,就是读输入字符、查分析表以采取合适的行动(进栈或归约)、再读输入字符、再查表…..。不同的地方是分析表,分析表的构造方法分为简单LR方法(SLR)、规范的LR方法、向前看的LR文法(LALR),分别构造出三种不同的分析表。本着欺软怕硬的原则,我使用SLR方法来从给定文法G中构造分析表。下面先直观地看一下输入输出,然后再分析程序的结构以及代码。 输入是一个文法,保存在名为dd.txt的文本文件中,并放在程序当前目录下,其格式为
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1683
    • 提供者:王博
  1. SLR1

    0下载:
  2. 在VC下打开SLR1.dsp,阅读工程SLR1,SLR1为一个加、乘(适当扩充可为四则)运算表达式的SLR语法分析器
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:98818
    • 提供者:wzc
  1. LRTrans1

    0下载:
  2. 工程LRTrans1,LRTrans1为一个加、乘(适当扩充可为四则)运算表达式的SLR语法计算器
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:91448
    • 提供者:wzc
  1. first_and_follow_SLR

    0下载:
  2. 实现编译原理中 通过已知的文法来产生First集和FOLLOW集 以及SLR分析表
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:11056
    • 提供者:陈波
  1. myjava

    0下载:
  2. 我开发的一个用java语言实现的编译器,内含词法分析器,语法分析器,而且可以实现中间代码生成.用到了SLR算法和LR(1)算法
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:68150
    • 提供者:陈想
  1. slrSemanticAnalyzer

    0下载:
  2. slr语法分析器,手动构造slr分析表。
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9205
    • 提供者:阿冬
  1. 语法fx

    0下载:
  2. 编译原理,语法分析 ll(1),lr (0),slr(1)-compiler theory, syntax analysis ll (1), lr (1), lr (0), slr (1), etc.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2102
    • 提供者:Dick
  1. 编译原理课程设计—一个小型类PASCAL语言编译器设计与实现

    5下载:
  2. 本课设只要采用SLR分析法。包括词法分析,语法分析,语义分析,输出显示语法分析的过程,以方便调试。注释详细,很容易看得懂。附带SLR分析表和产生DFA的项目集,以及课设报告一份。另附有LL1和LR分析发的语法分析程序,以方便研究。
  3. 所属分类:编译器/词法分析

« 1 2 3 45 6 7 »
搜珍网 www.dssz.com