1、 计算机与信息工程学院 汇编语言课程设计论文 设计题目 学生通讯录系统的设计 专 业 计算机科学与技术 班 级 学 号 姓 名 指导教师 起止日期 成 绩 课程设计任务书 一、设计题目:学生通讯录系统 二、设计的主要内容:本程序通过汇编语言来实现一个简单 的学生通讯录系统管理。通过本次实验,目的是通过对汇编 程序的设计,使我进一步熟练掌握了汇编程序中的一些相关 命令的使用。将书本理论知识在现实中得到实际的应用,帮 助我进一步的了解汇编语言编程的一些原理。提高自己的程 序设计能力,本次程序的实现,是在老师的指导和同学们及 自己的努力之下,对程序的反复分析与调试,最终达到了程 序的正常运行,达到了
2、本次课程设计的预期结果,完成本次 试验的所要求的具体内容及任务。 指 导 教 师: 教 研 室 主 任: 课程设计任务书 一、设计题目: 二、设计的主要内容: 指 导 教 师: 教 研 室 主 任: 指导教师评阅意见书指导教师评阅意见书 评阅成绩:评阅成绩: 摘要摘要 本程序通过汇编语言来实现一个简单的学生通讯录。 这个学生通讯录程序是 在 Windows 平台上的 Masm615 进行编译的。此程序中提供一个通讯录主界面,用 键盘选择相应的选项后,便可以执行相应操作.操作完毕时,将显示新的通讯录。 你可以查看你想要知道的通讯录信息。按相应的程序中所定义的键盘字符后,将 退出本程序。通过本次汇
3、编程序的设计,使我进一步熟练掌握了汇编程序中的一 些相关命令的使用。将书本理论知识在现实中的得到实际的应用,帮助我进一步 的了解汇编语言编程的一些原理。 关键字:关键字: 数据段 主程序 子程序 Abstract This procedure through the assembly language to achieve a simple student contacts. Contacts students this process is on the Windows platform for the Masm615 compiled. This process provides a ph
4、onebook in the main interface, using the keyboard select the appropriate option, you can implement the corresponding operations. Are finished, it will display the new contacts. You can see you want to know the address book information. According to the corresponding procedures in the definition of t
5、he keyboard characters, it will withdraw from this process. Through this compilation of the design process, I further master the compilation of some of the relevant procedures in order of use. Books will be theoretical knowledge in the real world of real applications, help me to further understanding of assembly language programming of some principle. Key words: data sement main process subprogram 目录 摘要 Abstract 一、背景分析及意义1 二、总体设计思想1 三、主要功能5 四、软硬件环境要求6 五、程序流程图6 六、程序使用说明 7 设计总结 7 参考文献