1 / 17
文档名称:

广东外语外贸大学本科毕业论文.doc

格式:doc   页数:17页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

广东外语外贸大学本科毕业论文.doc

上传人:fxl8 2013/4/9 文件大小:0 KB

下载得到文件列表

广东外语外贸大学本科毕业论文.doc

文档介绍

文档介绍:题目程序在线评测系统

题目程序在线评测系统
姓名
学号
所在学院
年级专业
指导教师 ** 职称讲师

综合评定成绩:
指导教师评语:
评定成绩:
指导教师签名: 日期:
答辩小组意见:
评定成绩:
答辩小组长签名: 日期:
程序在线评测系统
——后台评测模块
摘要:ACM国际大学生程序设计竞赛,是一项旨在展示大学生创新能力、团队精神和在压力下编写程序、分析和解决问题能力的年度竞赛。经过近30多年的发展,ACM国际大学生程序设计竞赛已经发展成为最具影响力的大学生计算机竞赛。随着其发展,各高校也越来越重视这项竞赛,广东外语外贸大学的程序在线评测系统也应运而生。在这个平台中,用户只需要提交他们的代码,系统就可以自动地为其程序做出相应的评测,并且返回相应的评测结果。通过这个平台,用户不但可以巩固学科知识,也可以大大提高代码的实践能力。
后台评测模块主要负责对用户提交的源程序进行编译,运行,得到是评测结果再反馈给用户。
关键词:在线评测,程序设计,ACM
Online Judge System
——Background Judge Module
Cheng Jin Yu School of Informatics
Abstract: ACM international collegiate programming contest, is an petition that aims at showing their abilitities of innovation, teamwork, programming under pressure, analysing and solving problems. Through more than 30 years’ development, it has e the most puting contest for college students and been taken more seriously by many higher eduction universities and colleges, so es 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 evaluation of its procedures, and returns the corresponding evaluation 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 pile, run, and return the judge result to the user.
Key words: Online judge, Programming, ACM
目录
摘要 I
Abstract II
第一章绪论 1
课题的背景、研究意义 1
软件开发环境描述 1
软件运行环境描述 2
第二章系统总体设计 3
模块介绍 3
项目分工 6
数据流图 6
数据库设计 8
第三章 GOJ内核设计 13
定义 13
性能要求 14
判题流程 14
接口设计 15
第四章内核数据结构设计 19
逻辑结构设计 19
出错信息 20
补救措施 20
第五章内核实现难点 21
JNI本地调用 21
内存测量 23
进程数控制 29
连接到其他Online Judge System 30
第六章结语 36
参考文献 37
致谢 38
绪论
课题的背景、研究意义
程序设计类课程,具有实践性强的特点。它不但要求学生掌握基础的理论知识,更重要的是要求学生不断提