1 / 46
文档名称:

选题管理系统毕业设计论文.doc

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

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

分享

预览

选题管理系统毕业设计论文.doc

上传人:miao19720107 2018/8/21 文件大小:972 KB

下载得到文件列表

选题管理系统毕业设计论文.doc

文档介绍

文档介绍:毕业设计选题管理系统
摘要
现代信息技术的发展,使得基于WEB技术的网络教育平台成为现代教育技术改革与发展的方向。
本文介绍了ASP+SQL技术开发该系统的子系统的整个过程。该系统主要利用了ASP强大的网络数据库访问技术,实现了毕业设计的网上完成。系统设计并实现了学生题目查询和搜索,题目选择修改删除,老师毕设题目的申报修改,管理员队整个过程的全程监控等等功能。这些功能使得网上毕业设计选题系统简单实用。从而加强毕业设计的管理,提高教师的工作效率,降低教师的工作量。
本论文从系统需求分析、总体设计、详细设计、系统实现和系统测试这五个角度对系统的开发过程进行了详细的介绍,并对该系统的主要特点以及采用的主要开发工具进行了简单的介绍。
关键词: ASP;SQL;网络教育;导航;自适应性
Abstract
With the development of information technology, the web-based education platform has been a direction of modern education.
According to the problems existing at present, the paper gives an overall analysis and introduction of courseware system. At the same time, it gives all the procession of developing the subsystem using ASP+SQL technology. Through the strong ability of ASP+SQL technology, it realizes online studying adaptively. The system designs and realizes different navigation strategies such as module navigation, searching navigation, knowledge classifying navigation and helping navigation. These strategies have different functions. Searching knowledge navigation and knowledge classifying navigation are mainly based on the relations of the knowledge and then supplies different knowledge to users. So that it improves users' learning efficiency and study enthusiasm to a certain extent.
The thesis from system requirements analysis, design, detailed design, system testing and system to achieve the five point, carry on detailed introduction. bined to carry on simple introduction to the main characteristics of that system and the main system development tools.
Key Words: ASP; SQL ; wed-based education; navigation; adaptive
目录
摘要 I
Abstract II
第1章引言 1
1
1
第2章系统开发工具 3
SQL语言的简介 3
ASP 4
Dreamweaver8 6
第3章系统规划与系统分析 7
系统的总体结构 7
系统的业务流程分析 8
系统的数据流程分析 9
数据库需求分析 11
第4章系统设计与实现 12
系统设计 12
系统流程设计 12
模块结构设计 14
数据存储设计 15
系统WEB界面设计原则 19
系统文件目录结构设计 20
系统实现 20
用户验证功能的实现 20
学生模块的实现 21
教师模块的实现