(二 〇 一 〇 年 六 月双学位毕业论文 学校代码: 10128 学 号: ************题 目:高校学生选课系统的分析与设计 学生姓名: 学 院:管理学院 专 业:工商管理 第一专业:信息与计算科学 班 级:06级工管双学位 指导教师:摘要大学期间总会有很多公共选修课,传统的选课方法没有预见性,无法实现课程和人数的调配。
这是大学校园教学管理一个非常实际性的问题。
网上选课系统,可以在开课前就在网上选课,每个学生的课程在开课前就确定好,使教学资源合理平均地分配。
本系统使用作为开发工具,实现了HTML设计代码与后台编程代码的分离。
系统中使用+SQL Server+IIS,主要考虑到同学们选课主要使用Windows系统,对支持良好,而且代码更易于维护。
对于数据库存取操作,多数系统直接将SQL语句写在代码里进行数据库查询。
在该系统中,绝大部分功能都使用存储过程来完成数据库访问的工作。
系统包括三个主要模块:管理员模块、教师模块、学生模块。
管理员模块主要实现5个功能,分别是院系管理、专业管理、教师管理、课程管理和学生管理。
学生界面主要实现3个功能,分别是个人信息维护、选课、查看选课信息。
教师管理界面主要实现两个功能,一个是查看任课老师课程表,另一个是查看任课老师的学生信息。
关键词:网上选课;SQL Server 2000数据库;Microsoft Visual Studio 2005;AbstractThere are a lot of public electives during the university period. The traditional method of course choosing lack prescience, and there are no prior coordination. This is a very physically sexual problem in the university campus of teaching manage. Online course selection system can be before the commencement of online enrollment, each student before the commencement of the course well established, so that a reasonable average distribution of teaching resourcesThe system uses as a development tool, designed to achieve the HTML code and background separation of programming code. System using + SQL Server + IIS, mainly taking into account the main course selection students to use Windows, support on well, and code easier to maintain. For the database access operations, the majority of the system to write directly to the SQL statement to query the database in the code. In this system, most functions are used to access the database stored procedures to complete the work.System includes three main modules: the administrator module, teacher module, student module. Administrator module to achieve five main functions, namely, faculty management, professional management, teacher management, curriculum management and student management. Student interface to achieve three main functions, namely, maintenance of personal information, course selection, see enrollment information. Teacher management interface to achieve two main functions, one is to check the instructor curriculum, and the other students see the instructor information.Keywords: online course elect;SQL Server2000 database;Microsoft Visual Studio 2005;目录第一章绪论 (1)1.1课题背景 (1)1.1.1人工选课 (1)1.1.2课题研究的内容 (2)1.2国内外概况 (3)1.2.1选课制的教育思想基础 (3)1.2.2网上选课系统的现状 (3)1.2.3选课系统要实现的目标 (4)1.3课题研究的目的和意义 (4)第二章选课系统的技术背景 (6)2.1数据库SQL Server 2000 (6)2.1.1 SQL Server 2000概述 (6)2.1.2 SQL Server 2000特性 (6)2.2软件开发语言C# (8)2.2.1 C#面向对象语言 (8)2.2.2 C#语言和C/C++语言的关系 (8)2.2.3 C#语言和C/C++语言的差别 (8)2.2.4 C#的特性 (9)2.3开发工具Microsoft Visual Studio 2005和ADO (9)2.3.1 Microsoft Visual Studio 2005 (9)2.3.2 ADO编程技术 (10)第三章系统分析 (12)3.1系统简介 (12)3.2系统运行环境 (13)3.2.1硬件平台 (13)3.2.2操作系统 (13)3.2.3应用软件及开发平台 (13)3.3系统的功能需求 (13)3.4系统的数据需求 (14)3.5流程分析 (14)3.5.1业务流程分析 (14)3.5.2系统流程分析 (15)3.5.3数据流程分析 (16)第四章系统设计 (18)4.1系统设计架构 (18)4.1.1 B/S架构 (18)4.1.2 C/S架构 (19)4.1.3 Smart Client (19)4.2系统的数据库设计 (20)4.2.1数据库需求分析 (20)4.2.2系统的主要E-R图 (20)4.3数据表设计 (22)4.3.1数据表设计 (22)4.3.2数据库的表间关系 (23)4.4系统功能模块设计 (24)第五章高校选课系统实现 (27)5.1登陆系统和退出系统 (27)5.1.1登录系统 (27)5.2管理员用户 (27)5.2.1院系管理 (28)5.2.2学生模块管理 (28)5.3学生用户 (29)5.3.1个人信息维护 (29)5.3.2选课 (29)5.4教师用户 (30)5.4.1查看担任课程课表 (30)5.4.2查看担任课程的选课学生信息 (31)结论 (32)参考文献 (33)谢辞 (34)第一章绪论1.1课题背景在信息全球化、网络化的今天,校园网已成为每所高校必备的信息基础设施,也成为学校提高教学管理水平的重要手段。