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