资源描述:
《在线课程学习网站的设计及实现-论文正稿》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、WORD格式整理题目:在线课程学习网站的设计与实现摘要随着互联网的普及,网络在人们生活中的应用越来越广泛。在线课程学习系统平台是信息化教育资源建设的关键环节,学生通过网络平台了解专业动态、自助学习课程知识、提出学习过程中遇到的问题,教师通过网络平台与学生形成交互式教学。针对web开发的最流行的php语言程序设计的在线学习的网站较少,本系统尝试用wamp在网络上架构一个php语言在线学习系统,为学生提供一个自主学习的平台,弥补了学生课后对php语言程序设计学习资源的不足。本文从理论和实践两个角度出发,对系统的开发背景、系统的开发和运行环境、系统
2、功能分析、系统功能模块设计、数据库结构实现、各个功能模块的创建等各个过程进行了阐述,设计、实现一个具有数据挖掘功能php语言在线学习系统。本在线学习系统采用php技术进行开发,选用mysql作为后台数据库。系统实现了用户管理、查看文件、分类查找、课件下载、留言板、教学大纲、网站管理等功能。关键词:php;mysql;在线学习系统;学习参考资料分享WORD格式整理AbstractWiththepopularityoftheInternet,networkapplicationsinpeople'slivesmoreandmorewidely.O
3、nlinecoursesystemisthekeylinkoftheconstructionofeducationalinformationresources,studentsthroughthenetworkplatformtounderstanddynamic,vironmentprofessionallearningcourseknowledge,theproposedlearningproblemsencounteredintheprocess,teachersandstudentsthroughthenetworkplatformo
4、finteractiveteaching.InsidetheClanguageprogrammingonlinelearningsiteisless,thesystemattemptstousetheVisualStudio2008onthenetworkstructureofaClanguageonlinelearningsystem,toprovidestudentswithalearningplatform,madeupofstudentsontheClanguageprogramdesignlearningresource.Thear
5、ticlefromtheoryandpracticetwoanglesetout,thesystemdevelopmentbackground,systemdevelopmentandrunningen,systemfunctionanalysis,thesystemfunctionmoduledesign,databasestructure,thecreationofvariousfunctionalmodulesandsooneachprocessaredescribed,thedesign,therealizationofahasthe
6、functionsofdatamininginClanguageonlinelearningsystem.TheonlinelearningsystemusingASP.NET学习参考资料分享WORD格式整理technologydevelopment,usingSQLServer2005databaseasabackground.Systemusermanagement,viewthefile,classificationsearch,coursewaredownload,messageboards,syllabus,websitemanag
7、ementandotherfunctions.Keywords:php;mysql;onlinelearningsystem;目录摘要1Abstract21绪论51.1课题的提出51.2在线学习系统的研究现状51.3在线学习系统研究的意义51.3.1在线学习系统的特点51.3.2在线学习系统的意义62需求分析72.1可行性分析72.1.1技术可行性分析72.1.2操作可行性分析72.1.3风险分析72.2系统需求分析72.2.1系统功能需求72.2.2系统性能需求83系统开发工具及相应技术93.1B/S体系结构93.2wamp93.3数据库1
8、04系统总体设计114.1系统总体设计114.2系统总体框架设计114.3系统模块设计124.4后台数据库设计与实现12学习参考资料分享WORD格式整理4.4.1数