当前位置:文档之家› C++课程设计《通讯录管理系统》

C++课程设计《通讯录管理系统》

课程设计说明书(论文)课程名称 C++程序设计实践题目通信录管理系统专业软件工程班级学号姓名 xx 起止日期 2013.12.23--2013.27 指导教师赵新慧成绩辽宁石油化工大学计算机与通信工程学院摘要本次课程设计任务是通过编写一个通信录管理系统,学习用Visual C++ 6.0开发简单的管理系统。

采用Visual C++ 6.0软件为主要开发工具。

巩固和加深学生对C++课程的基本知识的理解和掌握,掌握C++编程和程序调试的基本技能,利用C++进行简单软件设计的基本思路和方法,提高运用C++解决实际问题的能力,掌握书写程序设计说明文档的能力使用计算机进行信息管理。

实现通信录的管理功能(添加、删除、排序)、按姓名查询的功能,以及把联系人资料保存在文件中,将文件中内容读出来。

使用计算机进行系统管理,不仅提高了工作效率,而且大大提高了其安全性,尤其对于复杂的信息管理,计算机能充分地发挥它的优越性,通信录管理系统是每个人不可缺少的部分,在课程设计中,系统开发平台为Windows XP,程序设计语言采用Visual C++,在程序设计中,运用了面向对象解决问题的方法。

程序通过调试运行,初步实现了设计目标。

AbstractT he curriculum design task is through the preparation of a student achievement ranking management system, learning management system with Visual C++ 6 to develop simple. Using Visual C++ 6 software as the main development tool. To consolidate and deepen the students the basic knowledge of C++ course of understanding and master, master the basic skills of C++ programming, the basic idea and method of software design using C++, to improve the ability to use C++ to solve practical problems, to master the ability to write program design exposition.The use of computer information management. Realization grade management functions (add, delete, sort), statistical functions (the highest score, the lowest score, average score, pass rate), student ID, name, or the name of course query results function, as well as the students' scores are stored in the file. The use of computer management system, not only improve the work efficiency, but also greatly improves the safety, particularly for the complicated information management, computer can give full play toits advantages, student achievement management system is an indispensable part of an education unit, its content but for the policy makers and school managers important. In the curriculum design, system development platform for Windows XP, the programming language using Visual C++, in the program design, using object oriented method to solve the problem. Program by debugging and running, initially to achieve the design goals.目录1设计要求 ............................................................................................................. 11.1设计题目 ................................................................................................. 11.2设计目的 ................................................................................................. 11.3设计内容 ................................................................................................. 12设计原理和技术 ................................................................................................. 23模块设计与分析 ................................................................................................. 23.1 添加模块 ................................................................................................ 23.2 显示模块 ................................................................................................ 23.3 删除模块 ................................................................................................ 23.4 查询模块 ................................................................................................ 23.5 排序模块 ................................................................................................ 23.6 读入文件模块......................................................................................... 23.7 从文件中读出模块................................................................................. 34 程序源代码 ........................................................................................................ 35功能测试 ......................................................................................................... 115.1添加功能 ............................................................................................. 115.2显示功能 ............................................................................................. 115.3删除功能 ............................................................................................. 115.4查询功能 ............................................................................................. 115.5排序功能 ............................................................................................. 115.6保存到文件的功能.............................................................................. 125.7从文件中读出模块.............................................................................. 126总结 ................................................................................................................. 12参考文献 ............................................................................................................ 131设计要求1.1设计题目通信录管理系统1.2设计目的本课程设计是计算机科学与技术专业重要的实践性环节之一,是在学生学习完《C++程序设计》课程后进行的一次全面的综合练习。

相关主题