1、 1 毕业论文 系 别 信息安全系 专 业 软件技术 年 级 姓 名 论文(设计)题目 网上选课系统 指导老师 职称 讲师 2 摘要摘要:随着计算机及互联网的普及,网络选课系统作为高校信息化 的一个重要组成部分, 正逐渐改变着传统的人工教务管理选 课模式,逐步提高着教务管理人员以及师生的工作效率。同 时也基本实现了学生的在线信息查询、选课功能以及教师对 课程信息发布的管理等功能, 另外也初步解决了教师在课程 信息发布管理上的权限问题。应用此系统,学生可以通过网 络在任意地点、指定的时间进行选课。在此背景下,充分利 用现有网络资源,建立网上选课系统势在必行。本程序前台 采用 C#进行页面制作,后
2、台有 Access 数据库支持,通过使 用 C#静态网页效果达到对数据库的操作以完成使用者的要 求。本文中除了有对程序的总体设计、详细设计、功能实现 等主体部分外, 在这之前还介绍了与网上选课系统相关的信 息管理系统、网络编程技术等的基本内容及发展情况。 关键字关键字:选课;信息发布;权限;Access;C# Abstract: With the popularity of computers and the Internet,online Network Elective system as a important part of college information.it is grad
3、ually changing the traditional of artificial Educational Administration Elective.And also gradually increase the efficiency of teachers and students.Moreover, this system is basically used for the on-line information searching, the course choosing and the announcing course managing. Besides, the pow
4、er of the teacher has been well controlled. Students could choose courses anywhere anytime via internet by this system. In this context,it is necessary to establish a online register system by full use of exsiting network resources. The form is made by C#, the data base is built by Access and the st
5、atable website is made by using the C# .This paper includes the main designing , the detail designing, the function designing and , before this , some basic knowledge and present development of the programs mentioned 3 above. Keywords: course choosing , announcing the course information , power , Ac
6、cess ,C# 概述. 4 第一章:设计的可行性. 5 1.1 本课题的目的. 5 1.2 本课题的研究意义 5 第二章:相关软件及技术介绍 6 2.1 C# 6 2.2 Access 数据库 6 第三章:系统概述 7 3.1 项目范围 7 3.2 设计策略 7 第四章:系统总体设计. 8 4.1 系统结构设计. 8 4.1.1 块功能及示意图: . 8 4.1.2 与学生的实体-关系图(E-R 图) 8 4.1.3 统层次概况图: 10 4.1 系统层次概况图 .11 4.2 数据库设计 .11 4.2.1 管理员表(存放管理员的信息). 12 4.2.2 教师表(存放教师信息) . 12 4.2.3 课程表(存放课程信息) . 12 4.2.4 学生表(存放学生信息) . 12 4.2.5 学生选课表(存放学生选课信息) . 13 第五章:详细设计 13 5