资源描述:
《毕业设计(论文)排版》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、毕业设计(论文)排版计算机软件一班李星辰201612601102015.10大连东软信息学院DalianNeusoftUniversityOFInformation摘要某某管理是学校的主要管理工作之一,其中考场编排是一个涉及到学牛、教师、教室、课程等诸多方面要素的组合规划问题。然而随着学校规模的不断扩人与扩招,教学体制的不断改革,尤其是学分制、选课制的展开和深入,某某管理工作口趋繁重、复杂。木系统根据人连东软信息技术职业学院的具体需求情况进行开发,利用本系统能够缩魚排考场的时间、节省人力和提高排考质量。排考算法是很复朵的,它涉及到班级、教宗、专业课程、考试吋间和监考教师儿个元索。排考算法的
2、实现可以借鉴排课算法,因为这两个问题极其相似,都是优化组合问题。但是排课算法实现起来也是具何一定难度,因此大部分学校都采用半H动的方式进行,所谓半H动,即手工进行一些元素绑定,再经由计算机将余下的元素与手工绑定元素进行优化组合,以力求在降低算法设计难度的同时完成排课任务。借鉴排课算法的实现,本文设计了一种实用的排考算法,并采用该算法实现了排考系统,系统没有实现白动安排监考教师元素,监考教师元素需要人工來手动安排,而对于班级、教室、专业课程和考试时间元素,系统可白动优化组合这些元素来安排考场情况。本系统使用Tomcat6.0作为Web服务器平台,采用FreeMarker、WebWork和Sp
3、ring框架进行系统开发,使用0RACLE9i数据库来满足大量数据记录的耍求。系统设计了普通用户和管理员用八两类用八,经过对两类用八测试和不断修改,系统能正确、稳定的运行,达到了预期的目标。关键词:考试,排考,算法AbstractExamjnationManagementisthemanagementofschools,oneoftheprincipal,whichisamatterofschedulingtheexaminationroomtothestudents,teachers,classrooms,curriculumandotherelementsofthecombinatio
4、nofmanyaspectsofplanning.However,withtheexpansionofschools,thecontinuousreformofeducationsystem,especiallythecreditsystemtostartclassesandin-depthsystem,testmanagementworkoftheincreasinglyheavyandcomplex・ThesystemundertheDalianNeusoftInstituteofInformationtoconductthespecificneedsofthedevelopment,
5、utilizationofthesystemtoshortenthewaitingtimefortest,savingmanpowerandimprovingthequalityofemissiontest.Exam-arrangementisaverycomplexalgorithm,whichinvolvestestseveralelementsofclasses,classrooms,professionalcourses,examinationandtheteachers.Exam-arrangementalgorithmcanlearnfromtheCourseSchedulin
6、galgorithm,whichisextremelysimilartothetwoissuesaretheoptimizationproblem.Sothemajorityofschoolshaveadoptedsemi-automaticmanner,theso-calledsemi-automatic,ormanualbindingforanumberofelements,andthentheremainingelementsofthecomputerandbyhandtooptimizethecombinationofelementsboundtoalgorithmdesignso
7、ughttoreducethedifficultyofarrangingscheduletocompletetasksatthesametime.CourseSchedulingAlgorithmdraw,thepaperdesignofapracticalexam-arrangementalgorithm,andusingthealgorithmtoachievetheemissiontestsystem,thesys