1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > c语言编译器 -本科C语言编译器设计与实现毕业论文设计.doc

c语言编译器 -本科C语言编译器设计与实现毕业论文设计.doc

时间:2024-04-22 20:12:54

相关推荐

c语言编译器 -本科C语言编译器设计与实现毕业论文设计.doc

北京邮电大学

毕业设计(论文)任务书

第1页

毕业设计(论文)题目:

C语言编译器设计与实现

毕业设计(论文)要求及原始数据(资料):

1.C语言简介和国内外编译器技术研究现状;

2.深入了解编译器前端,包括词法分析,语法分析, 语义分析;

3.熟练掌握C语言语法及语法特点;

4.深入分析编译器编写语言(C++);

5.设计并实现编译过程中各个子过程,词法分析,语法分析,语义分析;

6.训练检索文献资料和资料的能力能力

6.训练检索文献资料和资料的能力能力层次清晰KennethA.Reek.人民邮电出版社, 200Brian W.Kernighan,Dennis M.Richie. The C Program Language.,

Richard Stevens. UNIX环境高级编程. 人民邮电出版社,.机械工业出版社,

Stanley B. Lippman等. C++ Primer. 人民邮电出版社, Alfred V.Aho等. 编译原理技术和工具.机械工业出版社,

Andrew W.Appel等. 现代编译原理-C语义描述.人民邮电出版社Thomas H.Cormen, Introduction to Algorithmsm.

Portland.Lex & yacc Tutorial.

ChrisFrase,DavidHansonARetargetable. C Compiler: Design and Implementation.

专业班级

软件1008班

学生

郝靖宇

要求设计(论文)工作起止日期

3月17日~6月27日

指导教师签字

日期

3月17日

教研室主任审查签字

日期

系主任批准签字

日期

C语言编译器设计与实现

摘要

随着计算机的广泛应用,计算机程序设计语言也从初期的机器语言发展为汇编语言,以及现在的各种高级程序设计语言。而编译技术是计算机语言发展的支柱,也是计算机科学中发展最迅速、最成熟的一个分支,他集中体现了计算机发展的成果与精华。

其核心思想就是把同样的逻辑结构和思想从一种语言表示的程序转换为另外一种语言表示的程序。从高级语言,甚至运行与虚拟平台的高级语言,到机器语言,最终到硬件执行的物理信号,这一层层的转化,都涉及编译技术的应用。

本系统采用++为编程语言。论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。重点的说明了系统设计的重点、设计思想、难点技术和解决方案。

C language compiler design and Implementation

Abstract

With the wide application of the computer, computer programming languages ??are developed from the early machine language into assembly language , and now a variety of high-level programming language. The compiler technology is the backbone of computer language development, but also the fastest growing in computer science , a branch of the most mature , he epitomizes the essence of the computer and the fruits of development .

The core idea is the same logical structure of the program and ideas expressed in the conversion from one language to another language program represented . From the high-level language , and even running with high-level language virtual platform to machine language , and ultimately to the hardware implementation of the physical signal , the layers of transformation involves application of compiler technology .

System uses C++ as the program

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。