在线教育系统设计.doc
约66页DOC格式手机打开展开
在线教育系统设计,全文65页约18000字论述翔实摘 要internet作为全球性的计算机互联网,已深入到人们日常生活当中。现代教育技术的发展,使得学生学习得方式发生了巨大得变化,连提交作业的方式也不再只拘泥于传统的方式。本文针对这些特点,按照软件工程学的方法,具体设计出网上c语言学习系统,阐述了设计的背景、关键技术,...
内容介绍
此文档由会员 花季永驻 发布
在线教育系统设计
全文65页 约18000字 论述翔实
摘 要
Internet作为全球性的计算机互联网,已深入到人们日常生活当中。现代教育技术的发展,使得学生学习得方式发生了巨大得变化,连提交作业的方式也不再只拘泥于传统的方式。本文针对这些特点,按照软件工程学的方法,具体设计出网上C语言学习系统,阐述了设计的背景、关键技术,子系统划分以及系统各子系统功能。并利用强大的网页开发工具DreamweaverMX,基于asp技术 采用浏览器/服务器模式,实现了系统。同时,对该系统的需求分析,数据流程图,ER图。数据库设计,以及主要页面和模块的实现进行了介绍。本系统的提出对可能进行在线教育及需要在计算机上完成作业和交流经验的教学课程具有一定的意义。
Abstract
Internet has already gotten deep to people's daily life as global computer Internet. The development of Modern Education Technology make the way of study changed so enormously as to something has taken place ,even way to hand over homework no longer only adheres rigidly to traditional way. This text aims at these characteristicseses ,according to the engineering method of the software ,design the learning system of C programing language ,and explain the background of the design, key technology, the subsystem divides and system every subsystem function. Besides ,it realizes the system by strong webpage developing tool DreamweaverMX ,asp technology ,and B/S mode . Meanwhile, it introduces the demand analysis of the system, data flow chart, ER chart, the design of database and the realization of main page and module. It has the certain meaning on putting forward the system in some courses, which need completing homework on computers.
目 录
摘 要 1
Abstract 1
第一章 绪论 1
1.1 Internet和www技术 1
1.2远程教育的发展概况 2
第二章 系统开发模式、工具及环境 3
2.1 系统开发模式 3
2.2 系统开发工具 6
2.2.1 Mcaromedia Dreamweave MX简介 7
2.2.2 Active server page(ASP) 3.0简介 9
2.2.3 Microsoft Access 2000简介 11
2.3系统开发环境简介 13
2.3.1系统软件要求 13
2.3.2系统硬件要求 15
第三章 系统要求分析及概要设计 16
3.1 系统需求分析 16
3.2 系统模块化分 16
第四章 系统详细设计 18
4.1 公共课程发布系统 18
4.1.1数据库的需求分析 18
4.1.2数据库的逻辑设计 18
4.1.3文章发布系统网络页面的设计与开发 18
4.2 作业系统 31
4.2.1作业系统结构设计 31
4.2.2作业系统数据库设计 32
4.2.3作业系统详细设计 34
4.3 互动交流系统 42
4.3.1功能说明 42
4.3.2数据库设计 42
4.3.3系统详细设计 43
第五章 结束语 51
附A: 系统文档说明 54
附B: ASP技术入门 55
全文65页 约18000字 论述翔实
摘 要
Internet作为全球性的计算机互联网,已深入到人们日常生活当中。现代教育技术的发展,使得学生学习得方式发生了巨大得变化,连提交作业的方式也不再只拘泥于传统的方式。本文针对这些特点,按照软件工程学的方法,具体设计出网上C语言学习系统,阐述了设计的背景、关键技术,子系统划分以及系统各子系统功能。并利用强大的网页开发工具DreamweaverMX,基于asp技术 采用浏览器/服务器模式,实现了系统。同时,对该系统的需求分析,数据流程图,ER图。数据库设计,以及主要页面和模块的实现进行了介绍。本系统的提出对可能进行在线教育及需要在计算机上完成作业和交流经验的教学课程具有一定的意义。
Abstract
Internet has already gotten deep to people's daily life as global computer Internet. The development of Modern Education Technology make the way of study changed so enormously as to something has taken place ,even way to hand over homework no longer only adheres rigidly to traditional way. This text aims at these characteristicseses ,according to the engineering method of the software ,design the learning system of C programing language ,and explain the background of the design, key technology, the subsystem divides and system every subsystem function. Besides ,it realizes the system by strong webpage developing tool DreamweaverMX ,asp technology ,and B/S mode . Meanwhile, it introduces the demand analysis of the system, data flow chart, ER chart, the design of database and the realization of main page and module. It has the certain meaning on putting forward the system in some courses, which need completing homework on computers.
目 录
摘 要 1
Abstract 1
第一章 绪论 1
1.1 Internet和www技术 1
1.2远程教育的发展概况 2
第二章 系统开发模式、工具及环境 3
2.1 系统开发模式 3
2.2 系统开发工具 6
2.2.1 Mcaromedia Dreamweave MX简介 7
2.2.2 Active server page(ASP) 3.0简介 9
2.2.3 Microsoft Access 2000简介 11
2.3系统开发环境简介 13
2.3.1系统软件要求 13
2.3.2系统硬件要求 15
第三章 系统要求分析及概要设计 16
3.1 系统需求分析 16
3.2 系统模块化分 16
第四章 系统详细设计 18
4.1 公共课程发布系统 18
4.1.1数据库的需求分析 18
4.1.2数据库的逻辑设计 18
4.1.3文章发布系统网络页面的设计与开发 18
4.2 作业系统 31
4.2.1作业系统结构设计 31
4.2.2作业系统数据库设计 32
4.2.3作业系统详细设计 34
4.3 互动交流系统 42
4.3.1功能说明 42
4.3.2数据库设计 42
4.3.3系统详细设计 43
第五章 结束语 51
附A: 系统文档说明 54
附B: ASP技术入门 55