资源描述:
《计算机组成原理教学网站》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、计算机组成原理教学网站的设计与实现摘要:本课题是专门为计算机组成原理课程开发的一个教学网站,针对这一特点,本文探讨了计算机组成原理教学网站的设计模式,并提出了技术上的解决方案。本网站前台采用Dreamweaver进行页面制作,后台由Access数据库支持,通过使用ASP技术实现动态网页的效果。整个计算机组成原理教学网站包含课程描述、教师队伍、课程建设、在线学习、课程实践、下载频道、公告栏、留言板、和师生论坛九个功能模块,本文主要针对我设计的四个模块,即课程描述、教师队伍、师生论坛、留言板四个模块的设计与
2、实现进行了论述。通过使用本网站学习计算机组成原理,可以更方便、更灵活、更有效地掌握计算机组成原理课程的知识点、重点和难点,是有效使用互联网的一种体现,具有较高的实用价值。关键词:教学网站,计算机组成原理,ASP,AccessTheDesignsAndRealizingOfTheTeachingWebsiteForTheCourseofComputerOrgaizationPrinciplesAbstract:Thissubjectisateachingwebsitedevelopedforthecour
3、seoftheComputerOrganizationPrinciples,tothischaracteristic,thistexthasprobedintothedesignmodeofcollectingteachingwebsitesandhasproposedthesolutionontechnology.Thiswebsite’sfrontdeskadoptsDreamweavertocarryonthepageanimation,thebackstageissupportedbyAcces
4、sdatabase,throughusingtheresultofthedynamicwebpageofASPtechnology,reachtheoperationtothedatabaseinordertotherequestfortheuser.ProcedureteachingwebsitesofwholeComputerOrganizationPrinciplesincludesnineparts:thecoursedescription,teacherranks,constructionof
5、course,theonlineschool,curriculumpractice,bulletinboard,downloadchannel,webforumforteachersandstudents,messageboard.thistextismainlytotalkaboutfourpartsofthem,theyarethecoursedescription,teacherranks,webforumforteachersandstudents,messageboard.Usingthisw
6、ebsitetostudytheComputerOrganizationPrinciplescangraspsomeofknowledge,focalpointanddifficultpointofcourseoftheComputerOrganizationPrinciplesmoreconvenient,moreflexibleandmoreeffectively,itisakindofembodimentusingInterneteffectively,havehigherpracticalval
7、ue.Keywords:Teachingwebsites,ComputerOrganizationPrinciples,ASP,ACCESS目录序言1第一章系统分析与研究21.1课题开发背景21.2课题开发的现实意义21.3相关课题发展现状31.4系统目标4第二章系统开发技术简介52.1HTML语言52.2ASP技术62.2.1ASP的工作原理6第16页共34页2.2.2ASP的优势72.3ADO82.4ACCESS92.5DREAMWEAVERMX20049第三章系统概要设计103.1系统结构设计10
8、3.2系统功能说明103.3运行环境113.3.1服务器端113.3.2客户端11第四章数据库设计134.1数据库分析134.2数据库中表的设计154.2.1user表的设计154.2.2article表设计154.2.3reply表设计164.2.4area表的设计164.2.5administrator表的设计17第五章系统详细设计185.1网站主页的设计185.1.1首页的风格、色彩和布局设计185.1.2首页导航的设计185.2师生