2015年计算机毕业论文-学生成绩管理系统.doc
文本预览下载声明
南京中医药大学
本科生毕业论文
信息技术学院计算机科学与技术 专业 10年级
学 号 084010356
学生姓名 薛小平
论文题目 学生成绩管理系统
实习单位 南京中医药大学
指导教师 印志鸿
起止时间 2014年3月11日至5月27日
2014 年6 月 7 日
摘 要
成绩管理系统依据开发要求主要应用于教育系统,完成对日常的教育工作中学生成绩档案的数字化管理。学生成绩管理系统的出现正日益取代着传统的人工管理学生成绩的方式,是一个教育单位不可缺少的重要组成部分,它的内容对于学校的教务管理人员来说至关重要,作为计算机应用的一部分,利用计算机进行学生成绩信息的管理无疑是一条行之有效且高效的办法。本文相关系统的开发主要使用了Visual Studio 2010作为开发的工具,SQL Server 2005作为后台数据库,参照软件工程的步骤来开发网站,做了需求分析以及数据的设计,以三个角色作为开发的主线,学生、教师以及管理员,各自实现自身的功能。
关键词 管理;信息;ASP.NET;SQL Server
Abstract
According to there quirements of developing, the system is mainly applied to education system which manage as the daily teaching education al administration and computeration of teachers and students. Emergence of?student achievement management system?is increasingly replaced?the manual management?of student achievement?in traditional?way,?is an indispensable part of?an?education?unit,?its content?is very important?for the?school educational administration?management,?as a part of computer application,?make?use of computer information management student achievement?is undoubtedly an effective and efficient?methods. The development of the?related?system mainly uses the Visual Studio 2010 as a development tool, SQL Server 2005 as the backstage database, follow the steps of software engineering to develop the site, do the requirement analysis and design of the data, with three roles as the main line, to develop students and teachers and administrators, realize their respective functions.
Key words : manage;information ; ASP.NET; SQL Server
目 录
摘 要 1
Abstract 2
1.绪论 5
1.1研究背景 5
1.2研究现状与发展 5
1.3系统实现的目标 6
1.4系统开发的意义 6
1.5本章小结 6
2.系统分析 7
2.1系统开发环境 7
2.2可行性分析 7
2.2.1经济可行性 7
2.2.2技术可行性 7
2.2.3运行可行性 8
2.3技术介绍 8
2.4系统需求分析 9
2.4.1系统的功能需求 10
2.4.2数据库设计需求 10
2.4.3数据字典 11
2.4.4系统数据流图 12
2.5本章小结 13
3.系统设计 14
3.1数据库设计 14
3.1.1概念模型设计 14
3.1.2数据库表介绍 16
3.2系统结构设计 18
3.2.1软件结构设计 18
3.2.2系统功能设计 19
3.3.本章小结 20
4.系统实现 21
4.1系统登陆界面 21
4.2系统管理主界面 23
4.2.1管理平
显示全部