学 生 管 理 信 息 系 统
摘要:
计算机技术的发展,特别是网络技术的飞速发展,给文档的保存和管理提供极大的方便。本论文中,将软件工程的基本原理和方法应用到整个系统,并对其进行需求分析,提出了解决问题的具体方法。本论文软件技术部分涉及系统的开发和集成。首先论述了开发平台的搭建:前端开发工具为Visual Basic 6.0,后端数据库的开发工具为Access 2000,操作系统的选择为Windows 2000。接着论述了系统的实现,包括主要功能的实现和数据库及安全的实现。总结了本次开发的经验、问题与展望。
关键词:数据库 Visual Basic Access 2000
Abstract:With the rapidly developing of computer technology, especially in the network, the storage and management of file is more convenient. In this paper, the basic theory and the method of the soft project were used in the whole system, and basing on the analysis of the system’s demand, the measure was brought forward. The software technical part of this article discusses system development and other. First, it discusses the design of development terrace. The front's development Tool is Visual Basic 6.0. The back's development tool is Access 2000.The Operate System is Windows 2000. Second, it discusses the system realization. It includes the realization of system main function, database and security etc. this article also discusses the problem and experience and outlook.
目 录
第一章 课题需求分析………………………………………………………3
第二章 设计任务……………………………………………………………3
第三章 系统分析…………………………………………………………… 3
3.1主窗体设计框架……………………………………………………3
3.2开发环境…………………………………………………………… 3
3.3数据库设计……………………………………………………………4
第四章 系统设计………………………………………………………………4
4.1学生档案信息模块……………………………………………………4
4.2 班级管理功能模块……………………………………………………6
4.3学生档案查询模块……………………………………………… 8
4.4 学生档案浏览模块………………………………………………10
4.5 课程管理模块 …………………………………………………16
4.6 小结 ………………………………………………………… 21
第五章 总结 ………………………………………………………………22
致谢…………………………………………………………………………22
参考文献……………………………………………………………………22
附录…………………………………………………………………………23
一、课题需求分析
客户要求:学生管理信息系统分为五个部分:
系统管理、班级管理、学生档案管理、成绩管理、课程管理
系统管理实现以下功能:
1.添加拥有不同权限的管理员
2.修改相应管理员的密码
班级管理实现以下功能:
1.添加新班级信息、
2.浏览现有班级的情况
3.快速查询某个班级信息
学生档案管理实现以下功能:
1.添加新学生档案信息、
2.浏览现有档案信息
3.快速查询某个学生档案信息
成绩管理实现以下功能:
1. 添加学生成绩、
2. 添加考试类型、
3. 浏览学生考试成绩
4. 查询某个学生成绩
课程管理实现以下功能:
1. 可查询现已开设的课程情况
2. 添加新的课程信息