资源描述:
《在线课程学习网站的设计与实现-论文》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、题目:在线课程学习网站的设计与实现摘要随着互联网的普及,网络在人们生活中的应用越来越广泛。在线课程学习系统平台是信息化教育资源建设的关键环节,学生通过网络平台了解专业动态、自助学习课程知识、提出学习过程中遇到的问题,教师通过网络平台与学生形成交互式教学。针对web开发的最流行的php语言程序设计的在线学习的网站较少,本系统尝试用wamp在网络上架构一个php语言在线学习系统,为学生提供一个自主学习的平台,弥补了学生课后对php语言程序设计学习资源的不足。本文从理论和实践两个角度出发,对系统的开发背景、系统的开发和运行环境、系
2、统功能分析、系统功能模块设计、数据库结构实现、各个功能模块的创建等各个过程进行了阐述,设计、实现一个具有数据挖掘功能php语言在线学习系统。本在线学习系统采用php技术进行开发,选用mysql作为后台数据库。系统实现了用户管理、查看文件、分类查找、课件下载、留言板、教学大纲、网站管理等功能。关键词:php;mysql;在线学习系统;33AbstractWiththepopularityoftheInternet,networkapplicationsinpeople'slivesmoreandmorewidely.Onlin
3、ecoursesystemisthekeylinkoftheconstructionofeducationalinformationresources,studentsthroughthenetworkplatformtounderstanddynamic,vironmentprofessionallearningcourseknowledge,theproposedlearningproblemsencounteredintheprocess,teachersandstudentsthroughthenetworkplat
4、formofinteractiveteaching.InsidetheClanguageprogrammingonlinelearningsiteisless,thesystemattemptstousetheVisualStudio2008onthenetworkstructureofaClanguageonlinelearningsystem,toprovidestudentswithalearningplatform,madeupofstudentsontheClanguageprogramdesignlearning
5、resource.Thearticlefromtheoryandpracticetwoanglesetout,thesystemdevelopmentbackground,systemdevelopmentandrunningen,systemfunctionanalysis,thesystemfunctionmoduledesign,databasestructure,thecreationofvariousfunctionalmodulesandsooneachprocessaredescribed,thedesign,
6、therealizationofahasthefunctionsofdatamininginClanguageonlinelearningsystem.TheonlinelearningsystemusingASP.NET33technologydevelopment,usingSQLServer2005databaseasabackground.Systemusermanagement,viewthefile,classificationsearch,coursewaredownload,messageboards,syl
7、labus,websitemanagementandotherfunctions.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系统开发工具及相应技术
8、93.1B/S体系结构93.2wamp93.3数据库104系统总体设计114.1系统总体设计114.2系统总体框架设计114.3系统模块设计124.4后台数据库设计与实现12334.4.1数据库概念结构设计124.4.2数据库逻辑结构设计144.4.3数据库物理结构设计145系统详细设计1