网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 论文下载 -> 资料论文下载 -> 实验教学网络互动平台的设计与实现
计算机论文资料| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

实验教学网络互动平台的设计与实现

本文ID:LW19386 字数:13748,页数:42 价格:¥40.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 实验教学网络互动平台的设计与实现 (收费:4000 积分)  如何获取积分?
实验教学网络互动平台的设计与实现

^论文字数:13748,页数:42  只有^论文

摘要

 随着计算机与网络的普及,师生之间的交流也更加方便。但是传统教学方式在师生互动诸方面有一定的限制。实验教学网络平台作为传统实验教学的补充,借助网络,提供互动平台,增进教学的沟通,方便资源的共享。本文论述的实验教学网络互动平台是在经过调研以及总结其他网络教学平台设计的经验基础上构建而成的。本文分析了目前教学网络平台的现状,总结出基于校园网的教学互动平台所应该具备的主要功能。^论文着重论述并分析了C/S、B/S这两种系统模式的优缺点,提出用C/S、B/S两种模式相结合的方法构造教学互动平台的设计方案。该方案使用ASP.NET、Visual Basic开发工具开发完成了客户端和Web端应用程序,后台数据库系统使用SQLServer2000。^论文还对开发过程中的几个关键技术进行了分析、探讨。本文还给出了系统的需求分析,详细的功能模块设计和部分实现细节。整个系统功能完善、应用方便灵活,界面友好,为学生获得最大限度的教学指导和学习资源提供了保证。

关键词 教学互动;网络;ASP
Abstract

 With the popularity of computer and network, communication between teachers and students are more convenient. However, traditional teaching methods have some restrictions in teacher-student interaction. Experiment teaching network platform as the supplementary of the traditional experiment teaching, using the network to provide interactive platform to enhance teaching of communication, facilitate resource sharing. Experiment teaching network platform discussed in this article is summed up in the other teaching network platform and built on the experience of the design. The article provide an general introduction of the design base on ASP.NET, expound the meaning of the network building, the main function of the design. The paper analysed the status of teaching network platform and summaried the main function of the teaching network platform.This paper also analyzed the characteristics of the two architectures(Client/Server, Browser/Server) and their advantages and disadvantages.Based on above anlysis,a design of integrating C/S and B/S architecture was brought forward.In the design,aclient and Web application program Was developed,using Visual Basic development tools and ASP.NET technology. The background database is developed using SQL Server2000 database system .At the same time,the paper also studied and anlysed some key techniques,and several key problems encountered during the web development.The paper also gave out requirement analysis of the system,detailed module design and some implementation details. The system has perfect function,ease of operation, and has friend man-machine interface.The systems will provide a guarantee for students to get learning  resources and instructions from teachers.
 
Key words Teaching Interactive; Network; ASP

 


目 录
摘要Ⅰ
AbstractⅡ
第一章  绪论 1
1.1 选题的背景 1
1.2 选题的现实意义 1
第二章  系统需求分析.2
2.1 功能需求 2
2.1.1讯息发布2
2.1.2用户管理2
2.1.3在线交流2
2.1.4实验报告管理.  . .2
2.2 性能需求.  . .2
2.2.1实用性  . 2
2.2.2可扩展性  . . 3
2.2.3安全性.  . .3
2.2.4易维护性.  .  3
第三章  系统功能设计  .  4
3.1 系统用户分析   . 4
3.2 系统功能设计 .  . .5
3.2.1登录控制.  . .5
3.2.2系统管理.  . .6
3.2.3信息查询.  . .6
3.2.4聊天室.  . .6
3.2.5报告管理.  . .7
3.3 数据库设计 .  . .7
3.3.1数据库设计原则 .  . .8
3.3.2系统数据库设计  . 8
第四章  系统模式选择  . .12
4.1 C/S模式(客户机/服务器模式).  . 12
4.2 B/S模式(浏览器/服务器模式)  .12
4.3 C/S模式与B/S模式的比较.13
4.3.1C/S模式架构软件的优缺点  . 13
4.3.2B/S模式架构软件的优缺点13
4.4 B/S结构与C/S结构结合的体系结构 14
4.5 本系统体系结构14
第五章  系统开发技术  . .16
5.1 ASP.NET简介  . .16
5.2 ASP.NET特性.  . 16
5.2.1高效的运行性能  . . 16
5.2.2简易和灵活.  . .16
5.2.3可管理性  . 17
5.2.4多语言支持  . 17
5.2.5服务器处理  . 17
5.3 ASP.NET的运行原理与运行机制.  . 17
第六章  系统功能实现  . .20
6.1 登录模块功能实现  . 20
6.1.1功能描述.  . .20
6.1.2操作流程.  . .20
6.1.3主要用户界面.  . .20
6.2 信息模块功能实现  . 21
6.2.1功能描述  . 21
6.2.2操作流程.  . .22
6.2.3主要用户界面  . 22
6.3 实验报告模块功能实现.  . .23
6.3.1功能描述.  . .23
6.3.2管理流程.  . .23
6.3.3主要用户界面.  . .24
6.4 聊天室模块功能实现  . 25
6.4.1功能描述.  . .25
6.4.2操作流程.  . .26
6.4.3聊天室界面  . 26
6.5 系统功能实现技术难点.  . .27
6.5.1数据库的连接于与访问.  . .27
6.5.2系统安全性与用户权限设计.  . .27
6.6 系统实现中的技术问题.  . .27
6.6.1使用CSS统一页面样式.  . .27
6.6.2上传较大文件的实现  . 28
6.6.3服务器端代码与浏览器端脚本的交互.  . .29
6.6.4实验信息的管理实现.  . .30
第七章  总结  . .31
致谢.  . .32
参考文献.  . 33
附件.  . .34

实验教学网络互动平台的设计与实现由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:某网上宠物商店的数据库设计 下一篇:网络即时通讯系统的开发与实现
推荐论文 本专业最新论文
Tags:实验教学 网络 互动平台 设计 实现 2011-04-25 13:28:49【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有