学科分类
/ 1
6 个结果
  • 简介:Signlanguageisavisual-gesturallanguagemainlyusedbyhearingimpairedpeopletocommunicatewitheachother.Gestureandfacialexpressionareimportantgrammarpartsofsignlanguage.Inthispaper,atext-basedtransformationmethodofChinese-Chinesesignlanguagemachinetranslationisproposed.Gestureandfacialexpressionmodelsarecreatewd.Andapracticalsystemisimplemented.TheinputofthesystemisChinesetext.Theoutputofthesystemis'graphicsperson'whocangesticulateChinesesignalgnuageaccompainedbyfacialexpressionthatcorrespondstotheChinesetextenteredsoastorealizeautomatictranslationfromChinesetexttoChinesesignlanguage.

  • 标签: 自动机器翻译 自然语言 汉语符号语言
  • 简介:Readingisanimportantchannelforstudentstoreceivesecondlanguage(L2)input,butunmindfulordistractedreadingofferslittletoL2acquisition,whichhelpstoexplainwhylearnersoftencomplainabouttheirminimalprogressaftertakingextensivereadingcourses.

  • 标签: 英语 阅读 理解 基础教育
  • 简介:mc2llvmisaprocess-levelARM-to-x86binarytranslatordevelopedinourlabinthepastseveralyears.Currently,itisabletoemulatesinglethreadedprograms.Weextendmc2llvmtoemulatemulti-threadedprograms.Ourmaintaskistoreconstructitsarchitectureformulti-threadedprograms.Registermapping,codecachemanagement,andaddressmappinginmc2llvmhaveallbeenmodified.Inaddition,tofurtherspeeduptheemulation,wecollecthotpaths,aggressivelyoptimizeandgeneratecodeforthematruntime.Additionalthreadsareusedtoalleviatetheoverhead.Thus,whenthesamehotpathiswalkedthroughagain,thecorrespondingoptimizednativecodewillbeexecutedinstead.Inourexperiments,oursystemis8.8XfasterthanQEMU(quickemulator)onaveragewhenemulatingthespecifiedbenchmarkswith8guestthreads.

  • 标签: 二进制代码 多线程程序 程序使用 缓存管理 动态翻译 共享