資源描述:
《匯編語言課程網(wǎng)站的設(shè)計與實現(xiàn)——聊天室與在線自測---畢業(yè)論文.doc》由會員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、匯編語言課程網(wǎng)站的設(shè)計與實現(xiàn)本科畢業(yè)論文匯編語言課程網(wǎng)站的設(shè)計與實現(xiàn)——聊天室與在線自測DesignandImplementationofAssemblyLanguageCourseWebsite——OnlinePlatformforCommunicationandOnlineTest姓名:學(xué)號:學(xué) 院:軟件學(xué)院系:軟件工程專業(yè):軟件工程年級:指導(dǎo)教師:年月40摘 要匯編語言是最接近于機(jī)器語言的編程語言。如果說機(jī)器語言是計算機(jī)操作的本質(zhì),那么匯編語言就是最最接近本質(zhì)的語言,但是相對的,匯編語言的學(xué)習(xí)難度很高,學(xué)生的學(xué)習(xí)
2、熱情也不高。匯編學(xué)習(xí)網(wǎng)站是輔助匯編教學(xué),提高學(xué)生學(xué)習(xí)熱情和學(xué)習(xí)效率的行之有效的手段之一。本文介紹了用VisualStudio2008和SQLServer2005進(jìn)行設(shè)計開發(fā)匯編學(xué)習(xí)網(wǎng)站的過程。該系統(tǒng)采用B/S三層體系結(jié)構(gòu),是對匯編教學(xué)、學(xué)習(xí)過程的深入了解、分析基礎(chǔ)上構(gòu)建的易于使用、維護(hù)的師生在線交流平臺,它便于老師發(fā)布教學(xué)通知、布置作業(yè)以及及時了解學(xué)生學(xué)習(xí)匯編過程中的困惑,又利于同學(xué)課前預(yù)習(xí)、課后復(fù)習(xí)、討論、自測。學(xué)生在學(xué)習(xí)過程中難免碰到個人解決不了的難題,如果去翻閱資料查找解決方法,難免要耽擱很多時間,這時,網(wǎng)站附帶的
3、在線聊天功能可以很好的解決這個問題,學(xué)生通過與在線教師的交流來解決自己的難題。在題目中學(xué)習(xí)與復(fù)習(xí),一直都是中國學(xué)生的特點,本系統(tǒng)的在線自測模塊,用于學(xué)生課前自習(xí)時檢測知識掌握情況,以及方便學(xué)生考前復(fù)習(xí)。關(guān)鍵詞:在線交流平臺;在線自測40AbstractAssemblylanguageisoneoftheprogramminglanguageswhicharemostclosetothemachinelanguage.Ifthemachinelanguageistheessenceofcomputeroperations,
4、thentheassemblyisthemostclosetotheessence.Butontheotherhand,becauseofdifficultyoflearningassemblylanguage,students’learningenthusiasmisnothigh.Assemblylanguagecoursewebsiteisoneofthemeanswhichistosupportteachingandenhancestudent’senthusiasmforlearning.Thisassembl
5、ycoursewebsiteiscarriedoutbyVisualStudio2008andSQLServer2005,andinthisthesis,it’sconcernedwithitsdesigninganddevelopingprocess.B/Sthree-layerarchitecture,asp.net(c#)technologyandSQLServerdatabaseisusedindevelopingthissystem.Itisbasedonin-depthunderstandingofthele
6、arningprocess,thehelpstudentsneedinstudyandthehelpteachersneedduringteachingprocess.Itprovidesanonlinecommunionplatformforstudentsandteachers.Inthelearningprocess,whenstudentsmeetsomeproblemswhichcan’tbesolved,onlineplatformforcommunicationintheassemblylanguageco
7、ursewebsitewillgivethemhelp.Thechatroomwillreducethetimetosolvetheproblem.LearningandreviewinginquestionshasalwaysbeenthecharacteristicsofChinesestudents.Therefore,onlinetestmoduleisbeenincludedinthesystem.Itwillhelpstudentsattheirpre-studyandhelpthempreparingtes
8、t.Keywords:OnlinePlatformforCommunication;OnlineTest40目 錄第一章緒 論11.1研究背景及意義11.2主要研究內(nèi)容及特色11.3目標(biāo)與分工21.4論文組織結(jié)構(gòu)2第二章總體設(shè)計42.1技術(shù)可行性分析42.2開發(fā)流程42.3課題的關(guān)鍵技術(shù)52.4整體模塊設(shè)計12第三章