学生选课系统课程设计报告..doc
文本预览下载声明
学生选课管理系统
摘 要
随着社会的发展,学生的人数和课程的种类急速增加,传统的选课管理模式已经无法满足当前的实际需求,为此,我们开发了学生选课管理系统。
本人结合学生选课管理的实际需要,完成对系统的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库应用程序。数据库和SQL语言进行了、、、
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—PowerBuilder9.0,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 accomplished 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, PowerBuilder9.0, SQL
目录
摘 要 I
ABSTRECT II
1 绪论 1
1.1 课题的背景 1
1.2 课题的设计 2
1.3 本文的结构 2
2 相关知识基础 3
2.1 数据库的基础知识 3
2.2 关系型数据库 5
2.3 PowerBuilder9.0开发工具简介 7
2.4 SQL概述 8
2.5 本章小结 11
3 系统分析 12
3.1 系统分析 12
3.1.1 用户要求 12
3.1.2 业务流程分析 12
3.1.3 系统实体E-R图分析 13
3.2本章小结 14
4 系统实现 15
4.1 创建一个工作空间和应用程序对象 15
4.2创建数据库表 15
4.3创建主窗口 16
4.4 创建主菜单 17
4.5系统管理模块的实现 18
4.5.1创建课程查询窗口 18
4.5.2 创建添加选课窗口 20
4.5.3 创建生成课表窗口 24
4.5.4 创建个人信息窗口 26
4.5.5 生成课表窗口的设计 27
4.5.6 创建登录窗口 29
4.5.7 splash界面的实现 30
结束语 32
致 谢 33
参考文献 34
1 绪论
数据库是数据管理的最新技术,是计算机科学的重要分支。今天,信息资源已成为各个部门的重要财富和资源。建立一个满足各级部门信息处理要求的行之有效的信息系统也成为一个企业或组织生存和发展的重要条件。因此,作为信息系统核心和基础的数据库技术得到越来越广泛的应用。从小型单项事务处理系统到大型信息系统,从联机事务处理到联机分析处理,从一般企业管理到计算机辅助设计与制造 (CAD/CAM)(CIMS)(OIS)owerBuilder9.0和SQL语言。我主要
显示全部