CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - 词法 语法 分析

搜索资源列表

  1. 编译原理报告

    0下载:
  2. 设计目的 1. 程序的方法实现语法分析的LL(1)方法。手工构造词法分析程序 。 2. 锻炼自己的编写程序的能力和独立的编程思维能力。提高自己的编程能力。 3. 熟悉编译原理词法分析和语法分析的方法,加深对基本方法的了解。 4. 让我们更家进一步的理解编译原理,更好的的学习它的一些思路,掌握编译原理的理论基础。 5.让我们更加熟悉编程语言的运用和编程的技巧。更加了解编程的思维方式。 6. 采用自动机这种方法来设计词法分析程序,使思路更加清晰,
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:48732
    • 提供者:cyberspace
  1. bianyiyuanlisheji

    0下载:
  2. 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。 ●保留字(关键字):所谓保留字是指
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:513232
    • 提供者:与非门
  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. xxxprinceshiyanbaogao

    1下载:
  2. 便宜原理实验报告内涵设计流程图,6个实验的实验报告,词法分析,语法分析:ll1 LR 算符优先 中间代码生成 pl/0编译器
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:337204
    • 提供者:辛华
  1. bianyi

    1下载:
  2. 编译原理课程设计,词法分析,语法分析,语义分析等.用c做的
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:11023
    • 提供者:ypd
  1. bianyi

    0下载:
  2. 通过设计、编制、调试一个for循环语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:70089
    • 提供者:佚星
  1. Compile

    0下载:
  2. 1. 系统功能:能读取词法分析结果进行语法分析,在语法分析的同时进行语义分析,生成中间代码; 2. 数据结构:设计存储中间结果及中间代码(逆波兰式)的数据结构; 3. 算法:递归下降分析法的实现;
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:155542
    • 提供者:vivien
  1. CMM

    0下载:
  2. 了解cmm语言的语法和词法分析,帮助理解cmm语法解释器的基本设计-Understood cmm language syntax and lexical analysis to help understand the basic design of the the cmm syntax interpreter
  3. 所属分类:Project Design

    • 发布日期:2017-11-09
    • 文件大小:128810
    • 提供者:xiaohan
  1. for

    0下载:
  2. for循环控制语句的翻译,该程序的词法分析和语法分析程序是分开的-for circulation control translation statement, the program' s lexical analysis and syntax analysis program is separate from the
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1437354
    • 提供者:小崔
  1. bianyiyuanli

    0下载:
  2. 一、 实验目的与要求 目的:在分析理解一个教学型编译程序(如PL/0)的基础上,对其词法分析程序、语法分析程序和语义处理程序进行部分修改扩充。达到进一步了解程序编译过程的基本原理和基本实现方法的目的。 要求:对PL/0作以下修改扩充 基本内容: 增加单词:保留字 ELSE,FOR,TO,DOWNTO,RETURN 运算符 +=,-=,++,-- 修改单词:不等号# 改为 <> 增加条件语句的ELSE子句 -First, the purpose an
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:31851
    • 提供者:王亚楠
  1. 025800-01

    0下载:
  2. 内含语法分析,词法分析,文法分析还有安装的程序-Includes syntax analysis, lexical analysis, grammar analysis, and installation procedures
  3. 所属分类:软件工程

    • 发布日期:2017-05-07
    • 文件大小:1190849
    • 提供者:羽翼
  1. Compile-principle-experiment1-6

    0下载:
  2. 编译原理实验指导书 实验一 词法分析程序(扫描器)的设计 实验二 递归下降语法分析程序设计 实验三 LL(1)语法分析器设计 实验四 算符优先分析器设计 实验五 LR分析器设计 实验六 语法制导翻译程序设计-Compile term Principle Experiment Experimental Analysis of Instruction Program (scanner) is designed to test two recursive descent par
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:46306
    • 提供者:浮云
  1. 2008620_2636

    0下载:
  2. 编译原理课程设计使用词法分析,语法分析将布尔表达式转换为逆波兰式-Course Design Compiler
  3. 所属分类:软件工程

    • 发布日期:2017-04-17
    • 文件大小:9608
    • 提供者:yuanyuan
  1. cmm-compiler-document

    0下载:
  2. cmm 语言的解释器,包括整个程序的设计,以及程序的词法分析语法分析语义分析以及最后的解释执行。-cmm language interpreter, including the design of the entire program, and the program s lexical analysis syntax analysis semantic analysis and final interpretation of the implementation.
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:1372500
    • 提供者:stanly
  1. my_compile

    0下载:
  2. 编译器的开发文档,包含词法分析、语法分析、语义分析。测试样例和源代码-Compiler development documents, including lexical analysis, parsing, semantic analysis. The test sample and the source code
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:80946
    • 提供者:will
  1. cifafenxi

    0下载:
  2. 借助Lex 和Yacc 进行词法语法分析,初学者可以参考参考-With Lex and Yacc parsing lexical, beginners can refer to reference
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:243890
    • 提供者:shen
  1. flex-and-bison

    0下载:
  2. <flex and bison>中文版,flex和bison是生成编译器的工具,flex用于词法分析,bison用于语法分析。bison需要的语言是C++。-<flex and bison> Chinese version, flex and bison is a tool to generate compiler, flex for lexical analysis, bison for parsing. Language bison need is C++.
  3. 所属分类:software engineering

    • 发布日期:2017-06-03
    • 文件大小:14858959
    • 提供者:very
  1. kcsj

    0下载:
  2. 编译实验报告,词法分析语法分析语义分析目标代码生成全过程,-Compile the report of the experiment, lexical analysis, syntax analysis semantic analysis of the whole process of target code generation,
  3. 所属分类:Software Testing

    • 发布日期:2017-04-06
    • 文件大小:178821
    • 提供者:小强
  1. code-anaylse

    0下载:
  2. 编译原理代码分析报告,包括词法和语法分析两大部分,每一部分包括实现原理,代码设计方案,主体部分-code anaylse
  3. 所属分类:Project Design

    • 发布日期:2017-05-07
    • 文件大小:1338454
    • 提供者:jasmine
  1. fundamentals-of-compiling

    0下载:
  2. 本书深入讨论了编译器的设计原理,包含词法分析、语法分析、语法制导分析、类型检查、运行环境、中间代码生成等。-This book has discussed the design principle of the compiler in-depth, including lexical analysis, grammar analysis, grammar guidance analysis, type checking, operating environment, intermediate c
  3. 所属分类:software engineering

    • 发布日期:2017-06-19
    • 文件大小:27812864
    • 提供者:叶蔚
« 12 »
搜珍网 www.dssz.com