資源描述:
《程序在線評(píng)測(cè)系統(tǒng)——后臺(tái)評(píng)測(cè)模塊》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、程序在線評(píng)測(cè)系統(tǒng)——后臺(tái)評(píng)測(cè)模塊摘 要:******國際大學(xué)生程序設(shè)計(jì)競(jìng)賽,是一項(xiàng)旨在展示大學(xué)生創(chuàng)新能力、團(tuán)隊(duì)精神和在壓力下編寫程序、分析和解決問題能力的年度競(jìng)賽。經(jīng)過近30多年的發(fā)展,ACM國際大學(xué)生程序設(shè)計(jì)競(jìng)賽已經(jīng)發(fā)展成為最具影響力的大學(xué)生計(jì)算機(jī)競(jìng)賽。隨著其發(fā)展,各高校也越來越重視這項(xiàng)競(jìng)賽,廣東外語外貿(mào)大學(xué)的程序在線評(píng)測(cè)系統(tǒng)也應(yīng)運(yùn)而生。在這個(gè)平臺(tái)中,用戶只需要提交他們的代碼,系統(tǒng)就可以自動(dòng)地為其程序做出相應(yīng)的評(píng)測(cè),并且返回相應(yīng)的評(píng)測(cè)結(jié)果。通過這個(gè)平臺(tái),用戶不但可以鞏固學(xué)科知識(shí),也可以大大提高代碼的實(shí)踐能力。后臺(tái)評(píng)測(cè)模塊主要負(fù)責(zé)對(duì)用戶提交的源程序進(jìn)行編
2、譯,運(yùn)行,得到是評(píng)測(cè)結(jié)果再反饋給用戶。關(guān)鍵詞:在線評(píng)測(cè),程序設(shè)計(jì),ACMOnlineJudgeSystem——BackgroundJudgeModuleChengJinYu?SchoolofInformaticsAbstract:ACMinternationalcollegiateprogrammingcontest,isanannualcompetitionthataimsatshowingtheirabilititiesofinnovation,teamwork,programmingunderpressure,analysingandsolving
3、problems.Throughmorethan30years’development,ithasbecomethemostinfluentialcomputingcontestforcollegestudentsandbeentakenmoreseriouslybymanyhighereductionuniversitiesandcolleges,sotherecomestheGuangdongUniversityofForeignStudiesOnlineJudge.Systemwhichcanprovidegreatconvenienceforpr
4、ogrammingloversandstudents.Usersonlyneedtosubmittheircode,thenthesystemcanautomaticallymaketheappropriateevaluationofitsprocedures,andreturnsthecorrespondingevaluationresults.Wihtthisplatform,userscannotonlyconsolidatetheacademicknowledge,butalsocangreatlyimprovetheabilityofprati
5、calprogramming.Backgroundjudgemoduleismainlyresponsibleforausertosubmitthesourcecodetocompile,run,andreturnthejudgeresulttotheuser.Keywords:Onlinejudge,Programming,ACM目?錄摘要------------------------------------------------------------------------------------------------------ⅠAbstr
6、act-------------------------------------------------------------------------------------------------II第一章緒論--------------------------------------------------------------------------------------------11.1課題的背景、研究意義-------------------------------------------------------------------
7、11.2軟件開發(fā)環(huán)境描述-------------------------------------------------------------------------11.3軟件運(yùn)行環(huán)境描述-------------------------------------------------------------------------2第二章系統(tǒng)總體設(shè)計(jì)--------------------------------------------------------------------------------32.1模塊介紹------------
8、----------------------------------------