网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > ASP > 正文

在线教育系统

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 16/02/11

网学网为需要ASP的朋友们搜集整理了在线教育系统相关资料,希望对各位网友有所帮助!

 

包括学生模块代码和论文,师生模块代码和论文,

师生模块论文字数:14560,页数:53


摘要

伴随着internet的高速发展,网络已经走入了千家万户。而教育是中国发展之大计,因此,为了能够更好的方便教师和学生管理和学习,一些网络课堂应酝而生。
本系统就是一个网络课堂类型的网站。前台使用ASP语言及其组件技术设计网页。后台运用服务器端的Access数据库进行数据操作。来实现教育系统中教学内容发布、公告发布和维护、作业的管理、答疑、聊天室、公告浏览、个人信息的修改等模块的设计。采用菜单模块设计,学生上交作业时使用了ASP上传组件,目的在于简化程序中的代码,降低程序的复杂性,增强代码的可读性和保密性。系统中把一些常用的数据放在一起作为公用模块,这样可以起到被多个应用程序同时使用的功能。另外,组件的使用也可以解决某些ASP脚本无法实现的功能。

关键字:数据库、即时聊天、ASP组件、在线教育

 


Abstract

Along with the rapid development of internet, the network has entered the household. Education is the development plan, and therefore, in order to be able to better manage and facilitate teachers and students to learn, and some networks classroom should brew Health.
This type of system is a network of classroom websites. Prospects for the use of language and its ASP Website design technology components. Background of the Access database server-data operations. To achieve the education system teaching issued, a notice issued and maintenance, operations management, hydrology, chat rooms, bulletin browsing, personal information changes such as modular design. Modular design of a menu, students use the ASP upload perpendicular components designed to simplify the process of code, reducing the complexity of the procedure and enhance code readability and confidentiality. System to some commonly used data together as a common module, which could be a function of the simultaneous use of multiple applications. In addition, components can be used to address some ASP script unattainable functions.

Keywords : database, immediate chat, ASP components, online education


目录

第一章 前言 1
第一节 internet的作用 1
第二节 本系统开发的意义 2
第二章  开发工具的选择及开发的硬软件环境 3
第一节  开发环境 3
第二节 前台开发工具的选择 4
第三节  后台开发工具的选择 6
第三章 系统设计 9
第一节  总体设计 9
第二节 设计思想 10
第三节 系统功能分析与设计 10
第四节 数据库设计与实现 12
第四章 系统功能模块的设计 16
第一节 公共页面设计 16
第二节 主页面设计 19
第三节 菜单页面 20
第四节 公告栏 22
第五节 答疑教室 36
第六节 作业模块 41
第五章 总结 48
致谢 49
参 考 文 献 50

 

学生模块论文字数:10933.页数:50

  摘要

这是一篇基于ASP组件技术的,设计开发在线教育 系统的论文。论文的题目是:基于ASP组件技术的在线教育系统的设计与开发。  其中,本课题中关于在线教育系统的教学内容 发布、公告发布和维护、作业的管理、答疑、聊天室等模块的设计与开发纯粹使用ASP脚本语言。课程浏览、个人信息的修改、教师方案管理等模块的设计与开发采用ASP组件技术。     整个设计适用于Internet发布,后台为服务器端的SQL Server数据库。前台使用ASP语言及其组件技术设计网页。设计的重点是通过ASP组件(SchoolComponent、OnlineStore、MessageBoard、Links、PageChangeNotify、 EmailAFriend、ProjectProgress、EmailBlast、MailingList)的设计与开发。目的在于简化程序中的代码,降低程序的复杂性,增强代码的可读性和保密性。并实现了将这些封装后的代码被多个应用 <http://soft.studa.com>程序同时使用的功能。另外,组件的使用也实现了某些用ASP脚本无法实现的功能
关键字:在线教育,数据库,ASP组件,答疑


Abstract
This is one based on the ASP module technology, Design development online education system paper.
Among them In this topic about online education system course content issue, The announcement issues and the maintenance,Work management, Q/A, Chatroom, address book and so on。The module design and the development uses the ASP script language purely。The curriculum glances over, individual module and so on information revision, online test, friendship link, message center, teacher plan management designs and the development uses the ASP module technology.
The entire design is suitable in Internet issued, The backstage is server end SQL the Server database. The onstage uses the ASP language and the module technical design homepage. The design key point passes the ASP module(SchoolComponent、OnlineStore、MessageBoard、Links、PageChangeNotify、 EmailAFriend、ProjectProgress、EmailBlast、MailingList ) Design and development 。The goal lies in the simplification procedure the code, Reduces the procedure the complexity, Enhancement code readability and secrecy,After and has realized these seal code the function which is simultaneously used by many application procedure. In addition。Moreover, The module use has also realized certain the function which is unable with the ASP script to realize
Key words: Online education, Database, ASP module, Q/A


目录
第一章  选题的意义………………………………………………………………  1
第一节  Internet的发展…………………………………………………………1
第二节 当今社会Internet的作用……………………………………………  2
第三节 在线教育的意义……………………………………………………… 2
第二章  开发工具的选择及开发的软硬件环境……………………………………3
第一节 开发环境……………………………………………………………… 3
第二节 前台开发工具的选择………………………………………………… 4
第三节 后台开发工具的选择………………………………………………… 5
第三章  系统设计…………………………………………………………………  7
第一节 目标设计……………………………………………………………   7
第二节 设计思想……………………………………………………………   7
第三节 系统功能与分析……………………………………………………   8
第四节 数据库设计与实现…………………………………………………  10
第四章  系统功能模块的设计…………………………………………………… 13
第一节 系统公用页面………………………………………………………  13
第二节 主页面……………………………………………………………    15
第三节 菜单页面……………………………………………………………  16
第四节 教案学习……………………………………………………………  18
第五节 答疑教室……………………………………………………………  19
第六节 作业模块……………………………………………………………  29
第七节 聊天室………………………………………………………………  39
总结………………………………………………………………………………   48
结束语……………………………………………………………………………… 49
致谢………………………………………………………………………………… 49
参考文献…………………………………………………………………………… 50


在线教育系统......
  • 上一篇资讯: [ASP]
  • 下一篇资讯: 新闻发布系统1
  • 版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号