1 / 48
文档名称:

网上选课系统的设计与实现.doc

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

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

分享

预览

网上选课系统的设计与实现.doc

上传人:bb21547 2021/1/19 文件大小:1.10 MB

下载得到文件列表

网上选课系统的设计与实现.doc

相关文档

文档介绍

文档介绍:摘 要
随着计算机技术的飞速发展,高校也已进入信息化时代。为了使高校管理更高校、更科学,决定开发网上选课系统。
本文采用结构化分析的方法,首先进行系统开发背景的介绍,系统的开发目的;接下来系统的关键技术以及系统开发模式的介绍;之后是系统分析,包括系统可行性分析,业务流程分析,数据流程分析和数据字典;然后是系统设计,包括功能设计和数据库的设计;接下来是系统实现,主要讲述了系统的界面实现;最后是系统测试,测试了本系统的功能和性能。
本系统用ASP+SQL 2000开发,开发过程中运用了页面模块化、信息发布的动态生成、静态页面显示等技术开发。系统开发模式采用B/S模式。本系统的设计实施为网上选课系统的运行做基础,为网上选课管理工作提供良好的条件。
关键词:网上选课;结构化分析;系统
Abstract
With the rapid development of computer technology, the universities have entered the information age. To make university management more universities, more scientific, decided to develop the online course selection system.
In this paper, the method of structured analysis, the first introduction of the system development background, the purpose of system development; the introduction of the next key technology of the system and system development model; after system analysis, including the system feasibility analysis, business process analysis, data process analysis and data dictionary; and system design, including functional design and database design; next, the system focuses on the interface of the system; Finally, system testing, test the functionality and performance of the system.
The system ASP + SQL 2000 development, the development process using the page modular, dynamically generated information, static pages display technology development model with B / S mode. The design and implementation of this system as a foundation for the operation of the online course selection system, provide good conditions for Online Course management.
Keywords: Online Course; structured analysis; system
目 录
摘 要 I
Abstract II
第1章 引言 1
系统开发背景 1
系统开发意义 2
管理系统概述 2
管理信息系统概念及其发展 2
管理信息系统的功能 2
管理信息系统的开发方法 3
第2章 关键技术介绍 5
网页设计工具的选择 5
编程语言的选取 8
数据库的选取 10
系统开发模式 12
第3章 系统分析 15
系统可行性分析 15
技术可行性 15
经济可行性 15
社会可行性 15
业务流程分析 16
数据流图 18
数据字典 20
第4章 系统设计 23
系统功能设计 23
系统数据库设计 24
4