資源描述:
《畢業(yè)設計-計算機組成原理教學網(wǎng)站的設計與實現(xiàn)論文》由會員上傳分享,免費在線閱讀,更多相關內容在學術論文-天天文庫。
1、畢業(yè)設計說明書(論文)計算機組成原理教學網(wǎng)站的設計與實現(xiàn)摘要:本課題是專門為計算機組成原理課程開發(fā)的一個教學網(wǎng)站,針對這一特點,本文探討了計算機組成原理教學網(wǎng)站的設計模式,并提出了技術上的解決方案。本網(wǎng)站前臺采用Dreamweaver進行頁面制作,后臺由Access數(shù)據(jù)庫支持,通過使用ASP技術實現(xiàn)動態(tài)網(wǎng)頁的效果。整個計算機組成原理教學網(wǎng)站包含課程描述、教師隊伍、課程建設、在線學習、課程實踐、下載頻道、公告欄、留言板、和師生論壇九個功能模塊,本文主要針對我設計的四個模塊,即課程描述、教師隊伍、師生論壇、留言板四個模塊的設計與實現(xiàn)進行了論述。通過使用本網(wǎng)站學習計算機組成原
2、理,可以更方便、更靈活、更有效地掌握計算機組成原理課程的知識點、重點和難點,是有效使用互聯(lián)網(wǎng)的一種體現(xiàn),具有較高的實用價值。關鍵詞:教學網(wǎng)站,計算機組成原理,ASP,Access第44頁共34頁畢業(yè)設計說明書(論文)TheDesignsAndRealizingOfTheTeachingWebsiteForTheCourseofComputerOrgaizationPrinciplesAbstract:ThissubjectisateachingwebsitedevelopedforthecourseoftheComputerOrganizationPrinciples,
3、tothischaracteristic,thistexthasprobedintothedesignmodeofcollectingteachingwebsitesandhasproposedthesolutionontechnology.Thiswebsite’sfrontdeskadoptsDreamweavertocarryonthepageanimation,thebackstageissupportedbyAccessdatabase,throughusingtheresultofthedynamicwebpageofASPtechnology,reacht
4、heoperationtothedatabaseinordertotherequestfortheuser.ProcedureteachingwebsitesofwholeComputerOrganizationPrinciplesincludesnineparts:thecoursedescription,teacherranks,constructionofcourse,theonlineschool,curriculumpractice,bulletinboard,downloadchannel,webforumforteachersandstudents,mes
5、sageboard.thistextismainlytotalkaboutfourpartsofthem,theyaretheoursedescription,teacherranks,webforumforteachersandstudents,messageboard.UsingthiswebsitetostudytheComputerOrganizationPrinciplescangraspsomeofknowledge,focalpointanddifficultpointofcourseoftheComputerOrganizationPrinciplesm
6、oreconvenient,moreflexibleandmoreeffectively,itisakindofembodimentusingInterneteffectively,havehigherpracticalvalue.Keywords:Teachingwebsites,ComputerOrganizationPrinciples,ASP,ACCESS第44頁共34頁畢業(yè)設計說明書(論文)目錄序言1第一章系統(tǒng)分析與研究21.1課題開發(fā)背景21.2課題開發(fā)的現(xiàn)實意義21.3相關課題發(fā)展現(xiàn)狀31.4系統(tǒng)目標4第二章系統(tǒng)開發(fā)技術簡介52.1HTML語言52.2AS
7、P技術62.2.1ASP的工作原理62.2.2ASP的優(yōu)勢72.3ADO82.4ACCESS92.5DREAMWEAVERMX20049第三章系統(tǒng)概要設計103.1系統(tǒng)結構設計103.2系統(tǒng)功能說明103.3運行環(huán)境113.3.1服務器端113.3.2客戶端11第四章數(shù)據(jù)庫設計13第44頁共34頁畢業(yè)設計說明書(論文)4.1數(shù)據(jù)庫分析134.2數(shù)據(jù)庫中表的設計154.2.1user表的設計154.2.2article表設計154.2.3reply表設計164.2.4area表的設計164.2.5administrator表的設計17第五章