教学网站全套开发设计.doc
约56页DOC格式手机打开展开
教学网站全套开发设计,论文标准word格式排版 共 56页 18673字摘要本文概要地讲述了教学网站的开发环境,以及软硬件的要求。对编程语言asp、开发工具dreamweaver、iis和数据库access做了简单的介绍。并论述了作业系统和习题系统的设计和实现过程。该网站分成四大模块:习题系统,作业系统,在线答疑,在线考试。本论文主要论述交...
内容介绍
此文档由会员 莎士比亚 发布
论文标准WORD格式排版 共 56页 18673字
摘要
本文概要地讲述了教学网站的开发环境,以及软硬件的要求。对编程语言Asp、开发工具Dreamweaver、IIS和数据库ACCESS做了简单的介绍。并论述了作业系统和习题系统的设计和实现过程。
该网站分成四大模块:习题系统,作业系统,在线答疑,在线考试。本论文主要论述交作业系统和习题测试系统的设计与实现。作业系统具有学生注册,作业下载,作业上传,创建作业,管理作业的功能。习题测试系统:学生可以重复做习题,做完习题系统可以自动生成答案和学生所做的选择。
关键词:ASP,网络教学,数据库,习题系统,作业系统
Abstract
This article is about a development environment of the teachingwebsite, and the request of the software and hardware.I did a simple introduction of the Asp language of the procedure plaiting , Dreamweaver, IIS and the ACCESS database.The article also related the design of the operation system and the exercises system and carry out the process .
That website is divided into the four major mold piece:The exercises system, operation system, on-line answer system , on-line examination. The article maily related the design of the exercises system and the operation systems. The function of operation system is: student register, homework download, homework upload, homework Establishment , homework management.Then, the function of exercises system is:The student can repeat the exercises, after the exercises system can autocreate Exactitude answer and my choice.
Key words:ASP,network teaching,database,. Exercises system,homework system.
目录
摘要 1
ABSTRACT 2
目录 3
第一章 课题概述 5
1.1教学现状和需求分析 5
1.2设计应用 5
第二章 开发环境 7
2.1网站建设的平台选择 7
2.2服务器硬件 7
2.3服务器软件 7
2.4编程语言asp 8
2.4.1 ASP简介 8
2.4.2 Asp 语言的特点 8
2.4.3 ASP的对象和组件: 9
2.5开发工具 11
2.5.1 web浏览器 11
2.5.2开发软件DREAMWEAVER 11
2.5.3 IIS服务简介 12
2.5.4 IIS中虚拟目录的建立 12
2.5.5 ACCESS 2003简介 13
第三章 网站的总体规划 14
3.1 网站的基本功能和对应的框图 14
3.2 数据库的选择和设计 15
3.2.1数据库的选择 15
3.2.2连接数据库的方法 15
3.2.3 数据库的设计 16
第四章 系统功能的设计 18
4.1作业系统的功能 18
4.1.1学生注册 19
4.1.2作业创建 24
4.1.3 作业上交 30
4.2习题测试模块的功能 33
4.2.1多级目录的生成 33
4.2.2单项选择题答案的提交 34
第五章 结束语 38
第六章 感谢 39
参考文献 40
附录一 英文文献原文及译文 41
摘要
本文概要地讲述了教学网站的开发环境,以及软硬件的要求。对编程语言Asp、开发工具Dreamweaver、IIS和数据库ACCESS做了简单的介绍。并论述了作业系统和习题系统的设计和实现过程。
该网站分成四大模块:习题系统,作业系统,在线答疑,在线考试。本论文主要论述交作业系统和习题测试系统的设计与实现。作业系统具有学生注册,作业下载,作业上传,创建作业,管理作业的功能。习题测试系统:学生可以重复做习题,做完习题系统可以自动生成答案和学生所做的选择。
关键词:ASP,网络教学,数据库,习题系统,作业系统
Abstract
This article is about a development environment of the teachingwebsite, and the request of the software and hardware.I did a simple introduction of the Asp language of the procedure plaiting , Dreamweaver, IIS and the ACCESS database.The article also related the design of the operation system and the exercises system and carry out the process .
That website is divided into the four major mold piece:The exercises system, operation system, on-line answer system , on-line examination. The article maily related the design of the exercises system and the operation systems. The function of operation system is: student register, homework download, homework upload, homework Establishment , homework management.Then, the function of exercises system is:The student can repeat the exercises, after the exercises system can autocreate Exactitude answer and my choice.
Key words:ASP,network teaching,database,. Exercises system,homework system.
目录
摘要 1
ABSTRACT 2
目录 3
第一章 课题概述 5
1.1教学现状和需求分析 5
1.2设计应用 5
第二章 开发环境 7
2.1网站建设的平台选择 7
2.2服务器硬件 7
2.3服务器软件 7
2.4编程语言asp 8
2.4.1 ASP简介 8
2.4.2 Asp 语言的特点 8
2.4.3 ASP的对象和组件: 9
2.5开发工具 11
2.5.1 web浏览器 11
2.5.2开发软件DREAMWEAVER 11
2.5.3 IIS服务简介 12
2.5.4 IIS中虚拟目录的建立 12
2.5.5 ACCESS 2003简介 13
第三章 网站的总体规划 14
3.1 网站的基本功能和对应的框图 14
3.2 数据库的选择和设计 15
3.2.1数据库的选择 15
3.2.2连接数据库的方法 15
3.2.3 数据库的设计 16
第四章 系统功能的设计 18
4.1作业系统的功能 18
4.1.1学生注册 19
4.1.2作业创建 24
4.1.3 作业上交 30
4.2习题测试模块的功能 33
4.2.1多级目录的生成 33
4.2.2单项选择题答案的提交 34
第五章 结束语 38
第六章 感谢 39
参考文献 40
附录一 英文文献原文及译文 41