资源描述:
《自主学习系统的设计与实现【毕业论文】》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、本科毕业论文(20届)自主学习系统的设计与实现专业:计算机科学与技术毕业论文摘 要随着互联网应用和计算机技术的高速发展,已有的教学方法及手段已经受到了非常大的挑战。因此将计算机与Internet技术应用于教学是现代教育发展的重要途径,这样既突破了由于传统教学模式受到时间、空间、教师水平、学生个人等众多因素的限制,弥补因单一的课堂教学形式无法满足现代教育教学的需求,也改变传统教育模式、提高学校教学质量和效率的有效手段。本系统采用Dreamweaver作为工具,使用PHP作为开发语言,后台使用MySQL作为数据库。首先设计了Web论坛形式的自主学习系统的结构,并从系统的可行性、需求与功能
2、的角度进行了全面的分析;进而对整个系统的各部分功能进行了细致的划分,根据系统的特点和需要实现的目标,将整个系统划分为三大部分进行设计:在线学习平台、在线测试平台与后台网站管理;接下来通过对系统进行的角色划分、业务流程设计以及系统功能结构的确定,规划出系统中使用的数据库实体对象,并根据实际需要设计数据表以存储归类不同的数据。【关键词】PHP,自主学习,系统结构,角色划分35毕业论文DesignandApplicationofSelf-learningSystemAbstractWiththeapplicationofcomputertechnologyandtherapiddevelo
3、pmentofInternet,traditionalteachingmethodsandmeanshavebeenagreatchallenge.Thetraditionalteachingmodelbytime,space,teacher,studentpersonallimitationsandotherfactors,asingleformofclassroomteachingcannotmeettheneedsofmoderneducation,sothecomputerandInternettechnologyinteachinganimportantwayforthed
4、evelopmentofmoderneducation,istochangethetraditionalmodeofeducationtoimproveteachingqualityandefficiencyoftheeffectivemeans.Inthispaper,Dreamweaverasatool,usingPHPasadevelopmentlanguage,thebackgroundtouseMySQLasthedatabase.First,thedesignoftheWebforumintheformofself-learningsystemstructure,andf
5、romthesystem'sfeasibility,requirementsandfunctionalperspective,acomprehensiveanalysis;thenthewholesystemfunctionsindetailthevariouspartsofthedivision,accordingtothesystemcharacteristicsandNeedtoachievethegoal,thewholesystemdesignisdividedintothreeparts:onlinelearningplatform,onlinetestingplatfo
6、rmandthebackgroundsitemanagement;followedbythesystemneedsanalysis,businessprocessdesignandsystemstructureoftheidentification,planningtheDatabaseentitiesusedinthesystemobject,anddesigndataaccordingtotheactualneedsofthedifferenttablestostoreclassifieddata.【Keywords】PHP,Autonomylearning,Architectu
7、reofsystem,Roledifferentiation35毕业论文目录摘 要IABSTRACTII1.绪论11.1课题背景11.2课题的目的和意义11.3自主学习系统应解决的问题21.4预期目标22.与构建系统相关的理论知识32.1PHP简介32.1.1PHP发展史32.1.2PHP应用42.2Dreamweaver简介52.3MySQL数据库的介绍62.3.1MySQL数据库概述及其特点62.3.2MySQL的应用和工具软件72.3.3MySQL索