搜索资源列表
C_Parser
- 一个用于学习的编译器 ,系统的一般构造原理、基本设计方法、主要实现技术和一些自动构造工具,主要由语言基础知识、词法分析、语法分析、中间代码生成、代码优化、目标代码生成、符号表的构造和运行时存储空间的组织等8部分组成。-a study for the compiler, the system's general tectonic theory, the basic design method main technical and automatically constructs some
cifafenxiqi
- 实现一个词法分析器,词法分析程序的主要任务是从左到右扫描每行源程序,拼成单词,换成统一的内部表示 (token)输出,送给语法分析器。具体包括: –组织源程序的输入; –按规则拼单词,并转换成二元形式; –滤掉空白符,跳过注释、换行符及一些无用的符号(如字符常数的引号) (实验一已完成); –进行行列计数,用于指出出错的行列号,并复制出错部分; –列表打印源程序; –发现并定位词法错误; –生成符号表。token 文件和符号表用作语法分析的输入部分。
yufafenxiqi
- a)组织算术表达式的输入; b)若输入的符号串是一个算术表达式语句,则输出分析过程,否则输出一个错误信息; -A) organization arithmetic expression of input, B) if the input string is an arithmetic expression statement, output analysis process, otherwise an error output information,
forecastanalysis
- 实验内容:根据课堂讲授的形式化算法,编制程序实现一个预测分析器,能对常见的算术表达式语句进行分析 实验要求: a)组织算术表达式的输入; b)若输入的符号串是一个算术表达式语句,则输出分析过程,否则输出一个错误-Experiment: algorithm according to the formal classroom teaching, the preparation process to achieve a prediction analyzer, capable of com
ji_suan_ji_zu_cheng_yuan_li_ke_jian
- 计算机组成原理(第三版• 网络版;白中英主编)第一到第八章的课件。每一章的内容都讲得非常详细。-Computer Organization (Third Edition • Online bear in mind that editor in chief) of Chapter VIII of the first to courseware. Contents of each chapter speaks so detailed.
Principles_optimizing_compiler_compiler_organizati
- 编译原理优化编译器组织Principles of optimizing compiler compiler organization-Principles of optimizing compiler compiler organization
Compiler-theory
- 编译原理 第1章绪论 第2章数据类型 第3章控制结构 第4章程序语言的设计 第5章非过程式程序设计语言 第6章形式语义学简介 第7章编译概述 第8章词法分析 第9章自上而下的语法分析 第10章自下而上的语法分析 第11章语义分析和中间代码生成 第12章代码优化和目标代码生成 第13章运行时存储空间的组织 -Compiler theory Chapter 1 Introduction Chapter 2 data types C