资源描述:
《1-java在线考试系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、华中科技大学硕士学位论文Java在线考试系统的设计与实现姓名:万宇翔申请学位级别:硕士专业:软件工程指导教师:薛志东20081031华中科技大学硕士学位论文摘要随着计算机应用的迅猛发展,网络应用不断扩大,以及传统的考试方式已经不能适应现代考试的需要,在线考试特别是基于Web的在线考试系统近年来受到越来越多的人青睐。Java在线考试系统就是基于Web的面向Java课程的专一性考试平台。Java在线考试系统实现了在线考试的目的,以减轻教师的工作负担及提高工作效率,并能激发学生的学习兴趣。系统采用浏览器/服务器模式
2、开发,包括身份登录、新用户注册、用户管理、在线考试、代码执行及比较等功能模块。系统不仅完成了常规考试系统所能完成的出题和判卷功能,而且提供代码上传、编译、运行和代码相似度比较的功能。代码相似度计算为老师判断学生的代码是否抄袭提供了一个依据。代码相似度计算主要用到属性计数技术和结构度量技术来进行设计。属性计数技术是对单一操作符的数量、单一操作数的数量、所有操作符的总数、所有操作数的总数这四个基本属性来对代码进行相似度计算的;结构度量技术根据程序的结构来度量两个程序之间的相似度,它需要对程序的内部结构,如控制流、
3、嵌套深度等进行分析。Java在线考试系统的代码相似度计算就是结合这两种方法,对Java代码进行分析和比较,得出代码相似度的值。各个模块使用UML技术进行了较为详细的设计,使用JSP(Java服务器页面)技术和MySQL数据库以及DREAMWEAVER开发工具进行开发与实现。经过设计和实现后,针对系统的各个功能进行测试,对代码相似度计算还用实际例子进行测试和分析。关键词:Java在线考试系统浏览器/服务器模式Java服务器页面相似度计算IV华中科技大学硕士学位论文AbstractWiththerapiddeve
4、lopmentofcomputerapplications,networkingapplicationscontinuingtoexpand,aswellasthetraditionaltestmethodscannotadapttotheneedsofmodernexaminations,theon-lineWeb-basedexaminationismoreandmorepopularinrecentyears.TheJavaonlineexaminationsystemisoneoftheseWeb-b
5、asedon-lineexaminationsystems.TheJavaonlineexaminationsystemachievesthepurposeoftheon-lineexamination,reducesteachers’workload,improvesproductivityandstimulatesstudents’interestinlearning.Systemsusesthebrowser/servertodevelop.Itincludeslog,newuserregistrati
6、on,usermanagement,on-lineexamination,comparisonandimplementationofthecode,andotherfunctionalmodules.Thesystemnotonlycompletestheconventionalexamination,butalsoprovidecodeuploading,compiling,runningandthecalculationofthecodesimilaritycomparison.Thecalculatio
7、nofthecodesimilarityisabasisforteacherstojudgewhetherthecodeisplagiarism.Codesimilarityusedthecalculationofthemainattributesoftechnologyandcountingtechniquesofmeasuringthestructureofthedesign.Themainattributesoftechnologyincludesfourbasicattributes,thenumbe
8、rofoperatingasingle-digitnumber,thetotalnumberofalloperators,alloperatorsofthetotalnumber;structureofthemeasureanalysistheinnerstructureofprograme,suchasflowcontrol.Accordingtothestructureofprograme,it