资源描述:
《在线课堂系统的设计分析与实现》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、在线课堂的设计与实现摘要在线课堂是一个利用因特网进行资源共享与在线交流的教学平台,克服了传统课堂教学的局限性,使教学模式变得主动化、开放化。本文分别从系统的开发目的及意义、可行性研究、需求分析、总体设计、详细设计等方面具体介绍了网络在线课堂的实现。该系统分为前台系统和后台系统,前台系统主要由网上课堂模块、学习论坛模块、资源下载模块、个人管理模块以及登录注册模块等构成,后台系统主要由用户管理模块、公告管理模块、论坛管理模块、课程管理模块、课件管理模块以及系统维护模块等构成。本系统结合实际需求,采用B/S模式,使用ASP.NET与
2、C#程序设计语言,利用SQLServer2000构建后台数据库,实现了系统的基本功能。关键词在线课堂网络课堂学习论坛教学平台35ThedesignandimplementationofonlineclassroomAbstractTheonlineclassroomisanonlineteachingplatformofsharingresourcesandcommunicatingonlinetakingadvantageoftheInternet,overcomethelimitationsofthetraditional
3、classroomteaching,andmaketheteachingmodebecomeopenandinitiative.Thispaperintroducedtherealizationofthenetworkonlineclassroomfromthesystemdevelopmentpurposeandsignificance,feasibilitystudy,needsanalysis,overalldesign,anddetaileddesignspecificrespectively.Thissystemis
4、dividedintotheforegroundsystemandthebackgroundsystem.Theforegroundconsistsofthenetworkclassroommodule,studyBBSmodule,resourcedownloadmodule,personalmanagementmoduleandregistrationmodule,andthebackgroundsystemconsistsoftheusermanagementmodule,announcementmanagementmo
5、dule,BBSmanagementmodule,thecurriculummanagementmodule,coursewaremanagementmoduleandsystemmaintenancemodule,etc.ThissystemadoptstheB/Smode,usesasp.netandC#programlanguagetodesigntheinterface,andchoosestheSQLServer2000tobuilddatabase.KeywordsOnlineClassroomNetworkCla
6、ssroomLearningBBSTeachingPlatform35目录摘要IAbstractII目录III1绪论11.1在线课堂系统简介11.2系统开发的背景11.3系统技术分析11.3.1ASP.NET语言简介21.3.2C#语言简介21.3.3SQLServer2000工具简介21.3.4MicrosoftVisualStudio2005开发工具简介31.4小结32系统可行性分析42.1技术可行性42.2经济可行性42.3操作可行性42.4小结43系统需求分析53.1功能需求53.2性能需求53.2.1开发环境53.2
7、.2系统性能63.3业务流程分析63.4数据字典73.5小结84系统总体设计94.1功能模块设计94.1.1前台功能94.1.2后台功能10354.2数据库设计114.3小结145系统详细设计155.1首页155.2登录模块设计155.2.1登录模块165.2.2注册模块165.3网上课堂模块设计175.3.1课程点播模块175.3.2视频搜索模块185.3.3视频播放模块195.4学习论坛模块设计205.4.1查看论坛帖模块205.4.2搜索论坛帖模块215.4.3论坛帖操作模块215.5资源下载模块设计235.6个人管理模
8、块设计245.6.1我的视频管理模块255.6.2个人信息管理模块255.7后台管理模块设计265.7.1视频管理模块265.7.2课件管理模块285.7.3公告管理模块295.7.4论坛管理模块315.7.5用户管理模块315.7.6系统维护模块325.8小结32结论33致