校园课件网的设计与实现.doc
约33页DOC格式手机打开展开
校园课件网的设计与实现,全文33页约13500字论述翔实摘要网上教学平台是建立在网络基础设施之上的、用计算机编程实现的学习环境,它的后台是一系列程序和被程序组织起来的数据库,它的前台是网页界面。良好的程序设计和实现是平台功能的基础,而良好的网站界面则是发挥平台功能优势的前提和条件。 校园网一般包括数据库模块与实时交互系统...
内容介绍
此文档由会员 痴狂少年 发布
校园课件网的设计与实现
全文33页 约13500字 论述翔实
摘 要
网上教学平台是建立在网络基础设施之上的、用计算机编程实现的学习环境,它的后台是一系列程序和被程序组织起来的数据库,它的前台是网页界面。良好的程序设计和实现是平台功能的基础,而良好的网站界面则是发挥平台功能优势的前提和条件。
校园网一般包括数据库模块与实时交互系统模块。数据库是一套资源库,内中包括有多媒体素材库、课件库、试题库,这些数据以约定的方式组织起来,供教学交互系统使用。实时教学交互系统则要求有较强大的功能,除了能够提供实时的课件点播外,还必须实现多种的交互方式如电子邮件、BBS讨论区、电子白板、CHAT等功能。
校园课件网是学校为了方便同学学习C语言,能在课后进行巩固练习,查看课程信息,并可以随时在网上进行交流,任课教师可通过网站管理学生信息,进行在线测试,及时知道学生的掌握程度,进而能适当的调整教学进度。所负责完成的C语言课件网用ASP技术进行开发的 ,后台采用的是ACCESS数据库。
本文主要阐述了校园课件网的设计与实现过程。文章开头首先讨论了选题意义,论述了开发工具ASP的选择,使用以及它的特点和现状分析,接着探讨了国内校园网站的研究情况和未来的发展趋势,并详细介绍了所负责的整个系统的开发过程,基本模块所要实现的功能和最后的运行结果 。最后根据整个系统开发过程中所碰到的各种问题自己的体会和收获,以及由于经验的不足,这个系统还存在的某些问题。
关键词: 校园课件网,ASP,ACCESS数据库
REALIZATION AND THE DESIGN OF CAMPUS LESSON NET
ABSTRACT
Teaching platform on net is the learning environment which established on network infrastructure that realizes with computer programming, its backstage supporter is a series of program with quilt program organization get up database, its proscenium is webpage interface. Good programming and realization are the foundation of platform function, and good website interface is to develop condition and the prerequisite of platform function advantage.
Campus net includes database modular and the interactive systematic modular of real time normally. Database is a set of resource storehouse, in include having the multi-media storehouse, lesson storehouse and question storehouse of source material, these datas are organized with the way stipulated, let teaching interactive system use. The teaching interactive system of real time asks to have more powerful function , only offering real time lesson to ask to broadcast must still realize various interactive mode the functions such as Email, BBS discussion district, electronic blank and CHAT.
The campus net of lessons is convenient for students to study C language, they can strengthen parctice after lesson , look over course information , and can carry out exchange on net, the lesson teacher can carry out online test through website and therefore can understand students’ information, know his students grasp which level in time, and then can make some proper adjustment teaching progress.The developed website of the C language lesson uses ASP technology, what backstage supporter adopt is that ACCESS database.
This paper has elaborated the design of campus lesson net and the course of realizing mainly. Article beginning have first discussed the meaning of selection of subject, and have discussed the option of tool ASP, make to and it's characteristic and the analysis of present situation, then, have discussed the domestic research condition of campus website and the future development course that develops tendency and has introduced the entire system taken the responsibility for in detail, the final operation result and function that modular will realize basically , finally according to entire system, develop the own cognition of various problems that met in course and gains, as well as some problem of still existent system due to the shortage of experience.
KEYWORDS: Campus lesson nets , ASP and ACCESS database
正文目录
第一章 引言 6
1.1 选题意义 6
1.1.1校园网的概述 6
1.1.2 总体结构 6
1.2 研究现状 7
1.2.1国内校园网评价现状 7
1.2.2、国外网络教学的评价分析 8
第二章ASP开发工具的介绍 10
2.1 ASP 简介 10
2.2、ASP发展的趋势 11
2.3 ASP的特点 12
第三章 高校教学网站建设的分析 14
3.1 教学网站的研究 14
3.2 教学网站的特点 15
3.2.1交流和协作功能 15
3.2.2管理功能 15
3.2.3 内容丰富 16
第四章 网站总体分析与建设 17
4.1 网站设计思想 17
4.2 具体功能实现 17
4.2.1 数据库的建立 18
4.2.2 ASP访问数据库步骤 21
4.2.4 课程介绍功能的实现 22
4.2.5 事例演示模块功能介绍 27
4.2.6 例题解析模块功能介绍 28
4.2.7 上机实验模块功能介绍 29
4.2.8 练习模块功能介绍 30
第五章总结 31
5.1体会与感想 31
致谢 32
参考文献 33
部分参考文献
7) Kvis Jamsa PH.D等著,王玉玲译,Web程序设计教程.电子工业出版社,1997
8) Dwayne Harapnuik & T.Craig Montgomerie.Student Evaluation of Web-Based Instruction
9) 丁晟春 王曰芬.网站新闻发布管理系统的设计与应用.现代图书情报技术.2002,5
10) Khan, B. H. (1997). Web-based instruction (WBI): what is it and why is it?, in B. H. Khan (Ed.), Web-based Instruction, New Jersey: Educational Technology Publications, 5-18.
全文33页 约13500字 论述翔实
摘 要
网上教学平台是建立在网络基础设施之上的、用计算机编程实现的学习环境,它的后台是一系列程序和被程序组织起来的数据库,它的前台是网页界面。良好的程序设计和实现是平台功能的基础,而良好的网站界面则是发挥平台功能优势的前提和条件。
校园网一般包括数据库模块与实时交互系统模块。数据库是一套资源库,内中包括有多媒体素材库、课件库、试题库,这些数据以约定的方式组织起来,供教学交互系统使用。实时教学交互系统则要求有较强大的功能,除了能够提供实时的课件点播外,还必须实现多种的交互方式如电子邮件、BBS讨论区、电子白板、CHAT等功能。
校园课件网是学校为了方便同学学习C语言,能在课后进行巩固练习,查看课程信息,并可以随时在网上进行交流,任课教师可通过网站管理学生信息,进行在线测试,及时知道学生的掌握程度,进而能适当的调整教学进度。所负责完成的C语言课件网用ASP技术进行开发的 ,后台采用的是ACCESS数据库。
本文主要阐述了校园课件网的设计与实现过程。文章开头首先讨论了选题意义,论述了开发工具ASP的选择,使用以及它的特点和现状分析,接着探讨了国内校园网站的研究情况和未来的发展趋势,并详细介绍了所负责的整个系统的开发过程,基本模块所要实现的功能和最后的运行结果 。最后根据整个系统开发过程中所碰到的各种问题自己的体会和收获,以及由于经验的不足,这个系统还存在的某些问题。
关键词: 校园课件网,ASP,ACCESS数据库
REALIZATION AND THE DESIGN OF CAMPUS LESSON NET
ABSTRACT
Teaching platform on net is the learning environment which established on network infrastructure that realizes with computer programming, its backstage supporter is a series of program with quilt program organization get up database, its proscenium is webpage interface. Good programming and realization are the foundation of platform function, and good website interface is to develop condition and the prerequisite of platform function advantage.
Campus net includes database modular and the interactive systematic modular of real time normally. Database is a set of resource storehouse, in include having the multi-media storehouse, lesson storehouse and question storehouse of source material, these datas are organized with the way stipulated, let teaching interactive system use. The teaching interactive system of real time asks to have more powerful function , only offering real time lesson to ask to broadcast must still realize various interactive mode the functions such as Email, BBS discussion district, electronic blank and CHAT.
The campus net of lessons is convenient for students to study C language, they can strengthen parctice after lesson , look over course information , and can carry out exchange on net, the lesson teacher can carry out online test through website and therefore can understand students’ information, know his students grasp which level in time, and then can make some proper adjustment teaching progress.The developed website of the C language lesson uses ASP technology, what backstage supporter adopt is that ACCESS database.
This paper has elaborated the design of campus lesson net and the course of realizing mainly. Article beginning have first discussed the meaning of selection of subject, and have discussed the option of tool ASP, make to and it's characteristic and the analysis of present situation, then, have discussed the domestic research condition of campus website and the future development course that develops tendency and has introduced the entire system taken the responsibility for in detail, the final operation result and function that modular will realize basically , finally according to entire system, develop the own cognition of various problems that met in course and gains, as well as some problem of still existent system due to the shortage of experience.
KEYWORDS: Campus lesson nets , ASP and ACCESS database
正文目录
第一章 引言 6
1.1 选题意义 6
1.1.1校园网的概述 6
1.1.2 总体结构 6
1.2 研究现状 7
1.2.1国内校园网评价现状 7
1.2.2、国外网络教学的评价分析 8
第二章ASP开发工具的介绍 10
2.1 ASP 简介 10
2.2、ASP发展的趋势 11
2.3 ASP的特点 12
第三章 高校教学网站建设的分析 14
3.1 教学网站的研究 14
3.2 教学网站的特点 15
3.2.1交流和协作功能 15
3.2.2管理功能 15
3.2.3 内容丰富 16
第四章 网站总体分析与建设 17
4.1 网站设计思想 17
4.2 具体功能实现 17
4.2.1 数据库的建立 18
4.2.2 ASP访问数据库步骤 21
4.2.4 课程介绍功能的实现 22
4.2.5 事例演示模块功能介绍 27
4.2.6 例题解析模块功能介绍 28
4.2.7 上机实验模块功能介绍 29
4.2.8 练习模块功能介绍 30
第五章总结 31
5.1体会与感想 31
致谢 32
参考文献 33
部分参考文献
7) Kvis Jamsa PH.D等著,王玉玲译,Web程序设计教程.电子工业出版社,1997
8) Dwayne Harapnuik & T.Craig Montgomerie.Student Evaluation of Web-Based Instruction
9) 丁晟春 王曰芬.网站新闻发布管理系统的设计与应用.现代图书情报技术.2002,5
10) Khan, B. H. (1997). Web-based instruction (WBI): what is it and why is it?, in B. H. Khan (Ed.), Web-based Instruction, New Jersey: Educational Technology Publications, 5-18.