学生信息成绩管理系统毕业论文
学 院 名 称: 班 级: 姓 名: 指导教师姓名: 指导教师职称:
yyyy年 M月
中文摘要
学生信息成绩管理系统是高校学生管理信息系统中的重要组成部分。学生信息成绩管理,将对学校的教务起到一个很大的作用,对学生的资料信息,成绩信息进行规范的管理。
本文结合了当前大学生的实际情况,以大学生综合素质测评为核心,以学生为主体进行科学分析,结合社会需求,构建出一套符合时代要求的综合评价体系,设计并实现了学生信息成绩管理系统。本系统采用SQL Server2008为后台数据库,Visual Studio 2010 C#的开发平台设计并制作而成。同时采用了BS(浏览器服务器)的模式,管理员、辅导员和学生都可以在任意客户端通过网络访问本系统,并进行修改、添加或查询等工作,为学校管理人员提供了一个合理的信息化管理平台,推进了学校素质教育工作的全面开展。
关键词:学生信息成绩管理,功能设计,Visual Studio 2010 C#,SQL Server2008
Abstract
Students information management system is an important part of university
students'
management
information
system.
Students
information management, will be a big impact on the school educational administration, to student's information, the management of the specification of the performance information.
In this paper, in combination with the practical situation of the current college students, college students' comprehensive quality evaluation as the core, take the student as the main body of scientific analysis, combined with the social needs, build a comprehensive evaluation system, conform to the requirements of the era of students information management system was designed and implemented. This system USES the SQL Server2008 as the background database, Visual Studio 2010 c # development platform design and production. And adopted BS (browserserver) mode, administrators, counselors, and students can be in any client .
Keywords: Students information management, functional design, Visual Studio 2010 C#,SQL Server2008
目 录
中文摘要 .........................................................................................................................
Abstract .........................................................................................................................
第一章 绪论 ....................................................................................................................
1.1选题背景 ...................................................................................................................
1.2 课题研究的现实意义 ................................................................................................
1.3 课题研究的目的 .......................................................................................................
1.4 课题的主要内容 .......................................................................................................
第二章 系统开发的方法以及技术 ..................................................................................
2.1系统开发法简介 ........................................................................................................
2.1.1结构化系统的开发法 ..............................................................................................
2.1.2快速原型法 .............................................................................................................
2.1.3面向对象的开发法 ..................................................................................................
2.2 比较各类开发法 .......................................................................................................
2.3相关技术的简介 ....................................................................................................... 1
2.3.1. Visual C#2010的相关介绍 ..................................................................................... 1
2.3.2 SQL SERVER 2008与SQL语言的介绍与特点 .......................................................... 1
第三章 学生信息成绩管理系统的系统分析 .................................................................. 1
3.1系统原则及目标 ....................................................................................................... 1
3.2工作流程图 ............................................................................................................... 1
3.2.1“选课管理”工作流程 .......................................................................................... 1
3.2.2“成绩管理”工作流程 .......................................................................................... 1
3.3业务流程分析 ........................................................................................................... 1
3.3.1业务流程图图例 .................................................................................................... 1
3.3.2主要业务流程图 .................................................................................................... 1
第四章 学生信息成绩管理系统的系统设计 .................................................................. 3
4. 1学生信息成绩管理系统的模块设计 ......................................................................... 3
4.1.1结构化设计方法 .................................................................................................... 3
4.1.2 系统的构成 ........................................................................................................... 3
4. 2学生信息成绩管理系统的数据库设计 ..................................................................... 3
4.2.1数据库概念结构设计 ............................................................................................. 3
4.2.2数据库逻辑结构设计 ............................................................................................. 3
4.2.3系统主要数据信息表 ............................................................................................. 3
4.2.4数据库物理设计 .................................................................................................... 3
第五章 系统主要模块的设计与实现 ............................................................................. 4
5.1用户登录 .................................................................................................................. 4
5.2管理员使用界面及操作 ............................................................................................ 4
5.2.1 基础信息管理 ..................................................................................................... 4
5.2.2教师管理 ................................................................................................................ 5
5.2.3 学生管理 ............................................................................................................... 5
5.2.4课程管理 ................................................................................................................ 5
5.2.5 成绩管理 ............................................................................................................... 5
5.2.9系统管理 ................................................................................................................ 5
5.3教师管理使用界面及操作 ........................................................................................ 6
5.4学生管理使用界面及操作 ........................................................................................ 6
5.4.1 学生管理 ............................................................................................................... 6
5.4.2选课管理 ................................................................................................................ 6
5.4.3 成绩管理 ............................................................................................................... 6
5.5 系统的改进 .............................................................................................................. 6
第六章 总结与展望 ....................................................................................................... 6