CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - Structural

搜索资源列表

  1. liuziyancompile

    0下载:
  2. 本程序用于自顶向下的语法分析。只您输入的上下问无关文法进行分析,并构造出预测分析表。-procedure for the top-down syntax analysis. Only you enter the ministry asked not grammar analysis and structural analysis projected table.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5.63mb
    • 提供者:刘子炎
  1. cifafenxiqi(new)

    0下载:
  2. 词法分析器制作与应用 设计思想 (1)程序主体结构部分: 说明部分 %% 规则部分 %% 辅助程序部分 (2)主体结构的说明 在这里说明部分告诉我们使用的LETTER,DIGIT, IDENT(标识符,通常定义为字母开头的字母数字串)和STR(字符串常量,通常定义为双引号括起来的一串字符)是什么意思.这部分也可以包含一些初始化代码.例如用#include来使用标准的头文件和前向说明(forward ,references).这些代码应该再标记\"%{\"和\"
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4.73kb
    • 提供者:黄启龙
  1. yf.rar

    1下载:
  2. 构造实验一所给文法(应考虑改造)的FIRST集合和FOLLOW集合;构造LL(1)分析表;构造预测分析的总控程序;利用分析表、分析栈和总控程序对源程序进行自上而下的语法分输出整个语法分析过程中栈的变化过程及分析结果,如符合语法规则输出“正确”,否则输出“错误”。 ,Experiment to construct a grammar (should consider the transformation) of FIRST and FOLLOW set of the collection co
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:3.27kb
    • 提供者:DP
  1. ll(1)YUFAPANDUAN

    1下载:
  2. 学编译原理时写的一个语法分析程序 分类:C/C++技术交流 一.[目的要求] ① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。 二.[题目分析] 该程序可分为如下几步: (1)读入文法 (2)判断正误 (3)若无误,判断是否为LL(1)文法 (4)若是,构造分析表; (5)由总控算法判断输入符
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:4.67kb
    • 提供者:liangye
  1. gouzaofenxibiao

    0下载:
  2. 实现编译原理构造分析表的c++程序源代码 实现编译原理构造分析表的c++程序源代码-The realization of the principle of structural analysis compiled table c++ Compile source code to achieve the principle of structural analysis table c++ Source code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:5.15kb
    • 提供者:
  1. byyl

    0下载:
  2. 用递归下降文法对词法分析,并对单词序列的语法检查和结构分析-Using recursive grammar decline of lexical analysis, syntax and word sequence inspection and structural analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:6.61kb
    • 提供者:倪海滨
  1. FAProject

    0下载:
  2. 构造形式语言中的PDA自动机,识别相应文法对应的句子-Structural form of the language of PDA automata, identify the appropriate corresponding sentence grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:14.88kb
    • 提供者:yinxue
  1. IF-ELSEdiguixiajiangfasiyuanshi

    0下载:
  2. 1 )收件符合特定语法语法分析和属性文法。 ( 2 )完成的科目要求的中间代码的描述三个地址。 ( 3 )写的语法某一思想的分析,完成解析和语义分析节目。 ( 4 )良好的分析,编制过程中,设计了一些使用情况下,试验的设计通过分析程序。 ( 5 )的设计,附件所要求的报告写作格式。课程设计报告正文应包括以下内容: 1系统描述(描述问题域) 2属性文法和语法的描述 3描述了语法分析和语法分析设计 4给出了说明的形式,中间代码和中间代码序列的结构设计
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:346.46kb
    • 提供者:王福源
  1. GJC1.42_SRC

    0下载:
  2. GJC(Generic Java Compiler)的源码,是学习编译原理的好材料。代码的结构性很好,就是注释少了点。-GJC (Generic Java Compiler) source code is compiled to study the principle of good material. Good structural code is少了点Notes.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:248.92kb
    • 提供者:Yang Haibing
  1. Parse2

    0下载:
  2. 设计、编制、调试一个典型的语法分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析,进一步掌握常用的语法分析中预测分析方法。-Design, preparation, debugging a typical parser, lexical analysis program to realize the word sequence provided by the grammar checking and structural analysis, to further understa
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:49.81kb
    • 提供者:chenxi
  1. jieshiqigouzaoshuoming

    0下载:
  2. 解释器构造说明,很详细,为需要的朋友打开一扇大门,站长拜托了-Structural descr iption of the interpreter, very detailed, for the need of a friend opened the door, please the webmaster
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:196.63kb
    • 提供者:流氓
  1. C

    0下载:
  2. C语言子集编辑器 采用C语言的结构 LL1分析法做的编译器 结构完善-C language subset editor uses C language to do the structural analysis LL1 compiler structured
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1.94mb
    • 提供者:大头
  1. bianyiqi

    0下载:
  2. 小学期做的一个C编译器,具有语法分析,语义分析和结构分析的功能。希望对大家有用-Primary of a C compiler to do with syntax analysis, semantic analysis and structural analysis of the function. Hope to useful
  3. 所属分类:Compiler program

    • 发布日期:2017-05-12
    • 文件大小:2.46mb
    • 提供者:陈雷
  1. LL--LR

    0下载:
  2. 编译原理,构造LL分析表,LR分析器,含报告文档-Compiler theory, structural analysis table LL, LR parser, the document containing the report
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:128.9kb
    • 提供者:huang
  1. From-beginner-to-SCM-SCM-Engineer

    0下载:
  2. ,我们开始迈入单片机的世界。在我们开始这一章具体的学习之前,有必要给大家先说明一下。在以后的系列文章中,我们将以51内核的单片机为载体,C语言为编程语言,开发环境为KEIL uv3。至于为什么选用C语言开发,好处不言而喻,开发速度快,效率高,代码可复用率高,结构清晰,尤其是在大型的程序中,而且随着编译器的不断升级,其编译后的代码大小与汇编语言的差距越来越小。而关于C语言和汇编之争,就像那个啥,每隔一段时间总会有人挑起这个话题,如果你感兴趣,可以到网上搜索相关的帖子自行阅读。不是说汇编不重要,在很
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1.36mb
    • 提供者:李娜
  1. fenxibiao

    0下载:
  2. 这是一份关于编译原理的构造分析表的代码,很不错,对于刚学习的学生来说有借鉴价值!-This is a structural analysis code table on compiler theory, a very good reference value for students who are just learning!
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:4.89kb
    • 提供者:王明远
  1. yufafenxi

    0下载:
  2. 通过设计、编制、调试一个典型的语法分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析,进一步掌握常用的语法分析方法。-A typical parser through the design, development, debugging, syntax checking and structural analysis of word sequences provided by the lexical analyzer, and further understand the syn
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:822.26kb
    • 提供者:瞿蛋蛋
搜珍网 www.dssz.com