学生选课管理系统
【摘要】
信息化的时代,把我们的生活装进计算机,装进数据库系统,让我们的生活井井有条。无论是生活、工作还是学习,我们都需要一个完善的系统帮助我们更好的记录。当然师生量庞大的学校对于数据库系统的需求更是迫切,所以本次课程设计就选择了学生选课管理系统。为了做出方便快捷的系统,我进行了需求分析,逻辑设计,物理设计,然后选用SQL Server 2005建立学生选课数据库,再用Visual Studio 2008设计了前台页面,就开发出了一个学生可以选课,教师可以录入并查询学生成绩,管理员可以管理学生信息、教师信息、课程信息等一列功能的学生选课系统。这个系统符合正常逻辑,操作简单,管理方便。 【 abstract 】
The information age, our life into the computer, put into the database system, let our life be arranged in good order. No matter in life, work and learning, we all need a perfect system to school for the on the choice of the student elective system. In order to make the system convenient, I conducted a needs analysis, logical design, physical design, and then choose SQL Server 2005The establishment of student course database, use Visual Studio 2008 to design the front page, it developed an elective students, teachers can record and query student achievement, the administrator can manage student information, teacher information, course information, the one one column function students select the lesson system. Normal logic, this system with simple operation, convenient management.
目录
1. 系统概括 ..................................................................................................................................... 3
1.1. 课程设计选题.................................................................................................................. 3 1.2. 项目背景.......................................................................................................................... 3 1.3. 课设报告编写目的.......................................................................................................... 3 1.4. 课设报告的组织.............................................................................................................. 4 2. 系统需求分析 ............................................................................................................................. 4
2.1. 系统管理员...................................................................................................................... 4 2.2. 学生用户.......................................................................................................................... 4 2.3. 教师用户.......................................................................................................................... 5 3. 数据库设计 ................................................................................................................................. 5
3.1. 概念结构设计.................................................................................................................. 5
3.1.1. 分E-R图 .............................................................................................................. 5 3.1.2. 局部E-R图 ........................................................................................................ 6 3.1.3. 合并E-R图 .......................................................................................................... 7 3.2. 逻辑结构设计.................................................................................................................. 8
3.2.1. 逻辑转换 ............................................................................................................... 8 3.2.2. 细化表结构 ........................................................................................................... 8 3.3. 物理结构设计及实施...................................................................................................... 9
3.3.1. 创建表 ................................................................................................................... 9 3.3.2. 建立视图 ..............................................................................................................11 3.3.3. 建立索引 ............................................................................................................. 12 3.3.4. 存储过程的建立 ................................................................................................. 13 3.3.5. 创建触发器 ......................................................................................................... 13
4. 界面设计与实现 ....................................................................................................................... 15
4.1. 功能模块界面分析........................................................................................................ 15 4.2. 登录界面........................................................................................................................ 15 4.3. 管理学生、课程、教师信息界面 ................................................................................ 15 4.4. 教师管理界面................................................................................................................ 16 4.5. 学生选课管理界面........................................................................................................ 16 5. 系统测试 ................................................................................................................................... 17
5.1. 用户登陆测试................................................................................................................ 17 5.2. 管理员管理信息测试.................................................................................................... 17
5.2.1. 添加学生信息 ..................................................................................................... 17 5.2.2. 修改学生信息 ..................................................................................................... 18 5.2.3. 删除学生信息 ..................................................................................................... 18 5.2.4. 管理教师课、程信息 ......................................................................................... 19 5.3. 学生选、退课程测试.................................................................................................... 19 6. 总结 ........................................................................................................................................... 20 7. 主要参考文献 ........................................................................................................................... 20 8. 附录 ........................................................................................................................................... 21
8.1. 源代码............................................................................................................................ 21 8.2. 系统使用说明................................................................................................................ 25
相关推荐: