中查找“学生信息管理系统的设计与实现”更多相关内容
中查找“学生信息管理系统的设计与实现”更多相关内容
- ·上一篇毕业设计:宾馆管理系统的设计与实现
- ·下一篇毕业设计:公用房信息系统的设计与实现
学生信息管理系统的设计与实现
本编号VB019,由VB+ACCESS开发
包括:程序代码,,答辩演示(8300字)
摘要
随着微型的广泛使用,它在许多领域已起着越来越重要的作用。在学校的学籍管理中,虽然已经存在许多学籍管理系统,但由于学校之间管理的差异和信息的不同,各个学校对学籍管理的要求也不相同,这样我们需要根据具体学校的具体要求来开发学籍管理系统以方便学校对学生进行管理。本系统主要是对学生的各种信息进行处理。
学生管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。我们采用 MICROSOFT公司的Microsoft Access2000 来创建和管理后台数据库,采用Visual Basic 6.0开发工具来开发前端应用程序。
本系统主要是对学生的各种信息进行处理。处理工作包括录入学生基本信息、录入学生成绩、添加用户、修改密码等。本系统还了多种条件的查询及排序,可根据用户的选择显示出相应的结果,从而方便用户操作。
关键词:信息管理 数据库 窗体 控件 模块
Abstract
Along with the extensive usage of the microcomputer, it has already risen the more and more important function in many real-ms. In the student status management of school, although there h-ave already existed many student statuses management systems,bec-ause of the differences of management and information among sc-hools, each school has different request to the management of stat-ues.Thus we need to develop the student status management syste-m to make the management of the school to the students more c-onvenient according to the concrete request of the concrete school.This system mainly carries on the processing of various informati-on about the students.
Student management system is typical information management system (MIS), its development primarily includes two aspects, the establishment and support of backstage database, and the development of the head application programs. We adopt the Microsoft Access 2000 of the company of MICROSOFT to establish and m-anage the backs-tage database, and adopt the Visual Basic 6.0 de-velopment tool to develope the head application program.
This system mainly process various information of the studen-ts. And the processing mainly includes the record of the basic inf-ormation of students and the record of the student result, increasi-ng the customer and modifying password etc. This system still de-signes various conditional searches and the row preface, and can display the homologous result according to the choice of the cust-omer, thus convenient customer’s operation.
Key Words:Information management, database, window, controls, module
目录
摘要 3
Abstract 4
一 需求分析 6
1 需求分析的任务 6
2 数据流图 7
3 数据字典 7
二 总体 7
1 分析 7
2 数据库 7
3 系统功能 9
4 系统开发工具的选择以及运行环境 10
三 详细 11
1 创建数据库和数据表 11
2 数据库连接 12
3 实现菜单选项 13
4 程序流程图 13
四 程序的实现 15
1 学生管理主窗体的创建 15
2 系统用户管理模块的创建 16
3 学生基本信息管理 18
4 课程管理 20
5 成绩管理模块的创建 21
6 创建工程项目 22
结束语 22
致 谢 23
参考文献 24