在线考试系统文献综述中文摘要:随着网络技术的日益成熟,网络已经深入到生活的每一个角落,包括教育、购物、咨询、办公等等许多领域。
在网络迅速发展的今天,网页技术的应用也越来越广泛。
网页技术的应用对于教育行业来说优势更加的明显。
教育行业可以通过网络进行学生和教职工的管理、组织学生在线考试、在网站上发布学校相关信息等活动。
这样不仅能增加学校管理的透明度,还提高了学校的管理水平。
在线考试还能充分的利用学校的现有资源,大大减轻教师的工作量,把老师从出卷、阅卷等一些繁重中做中解脱出来。
本文重点论述了由于网络的存在扩大了学校的服务范围,为学校的管理提供了更多的条件。
对此做出了详细的调查,可行性研究和分析。
系统采用了B/S结构,在网络上建立学校自己的教育网站。
系统开发经历了系统分析、系统设计和系统实施三个阶段。
从设计方案的提出,经过详细的调查,分析了方案的可行性和必要性,通过详细的系统设计,力图提高系统的集成性和快捷性;
并在系统实施阶段收集了大量的实验数据,以便测试阶段系统的准确性和稳定性。
系统整体是基于浏览器/服务器,前台应用JSP技术,后台采用SQLServer2000作为数据库与前台连接。
关键词:网络教育在线考试B/S结构JSP技术 AbstractWiththeincreasinglysophisticatednetworktechnologies,thenetworkhadpenetratedeverycorneroflife,includingeducation,shopping,advice,officeandsomanyfields.Today,therapiddevelopmentofthenetwork,theapplicationofwebtechnologymoreandmorewidely.Webtechnologyadvantagefortheeducationindustryismoreevident.Educationsectorthroughanetworkofstudentsandfacultymanagement,studentorganizations,onlineexaminations,inthewebsiteinformationandotherschoolactivities.Thiscannotonlyincreasethetransparencyofschoolmanagement,butalsotoimprovetheschoolmanagementlevel.Onlinetestcanfullyutilizetheschool'sexistingresources,greatlyreducingtheworkloadofteachers,theteacherfromthevolumeofgradingtodoandsomeheavyfreed.Thisarticlefocusesontheexistenceofasnetworkservicestoexpandthescopeoftheschool,theschoolmanagementtoprovidemoreconditions.Havemadeadetailedsurvey,feasibilitystudiesandanalysis.SystemusestheB/Sstructureofthenetworktoestablishtheirownschools,educationalwebsites.Systemdevelopmentthroughsystemanalysis,systemdesignandsystemimplementationofthethreestages.Fromthedesignoftheproposal,afteradetailedinvestigationofthefeasibilityandnecessity,throughdetaileddesign,tryingtoimprovesystemintegrationandspeed;andimplementationphaseinthesystem,alargenumberofexpe
2024/5/22 22:19:21 20KB 在线考试系统 文献综述
1
安卓最常用的Jar包,比如:zxing,xutils,okhttp,httpclicat,findviewbyme,gso'n'format,hellochart,MPAndroidChart等等等等,只有你想不到的,适合学习安卓想了解第三方插件的下载里面每个Jar包都有详细说明,还有使用说明。
2024/5/22 18:58:24 75.45MB Jar
1
内附8个文档。
系统开发必备手册。
POSIXBaseDefinitions;
POSIXBaseSpecifications,Issue7;
POSIXRationale(Informative);
POSIX®RealtimeandEmededApplicationSupport;
POSIX®ShellandUtilities;
POSIXSystemInterfaces;
POSIXTechnicalCorrigendum1;
POSIXTechnicalCorrigendum2
2024/5/19 8:02:53 21.44MB POSIX 官方 正式 标准
1
用来压缩和解压的,以下是部分函数:intcompress(Bytef*dest,uLongf*destLen,constBytef*source,uLongsourceLen);intcompress2(Bytef*dest,uLongf*destLen,constBytef*source,uLongsourceLen,intlevel);intuncompress(Bytef*dest,uLongf*destLen,constBytef*source,uLongsourceLen);typedefvoidpgzFile;gzFilegzopen(constchar*path,constchar*mode);gzFilegzdopen(intfd,constchar*mode);intgzsetparams(gzFilefile,intlevel,intstrategy);intgzread(gzFilefile,voidpbuf,unsignedlen);intgzwrite(gzFilefile,constvoidpbuf,unsignedlen);intVAgzprintf(gzFilefile,constchar*format,...);intgzputs(gzFilefile,constchar*s);char*gzgets(gzFilefile,char*buf,intlen);intgzputc(gzFilefile,intc);intgzgetc(gzFilefile);intgzflush(gzFilefile,intflush);z_off_tgzseek(gzFilefile,z_off_toffset,intwhence);z_off_tgztell(gzFilefile);intgzrewind(gzFilefile);intgzeof(gzFilefile);intgzclose(gzFilefile);constchar*gzerror(gzFilefile,int*errnum);
2024/5/19 1:06:11 79KB zlib123-dll.zip
1
vb连接SQL的小程序,内附详细的说明信息,一目了然-SQLConnectvbsmallprocedures,containingdetailedinformationataglance
2024/5/18 18:46:11 7KB vb sqlserver sql
1
HSD018E2N1-AProductInformationV1.0.pdf
2024/5/17 20:48:53 275KB tftp
1
DatabaseSystemConcepts——数据库系统概念第六版(英文版)作者:AbrahamSilberschatz(YaleUniversity)HenryF.Korth(LehighUniversity)S.Sudarshan(IndianInstituteofTechnology,Bombay)本书目录:Chapter1Introduction1.1Database-SystemApplications11.2PurposeofDatabaseSystems31.3ViewofData61.4DatabaseLanguages91.5RelationalDatabases121.6DatabaseDesign151.7DataStorageandQuerying201.8TransactionManagement221.9DatabaseArchitecture231.10DataMiningandInformationRetrieval251.11SpecialtyDatabases261.12DatabaseUsersandAdministrators271.13HistoryofDatabaseSystems291.14Summary31Exercises33BibliographicalNotes35Chapter2IntroductiontotheRelationalModel2.1StructureofRelationalDatabases392.2DatabaseSchema422.3Keys452.4SchemaDiagrams462.5RelationalQueryLanguages472.6RelationalOperations482.7Summary52Exercises53BibliographicalNotes55Chapter3IntroductiontoSQL3.1OverviewoftheSQLQueryLanguage573.2SQLDataDefinition583.3BasicStructureofSQLQueries633.4AdditionalBasicOperations743.5SetOperations793.6NullValues833.7AggregateFunctions843.8NestedSubqueries903.9ModificationoftheDatabase983.10Summary104Exercises105BibliographicalNotes112Chapter4IntermediateSQL4.1JoinExpressions1134.2Views1204.3Transactions1274.4IntegrityConstraints1284.5SQLDataTypesandSchemas1364.6Authorization1434.7Summary150Exercises152BibliographicalNotes156Chapter5AdvancedSQL5.1AccessingSQLFromaProgrammingLanguage1575.2FunctionsandProcedures1735.3Triggers1805.4RecursiveQueries1875.5AdvancedAggregationFeatures1925.6OLAP1975.7Summary209Exercises211BibliographicalNotes216Chapter6FormalRelationalQueryLanguages6.1TheRelationalAlgebra2176.2TheTupleRelationalCalculus2396.3TheDomainRelationalCalculus2456.4Summary248Exercises249BibliographicalNotes254Chapter7Datab
2024/5/17 10:55:55 10.51MB Database Concepts PDF 英文版
1
支持向量机源码,可在www.csie.ntu.edu.tw/~cjlin/libsvm/下载到最新版本,该版本是2013年4月更新的,3.17版。
压缩包里面有源代码和文档。
以下摘自前述网站:IntroductionLIBSVMisanintegratedsoftwareforsupportvectorclassification,(C-SVC,nu-SVC),regression(epsilon-SVR,nu-SVR)anddistributionestimation(one-classSVM).Itsupportsmulti-classclassification.Sinceversion2.8,itimplementsanSMO-typealgorithmproposedinthispaper:R.-E.Fan,P.-H.Chen,andC.-J.Lin.WorkingsetselectionusingsecondorderinformationfortrainingSVM.JournalofMachineLearningResearch6,1889-1918,2005.Youcanalsofindapseudocodethere.(howtociteLIBSVM)OurgoalistohelpusersfromotherfieldstoeasilyuseSVMasatool.LIBSVMprovidesasimpleinterfacewhereuserscaneasilylinkitwiththeirownprograms.MainfeaturesofLIBSVMincludeDifferentSVMformulationsEfficientmulti-classclassificationCrossvalidationformodelselectionProbabilityestimatesVariouskernels(includingprecomputedkernelmatrix)WeightedSVMforunbalanceddataBothC++andJavasourcesGUIdemonstratingSVMclassificationandregressionPython,R,MATLAB,Perl,Ruby,Weka,CommonLISP,CLISP,Haskell,OCaml,LabVIEW,andPHPinterfaces.C#.NETcodeandCUDAextensionisavailable.It'salsoincludedinsomedataminingenvironments:RapidMiner,PCP,andLIONsolver.Automaticmodelselectionwhichcangeneratecontourofcrossvaliationaccuracy.
2024/5/16 22:20:35 869KB 支持向量机 libsvm
1
1998年,飞利浦、索尼和诺基亚创建了NFC论坛,宗旨是推动NFC的发展普及和规范化。
论坛至今共推出了5大类技术规范:协议技术规范(ProtocolTechnicalSpecification);数据交换格式技术规范(DataExchangeFormatTechnicalSpecification);NFC标签类型技术规范(NFCForumTagTypeTechnicalSpecifications);记录类型定义技术规范(RecordTypeDefinitionfTechnicalSpecifications);参考应用技术规范(ReferenceApplicationTechnicalSpecifications)。
本文将介绍技术开发最核心的前4点规范。
2024/5/15 12:53:28 9.46MB NFC NFC协议  RFIC NDEF
1
用于无声卡电脑-VirtualAudioCableAtfirst,pleaseunpackthedistributionpackageintoanemptyfolderonalocaldrive,makingsurethatlocalfolderpathdoesnotcontainspecialcharacterslike"#","&"orsimilar.Unpackingthepackage,preservefolderstructure(afterunpacking,destinationfoldershouldcontain"x86"and"x64"subfolders).IfyouarenewtoVirtualAudioCable,pleasereadtheusermanualbeforeinstallation.ThebestwaytoopenthemanualistoruninstallerapplicationnamedSetupandclickthe"Help"buttoninthefirstinstallationdialog.Theusermanualfile(vac.chm,afilenamed"vac"withasheetandquestionmarkicon)isanHTMLHelpformatfile.Donotopenmanualfilefromanetworkpathordirectlyfromthepackageotherwisehelppagesmaynotbedisplayedduetosecurityrestrictions.Copythefiletoalocaldrivebeforeopening.Pleasemakesurethatlocalfilepathdoesnotcontainspecialcharacters.Ifusermanualfileisopenedfromalocaldrivebutpagesontherightpanearenotdisplayedproperly,pleasecheckifvac.chmfilehasthe"Unblock"buttoninitsPropertiesform(right-clickthefiletoopenitsproperties).Ifyes,unblockit.Seealso"Howblockingsomeattachmentshelpsprotectyourcomputer"topicinWindowsHelp(Start-HelpandSupport)andhttp://support.microsoft.com/kb/902225.Readingthemanual,don'tforgetthatthereisthe"Search"tab.Havingaproblem,entersomewordsrelatedtotheproblemandappropriatepageswillbedisplayed.Ofcourse,searchfeaturewillnothelpifyouenteraquestionlike"howcanIuseit?".Itonlyfindspagescontaininggivenkeywords.
2024/5/12 21:39:33 533KB 虚拟声卡
1
共 483 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡