日韩精品极品视频在线观看免费,天天夜碰日日摸日日澡性色AV,精品国产福利在线观看网址,亚洲第一区欧美国产综合

計(jì)算機(jī)畢業(yè)論文_程序在線評(píng)測(cè)系統(tǒng).doc

約16頁DOC格式手機(jī)打開展開

計(jì)算機(jī)畢業(yè)論文_程序在線評(píng)測(cè)系統(tǒng),程序在線評(píng)測(cè)系統(tǒng)——后臺(tái)評(píng)測(cè)模塊摘 要:acm國際大學(xué)生程序設(shè)計(jì)競賽,是一項(xiàng)旨在展示大學(xué)生創(chuàng)新能力、團(tuán)隊(duì)精神和在壓力下編寫程序、分析和解決問題能力的年度競賽。經(jīng)過近30多年的發(fā)展,acm國際大學(xué)生程序設(shè)計(jì)競賽已經(jīng)發(fā)展成為最具影響力的大學(xué)生計(jì)算機(jī)競賽。隨著其發(fā)展,各高校也越來越重視這項(xiàng)競賽,廣東外語外貿(mào)大學(xué)的程序在線評(píng)測(cè)...
編號(hào):10-326206大小:121.50K
分類: 論文>計(jì)算機(jī)論文

內(nèi)容介紹

此文檔由會(huì)員 wumeil 發(fā)布

程序在線評(píng)測(cè)系統(tǒng)
——后臺(tái)評(píng)測(cè)模塊


摘 要:ACM國際大學(xué)生程序設(shè)計(jì)競賽,是一項(xiàng)旨在展示大學(xué)生創(chuàng)新能力、團(tuán)隊(duì)精神和在壓力下編寫程序、分析和解決問題能力的年度競賽。經(jīng)過近30多年的發(fā)展,ACM國際大學(xué)生程序設(shè)計(jì)競賽已經(jīng)發(fā)展成為最具影響力的大學(xué)生計(jì)算機(jī)競賽。隨著其發(fā)展,各高校也越來越重視這項(xià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)行編譯,運(yùn)行,得到是評(píng)測(cè)結(jié)果再反饋給用戶。

關(guān)鍵詞:在線評(píng)測(cè),程序設(shè)計(jì),ACM


Online Judge System
——Background Judge Module

Cheng Jin Yu School of Informatics

Abstract: ACM international collegiate programming contest, is an annual competition that aims at showing their abilitities of innovation, teamwork, programming under pressure, analysing and solving problems. Through more than 30 years’ development, it has become the most influential computing contest for college students and been taken more seriously by many higher eduction universities and colleges, so there comes the Guangdong University of Foreign Studies Online Judge. System which can provide great convenience for programming lovers and students. Users only need to submit their code, then the system can automatically make the appropriate eva luation of its procedures, and returns the corresponding eva luation results. Wiht this platform, users can not only consolidate the academic knowledge, but also can greatly improve the ability of pratical programming.
Background judge module is mainly responsible for a user to submit the source code to compile, run, and return the judge result to the user.
Key words: Online judge, Programming, ACM

目 錄
摘 要 I
Abstract II
第一章 緒論 1
1.1 課題的背景、研究意義 1
1.2 軟件開發(fā)環(huán)境描述 1
1.3 軟件運(yùn)行環(huán)境描述 2
第二章 系統(tǒng)總體設(shè)計(jì) 3
2.1 模塊介紹 3
2.2 項(xiàng)目分工 6
2.3 數(shù)據(jù)流圖 6
2.4 數(shù)據(jù)庫設(shè)計(jì) 8
第三章 GOJ內(nèi)核設(shè)計(jì) 13
3.1 定義 13
3.2 性能要求 14
3.3 判題流程 14
3.4 接口設(shè)計(jì) 15
第四章 內(nèi)核數(shù)據(jù)結(jié)構(gòu)設(shè)計(jì) 19
4.1 邏輯結(jié)構(gòu)設(shè)計(jì) 19
4.3 出錯(cuò)信息 20
4.4 補(bǔ)救措施 20
第五章 內(nèi)核實(shí)現(xiàn)難點(diǎn) 21
5.1 JNI本地調(diào)用 21
5.2 內(nèi)存測(cè)量 23
5.3 進(jìn)程數(shù)控制 29
5.4 連接到其他Online Judge System 30
第六章 結(jié)語 36
參考文獻(xiàn) 37
致 謝 38