1 / 38
文档名称:

学生选课系统课程设计报告.doc

格式:doc   页数:38页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

学生选课系统课程设计报告.doc

上传人:1006108867 2015/12/31 文件大小:0 KB

下载得到文件列表

学生选课系统课程设计报告.doc

相关文档

文档介绍

文档介绍:学生选课管理系统
摘要
随着社会的发展,学生的人数和课程的种类急速增加,传统的选课管理模式已经无法满足当前的实际需求,为此,我们开发了学生选课管理系统。
本人结合学生选课管理的实际需要,完成了对学生选课管理系统的需求分析、功能模块划分、数据库模式分析等,并由此设计了后台数据库以及前台应用程序。
文中首先对课题背景,数据库基础理论和SQL语言进行了简单的讨论;接着,,学生选课管理系统进行了详细分析,划分了具体的功能模块;最后,给出了学生选课系统应用程序的设计过程,以及每个功能模块的核心代码。
系统可以实现学生选课的一些重要功能,如:课程的添加、删除,信息查询、选课、生成课表,以及学生选课管理人员、用户个人信息的维护等。
关键词管理系统;数据库;;SQL Server 2000
Select Course
Management System of Students
ABSTRECT
With the development of society, not only the student’s number but also the kinds of course increased rapidly, the traditional management mode has been unable to adapt to actual need, so we develop the select course management system of students.
According to the actual need of select course, I analyzed the demand, divided function nodule, analyzed database mode of the system. Then, I designed database of backstage and application program of stage.
Firstly, I simply discussed the background of this subject and the basic theory of the database and SQL language in the article. Then I analyzed the development tool—,analyzed in detail to system and divided the concrete function module. Finally, I provided the design process of the system and the key code of each function nodule.
The system plished some important functions of management system of books, such as: course’s input, output, information inquiry, select courses, create table of course, modify information of the administrators and students, etc.
KEY WORDS Management System,Database, , SQL
目录
摘要 I
ABSTRECT II
1 绪论 1
课题的背景 1
课题的设计 2
本文的结构 2
2 相关知识基础 3
数据库的基础知识 3
关系型数据库 5
7
SQL概述 8
本章小结 11
3 系统分析 12
系统分析 12
用户要求 12
业务流程分析 12
系统实体E-R图分析 13
14
4 系统实现 15
创建一个工作空间和应用程序对象 15
15
16
创建主菜单 17
18
18
创建添加选课窗口 20
创建生成课表窗口 24
创建个人信息窗口 26
生成课表窗口的设计 27
创建登录窗口 29