《汇编语言程序设计》课程设计论文-动画贪吃蛇程序设计.doc.doc
文本预览下载声明
PAGE
PAGE 1
《汇编语言程序设计》课程设计论文
设计题目: 动画贪吃蛇程序的设计
专 业:
班 级:
学 号:
姓 名:
指导教师:
职称:
日期: 2009年12月28日
摘要
在我们空闲的时候,我们可以用一些我们学过的知识编一些东西,通过这些东西我们可以学习到汇编语言综合应用程序设计方法,还可以提高汇编语言实际应用能力,充分了解计算机硬件和软件,完成理论到实践的推进过程。这个程序就是用我所学过的汇编知识编的一个小游戏,这个游戏的程序主要就是用汇编宏和子程序的知识来编制而成的,我们用宏和子程序定义了很多的模块,模块也就是在我们的程序中直接可以调用的一个独立的程序。所以我们编写程序的时候可以很方便的用到它,所以那些基础知识也是我们编写程序的基础。
关键词 宏定义,子程序,汇编,宏调用,主程序。
Abstract
At the time of our spare time, we can use some knowledge that we learned to weave some things, passing these things we can study to edit collected materials the comprehensive applied program design method of language, can also raise to edit collected materials the actual applied ability of language, the full understanding calculator hardware and software, complete the propulsion process that the theories arrives the fulfillment.This procedure is with what I learned to edit collected materials a get-away drama of the knowledge plait, the procedure of this game mainly be use to edit collected materials great and sub- procedure of knowledge draw up and become of, we use great defined a lot of molds piece with sub- procedure, an independent procedure that the mold piece also is in our procedure and can adjust to use directly.So we weave the time of write the procedure and can be very convenient with it, so those foundations knowledge is also the foundation that we weave to write the procedure.
Key words The great definition, the sub- procedure, jumps to turn, edit collected materials, great adjust to use, the beginning starts to turn, main procedure.
PAGE
15 -
目录
摘要Ⅰ
AbstractⅠ
一、背景分析及意义1
二、总体设计思想 1
三、主要功能 ..2
四、软硬件环境要求2
五、程序流程图 2
六、使用说明 3
总体设计 4
参考文献 4
程序清单 5
背景分析及意义
现在有的一些人感觉生活都是很无聊的,特别是我们这些学生,所以有些时候肯定会玩各种各样的游戏的,有一些大的游戏,玩起来会话掉很多的时间,而且也会花掉大量精力的 ,所以在一些闲暇的时候一些小游戏会博得很多人的喜爱,例如:俄罗斯方块,和一些格斗游戏等等。然而这些小游戏的设计方法和软件有很多,所以也有很多不同的效果,本篇设计是采用汇编中宏定义和调用,子程序的调用等一些汇编知识编制而成的一个贪吃蛇小游戏,通过这个小游戏的制作,我们可以得到很多的益处,一方面我们可以不在浪费平时的一些空闲的时间了,而热中于我们自己喜欢的游戏;另一个方面我们制作
显示全部