学生选课系统本科毕业设计论文 下载本文

内容发布更新时间 : 2024/5/12 11:09:07星期一 下面是文章的全部内容请认真阅读。

学生选课管理系统

目 录

第1章 绪 论 ....................................................... 2 1.1 目的和意义 .................................................... 2 1.2 课题任务 ...................................................... 3 1.3 系统设计思想 .................................................. 4 1.4 本章小结 ...................................................... 4 第2章 开发环境介绍 ................................................ 4 2.1 ASP.NET技术 ................................................... 4 2.2 C#语言 ........................................................ 5 2.3 SQL SERVER数据库简介 .......................................... 6 第3章 系统需求分析 ................................................ 7 3.1 可行性分析 .................................................... 7 3.2 系统环境 ...................................................... 9 3.3 系统的UML用例图 .............................................. 9 3.4 系统性能需求 ................................................. 10 3.5 本系统的业务流程 ............................................. 11 第4章 系统实现 ................................................... 14 4.1 功能模块 ..................................................... 14 4.2 本系统的数据库设计 ........................................... 15 4.2.1 数据库的概念结构设计 .................................... 15 4.2.2 本系统数据库的逻辑结构 .................................. 18 第5章 详细设计 ................................................... 22 5.1 用户登陆功能模块 ............................................. 22 5.2 管理员功能的模块 ............................................. 23 5.2.1 学生信息管理功能模块 .................................... 23 5.2.2 教师信息管理功能模块 .................................... 25 5.2.3 课程信息管理功能模块 .................................... 26 5.2.4 账号信息管理功能模块 .................................... 28

5.3 教师管理功能模块 ............................................. 29 5.3.1 修改用户信息模块 ........................................ 29 5.3.2 修改密码功能模块 ........................................ 30 5.3.3 学生信息查询模块 ........................................ 30 5.3.4 教师的任课表模块 ........................................ 31 5.4 学生管理功能模块 ............................................. 32 5.4.1 在线选课功能模块 ........................................ 32 5.4.2 学生课程表管理模块 ...................................... 33 第6章 系统测试与调试 ............................................. 34 6.1 测试目的 ..................................................... 34 6.2 测试方法 ..................................................... 34 6.3 系统的不足 ................................................... 35 参

献..................................................................................................................36

致谢 ............................................................ 36

摘要:大学生数量逐年增加的同时,教务信息系统的数量也在不断的增加。学校为了更加周到并且人性化的服务学生,针对学生选课这一环节,设计了本系统,可以让学生实现网络上在线选课,在设计本系统的时候,主要实现学生在线选课、课程信息的增删改、登录用户的信息查询等功能。

本学生选课系统使用的是Browser/Server(B/S)结构,用Visual Studio 2010作为系统的开发平台,本系统采用的是ASP.NET技术,SQL Server 2008作为本系统的数据库服务器,C#.NET语言作为本系统的开发语言,在开发本系统的时候还用到了一些辅助开发工具,比如:Dreamweaver、Photoshop等软件。在本文中将主要介绍学生选课系统各个功能的实现。

关键词:选课;Visual Studio 2010;SQL Server;ASP.NET;C#.NET

Abstract:When the number of college graduates increased year by year, and the number of information system of educational administration was also increased constantly. Schools in order to service for students being full of more thought and hommization, pointing at the course for students ,The design of this system ,could let students realize course-choosing online, when they design the system, mainly to make students select course online, perform in course information, such as increase ,delete, alteration, and inquire login information of users.

The course-choosing system of students applied the Browser/Server (B/S) structure, using Visual Studio 2010 as the development platform, the system applied ASP.NET technology, SQL Server 2008 as the database server, and C#.NET language as the development language, when developed the system, we also used some auxiliary development tools, for example: Dreamweaver, Photoshop and some other softwares. This paper introduces the student elective system each function in this paper.

1