学生选课课程设计
- 格式:doc
- 大小:454.13 KB
- 文档页数:38
安徽工程大学毕业设计(论文)
I C#与.NET课程设计(论文/报告)
安徽工程大学本科
C#与.NET课程设计(报告/论文)
专
业:计算机科学与技术
题 目:学生选课系统
作 者 姓 名: XXXXXXXX
导师及职称: XXXXX
导师所在单位: 安徽工程大学
2013年 12月26 日
魏鑫:学生选课系统
II
设计任务书
课题名称 :学生选课系统
设计目的:
本课程设计的目的是通过独立完成一个C#数据库开发项目,让学生知道数据库开发的基本过程,并运用所学知识去独立思考和设计一个数据库。最终达到提高运用所学知识解决实际问题的能力。
实验环境:
1、Windows XP及以上;2、SQL Server 2005;3、Visual Studio
2010、C#开发语言
任务要求:
1、需求分析;2、概念设计;3、系统详细设计设计;
指导老师:XXXX
学生签名:XXXX
安徽工程大学毕业设计(论文)
III
学生选课系统
摘 要
随着科学技术的日趋发展,计算机已经在人们生活的各个领域中都起到了越来越重要的作用。作为计算机应用的一个重要部分,计算机信息管理也被广泛应用。学生选课系统是一个学校不可缺少的部分,一直以来,人们使用人工的方式管理选课信息,时间一长,将产生大量的文件和数据,这对于查找、更新和维护都带来了不少困难。学生选课系统的设计是为了更好的管理学生选课信息。学生选课系统使选课管理工作规范化、系统化、程序化。能够及时、准确、有效的查询和修改选课情况。
系统包括管理员添加选课信息、审核选课、退课信息、学生的选课、退课、查询成绩、修改个人信息、教师查看选课信息并对课程进行评分、修改个人信息。软件的各个模块操作界面简单、实用,该系统可以显著减轻教务人员的工作负担,大大提高工作效率,从而实现教务管理的数字化和网络化。
系统使用C#语言编写,使用Microsoft Visual Studio 2010开发工具,数据库使用Microsoft SQL Server,web页面显示。该系统界面简单、操作方便,容易维护,本系统可供学校使用,使得教务处人员从繁杂的选课中解脱出来。
关键词:学生选课系统;C#;web 魏鑫:学生选课系统
IV
Student elective system
Abstract
With the increasingly development of science and
technology, computers have played a more and more important
role in every field of people's life. As an important part
of computer application, computer information management
has been widely used. Student elective system is an
indispensable part of a school for a long time, the way people
use artificial management course selection information,
over time, will produce a lot of documents and data, to find,
update and maintenance have brought many difficulties.
Student elective system is designed to better management
students' course selection information. Student elective
system makes course selection management standardized,
systematic and procedural. To be able to timely, accurate
and effective query and modify course selection.
System including administrator to add selection
information, audit course, class information, course of
study, students drop out, the query results, modify personal
information, teachers view the course information and the 安徽工程大学毕业设计(论文)
V course evaluation, modify personal information. Various
modules of the software operation interface is simple and
practical, the system can significantly reduce the work
burden of educational administration personnel, greatly
improve the work efficiency, so as to realize the digital
and network of educational administration.
the system uses C# language, using Microsoft Visual
Studio 2010 development tools, use Microsoft Sql server
database, using the JSP page dynamic page technology
development. The system interface is simple and convenient
operation, easy maintenance, this system available to
schools, makes the school administrator free from heavy
class selection work.
Keywords: Student elective system; C# web
魏鑫:学生选课系统
VI
目 录
第一章 绪论·
1.1课题的研究背景和实际意义·················································
1.2国内外的研究现状和方向····················································
第二章开发工具及相关技术的介绍············································
2.1开发技术·············································································
2.2开发工具·············································································
第三章 需求分析·······································································
3.1系统业务描述······································································
3.2可行性研究·········································································
3.3功能需求············································································
第四章 概要设计····································································
4.1系统结构设计·····································································
4.2系统模块划分·····································································
4.3数据库设计········································································
第五章 系统详细设计······························································
5.1系统登录模块设计·····························································
5.2学生模块设计····································································
5.3 教师模块设计····································································