学生信息管理系统(c++).rar

RAR格式版权申诉手机打开展开

学生信息管理系统(c++),学生信息管理系统(c++)1.3万字23页论文+代码摘要随着现代科学的发展,计算机的应用几乎进入了生活中的每一个领域。计算机技术在信息管理上也得到了越来越深入而广泛的应用,信息管理系统的实施在技术上已逐步成熟。学生信息管理系统是学校等教育单位不可缺少的部分,利用计算机对学生信息进行管理,具有传统手工管理无法比拟的优点....
编号:78-31561大小:825.30K
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 刘丽 发布

学生信息管理系统(C++)
1.3万字 23页
论文+代码


摘要
随着现代科学的发展,计算机的应用几乎进入了生活中的每一个领域。计算机技术在信息管理上也得到了越来越深入而广泛的应用,信息管理系统的实施在技术上已逐步成熟。
学生信息管理系统是学校等教育单位不可缺少的部分,利用计算机对学生信息进行管理,具有传统手工管理无法比拟的优点.例如:检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高学生信息管理的效率,也是科学化、正规化的管理,与世界接轨的重要条件。
本系统以Visual C++6.0作为开发工具,Access存储学生信息,应用MFC进行ODBC编程,实现学生信息的管理。本系统界面友好,操作方便,支持海量数据,维护方便,是功能比较完备的信息管理系统。
关键字:VC++6.0,数据库,Access,ODBC。
















Abstract
With the development of modern science,Computer applications into almost every area of life。The computer technology also obtained more and more thorough and the widespread application in the information management, The information management system implementation has been gradually mature in the technology。
The student information management system is the essential part in the school and some education unit,Using the computer to student information carries on the management, It's merit is unable to compare which the traditional manual management。For example: the search rapidly, the reliability high, the reserves big, the secrecy good, the life is long, the cost is low, and so on. These merits can enormously enhance the efficiency for the student information management, also is scientific, the standardized management, connects rails the important condition with the world.
This system is develops with Visual C++6.0, Access saves the student information, carries on the ODBC programming using MFC, realizes the student information management. This system contact surface is friendly, the ease of operation, supports the magnanimous data, maintains conveniently, and it is the function quite complete information management system.
Keywords:VC++6.0,Database,Access,ODBC.


















目 录
前言……………………………………………………………………………………4
1.系统概述 ……………………………………………………………………………5
1.1 系统需求………………………………………………………………………5
1.2 可行性分析……………………………………………………………………5
1.3 系统简介………………………………………………………………………5
1.3.1项目规划 …………………………………………………………………5
1.3.2系统模型 …………………………………………………………………6
2. 系统开发环境……………………………………………………………………7
2.1 VC++概述……………………………………………………………………7
2.2 Visual C++进行数据库开发的优势…………………………………………7
2.3 Visual C++提供的数据库访问技术 …………………………………………8
2.4 MFC ODBC 数据库访问技术介绍 …………………………………………8
3.数据库设计 ……………………………………………………………………… 10
3.1登陆用户表 ……………………………………………………………………10
3.2学生信息表 ……………………………………………………………………10
3.3成绩表设计 ……………………………………………………………………11
4. 详细设计…………………………………………………………………………12
4.1连接数据库……………………………………………………………………12
4.2动态设置数据源………………………………………………………………12
4.3使用Tab Control控件…………………………………………………………12
4.4模块详细设计…………………………………………………………………13
4.4.1登陆…………………………………………………………………………13
4.4.2学生信息管理………………………………………………………………13
4.4.3添加记录……………………………………………………………………15
4.4.4 用户管理…………………………………………………………………15
4.4.5成绩管理……………………………………………………………………16
5. 总结…………………………………………………………………………………21
致谢……………………………………………………………………………………22
参考文献………………………………………………………………………………23



参考文献
1.钱能《C++程序设计教程》 清华大学出版社 2005.9
2.Andrew Koenig Barbara Moo 《C++沉思录》 人民邮电出版社2002.11