欢迎来到天天文库
浏览记录
ID:13023924
大小:1008.00 KB
页数:65页
时间:2018-07-20
《c语言源码评判系统设计与实现与实现_学位论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、北京邮电大学C语言源码评判系统设计与实现摘要C语言源码评判系统是智能信息处理技术的具体应用,系统可以自动完成选择题、填空题、简答题的自动评判,并自动编译、运行用户提交的源代码。实现的C语言源码评判系统,采用MySQL数据库保存用户身份信息,实现用户创建与删除,主要包括管理员、教师和学生三种身份。同时,在数据库中,还保存有学生的考试成绩与试卷提交时间,最重要的是数据库中保存有C语言试题库。Qt界面通过MySQL数据库API,访问并管理数据库中的相关数据信息,包括用户身份信息、成绩和C语言题库等。它通过Qt界面的方式提交用户针对特定问题设计的源代码,然后进行自动评判,立即反馈信息,给计算
2、机专业数据结构、算法等课程的教学和学习带来极大的方便。本文在研究了当前流行的源代码自动评判系统后,针对源代码自动评判系统受时间地点限制、并发处理能力差、可伸缩性差等问题,完成改进的设计方案,并在Linux和Windows环境下用C/C++开发实现。系统遵循软件工程设计规范,针对提高系统可用性作了设计,并进行了性能测试和优化设计。关键词:多线程,高可用性,自动阅卷北京邮电大学CProgramAutomaticJudgeSystemAbstractTheCprogramautomaticjudgesystemisintelligentinformationprocessingtechno
3、logy,specificapplication,thesystemCallautomaticallycompileandruntherisertosubmitthesourcecodeandsystemtimeconsumedbyuserprograms.JudgingsystemofimplementationoftheClanguagesourcecode,usingMySQLdatabasetostoretheuseridentityinformation,realizestheusertocreateanddelete,includingadministrators,tea
4、chersandstudentsofthreekindsofidentity.Atthesametime,inthedatabase,butalsoholdthestudents'testscoresandtestsubmissiontime,databaseisthemostimportantmediatorwithClanguagetest.QtinterfacethroughtheMySQLdatabaseAPI,accessandmanagementoftherelateddatainthedatabaseinformation,includinguseridentityin
5、formation,gradesandClanguagetest,etc.ItissubmittedviaaQtUIdesignedforuserstoissue-specificsourcecode,andthenautomaticallyjudgedimmediatelyfeedbacktothecomputersciencedatastructures,algorithmssuchsourcefromtheteachingandlearninghasbroughtgreatconvenience.Thispaperstudiesthesourcecodeforthepopula
6、rautomaticjudgesystem,thesourcecodefortheautomaticjudgesystembythetimeandplaceconstraints,concurrentprocessingcapabilityispoor,andpoorscalabilityissues,thecompletionofanimproveddesign,andinLinux&WindowswiththeC/C++developmentenvironmenttoachieve.System,followthesoftwareengineeringdesignspecific
7、ationsforimprovingsystemavailabilitywasdesignedandcarriedoutperformancetestingandoptimizationofthedesign.Keywords:Multi-threading,Highavailability,automaticscoring北京邮电大学目录摘要IABSTRACTII1绪论11.1课题国内外现状和发展趋势11.2课题研究目的和意义11.2.1考试管理信息化1
此文档下载收益归作者所有