基于VC++数据库的学生信息管理系统

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

摘要:随着社会的发展与科技的全面进步,使得人们越来越向信息化、数字化发展,管理信息系统(MIS)是一个由人、计算机等组成的能进行信息的收集、传递、储存、加工、维护和实用的系统,必然会代替过去大量的、繁琐的手工操作。对于学校来说,对学生的各种信息进行统计并显示是非常重要的。本文通过Visual C++ 6.0的编程环境编写学生信息管理系统,利用Microsoft Office Access 2003数据库系统编写数据表,采用ADO数据库访问技术,用模块化设计方式将系统各个功能模块层层分解,设计出系统的模块化结构,并根据系统的具体要求和需要实现功能,详细的定义了各个模块的具体功能。开发主要包括后天数据库的建立和维护以及前端应用程序的开发两个方面,实现了学生信息的创建及学生信息的输入、浏览、维护和统计,使得系统具有功能强大,界面友好的特点。

关键词:信息管理;Visual C++ 6.0 ;Access ;ADO

Abstract: With the development of society and the progress of technology, cause the people more and more to the information, the digitized develop, the management information system composed by people and computer is a system which can collect, transmit, store, process and maintenance the information. It inevitably can massively replace the numerous and diver manual operation. For a school, it is very important to impose the information of the students and show them out. This article through the environment of Visual C++ 6.0 to compile the students information management system, uses Microsoft Office Access 2003 database system design database tables, uses the ADO technology contact the database, the systematic each function module layer upon layer will decompose with the way of the modular design, designs the modular structure of the system. The function of each modular will found according to the specific request of the system. The develops mainly includes two aspects, the backstage establishment and maintenance of database as well as the front end development of application procedure, has realized foundation, input, browsing, maintenance and statistics, enables the system to has the characteristics that formidable function and friendly surface.

Key words: Information management; Visual C++6.0;Access; ADO

目录

1 引言 (1)

2 系统概述 (2)

2.1 系统需求分析.................................................................................... 错误!未定义书签。

2.1 可行性分析 (2)

3 运行环境及系统技术简介 (2)

3.1 Visual C++ 6.0简介 (2)

3.2 Microsoft Office Access 2003技术简介 (3)

3.3 ADO技术简介 (4)

3.4 C++语言简介 (4)

4 系统分析 (5)

4.1 系统流程 (5)

4.2 功能模块设计与实现 (6)

5 系统的设计与实现 (7)

5.1 数据库的分析与设计 (7)

5.1.1 创建数据库 (7)

5.1.2 创建用户信息表 (7)

5.1.3 创建学籍信息表 (8)

5.1.4 创建班级信息表 (9)

5.1.5 创建课程信息表 (10)

5.1.6 创建成绩信息表 (10)

5.2 数据库的连接 (11)

5.3 系统主界面的设计 (11)

5.3.1 初始化系统主界面 (12)

5.3.2 启动登录模块 (13)

5.3.3 启动各信息管理模块 (14)

6 系统的模块设计与实现 (15)

6.1 权限信息管理功能模块的设计与实现 (15)

6.1.1 权限信息管理界面的设计 (15)

6.1.2 权限信息管理功能模块的实现 (16)

6.2 系统登录与注销功能模块的设计与实现 (16)

6.2.1 系统登录界面设计 (16)

6.2.2 系统登录功能的实现 (17)

6.2.3 系统注销 (17)

6.3 学籍信息管理功能模块的设计与实现 (18)

6.3.1 学籍信息管理界面的设计 (18)

6.3.2 学籍信息管理功能模块的实现 (18)

6.4 班级信息管理功能模块的设计与实现 (19)

6.4.1 班级信息管理界面的设计 (19)

6.4.2 班级信息管理功能模块的实现 (19)

6.5 课程信息管理功能模块的设计与实现 (19)

6.5.1 课程信息管理界面的设计 (19)

相关文档
最新文档