電子信息工程專業(yè)英語教程(第6版)課件 Lesson 26 Design Languages for Embedded Systems_第1頁
電子信息工程專業(yè)英語教程(第6版)課件 Lesson 26 Design Languages for Embedded Systems_第2頁
電子信息工程專業(yè)英語教程(第6版)課件 Lesson 26 Design Languages for Embedded Systems_第3頁
電子信息工程專業(yè)英語教程(第6版)課件 Lesson 26 Design Languages for Embedded Systems_第4頁
電子信息工程專業(yè)英語教程(第6版)課件 Lesson 26 Design Languages for Embedded Systems_第5頁
已閱讀5頁,還剩38頁未讀 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡介

Lesson26DesignLanguagesforEmbeddedSystems《電子信息工程專業(yè)英語教程(第6版)》任治剛編著電子工業(yè)出版社

Unit9Embeddedapplication3/6/20251《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》Lesson26DesignLanguagesforEmbeddedSystemsBackgroundsTexttour

LanguageinuseVocabularyStructureReading/writingtechniques3/6/20252《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》TerminologyHierarchy層次Instance實(shí)例Primitive原語;圖元Assignment賦值Expression表達(dá)式Compiler編譯器Construct模型Loop循環(huán)Backgrounds3/6/20253《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》TerminologyTemplate模板Operand操作數(shù)Function函數(shù)Integer整數(shù)Class類Inheritance繼承性String字符串Collision沖突Pointer指針Array數(shù)組,陣列Backgrounds3/6/20254《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》TerminologyStructure結(jié)構(gòu)體Field字段Stack堆棧Schedule調(diào)度Deadline截止時(shí)間Thread線程Contention競爭Lock鎖定Backgrounds3/6/20255《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》TerminologyConcurrentprocess

并發(fā)進(jìn)程,并行進(jìn)程Truthtable

真值表Resolutionfunction

判決函數(shù)Bitvector

位向量Backgrounds3/6/20256《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》TerminologyBranchinstruction分支指令Programcounter程序計(jì)數(shù)器Addressingmode尋址模式Backgrounds3/6/20257《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》TerminologyFloatingpointnumbers

浮點(diǎn)數(shù)Globaldata

全局?jǐn)?shù)據(jù)Programcall

程序調(diào)用Errorhandling

錯(cuò)誤處理Backgrounds3/6/20258《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》TerminologyObject-oriented

面向?qū)ο蟮腛bjectreference

對(duì)象引用Memorymanagement

內(nèi)存管理Backgrounds3/6/20259《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》TexttourOutlineIntroductionHardwareLanguagesSoftwareLanguagesAssemblyLanguagesTheCLanguageC++JavaRTOS3/6/202510《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》IntroductionAnembeddedsystemis…Atypicalsystemmightneedtodo…Nogeneral-purposelanguagetosolveallembeddedapplicationsAvarietyoflanguageshaveintroduced3/6/202511《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》HardwareLanguagesVerilogandVHDL

modelssystemswithdiscrete-eventsemanticsthatignoreidleportionsofthedesignforefficientsimulation.describesystemswithstructuralhierarchy3/6/202512《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》SoftwareLanguages

AssemblyLanguagesAlistofprocessorinstructionswritteninasymbolic,human-readableform.Eachinstructionconsistsofanoperation,alongwithsomeoperands

3/6/202513《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》SoftwareLanguages

TheCLanguageCprogramcontainsfunctionsInstructionsinaCprogramrunsequentiallyCderivesitstypesfromthoseaprocessormanipulatesdirectlyCprogramsusethreetypesofmemory.3/6/202514《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》SoftwareLanguages

C++C++extendsCforbigprograms

user-defineddatatypesawaytoreusecodewithdifferenttypesnamestogroupobjectsandavoidaccidentalnamecollisionsexceptionstohandleerrors

C++standardlibrary3/6/202515《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》SoftwareLanguages

JavaJavalanguageresembles,butisincompatiblewith,C++Javaisobject-orientedahigher-levellanguagethanC++providesconcurrentthreads…3/6/202516《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》RTOSManyembeddedsystemsuseaRTOStosimulatecon-currencyonasingleprocessor.AnRTOSmanagesmultiplerunningprocesses,eachwritteninasequentiallanguage.Theprocessesperformthesystem'scomputationsandtheRTOSschedulesthem.Theschedulingattemptstomeetdeadlinesbydecidingwhichprocessesrunatwhattimesandinwhatorder.3/6/202517《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》VocabularyInstancegearimperativeintuitivemodeFunctionStructureReading/writingtechniquesLanguageinuse3/6/202518《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》Vocabulary3/6/202519《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》InstanceindictionaryAnexamplethatiscitedtoproveorinvalidateacontentionorillustrateapoint.

例證Acaseoranoccurrence:

事例或事件Inallsuchinstances,letconsciencebeyourguide.Alegalproceedingorprocess;asuit.

訴訟;起訴3/6/202520《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》InstanceindictionaryAstepinaprocessorseriesofevents:

程序,步驟Youshouldapplyinthefirstinstancetothepersonnelmanager.Asuggestionorrequest:

建議或要求3/6/202521《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》InstanceintextBothdescribesystemswithstructuralhierarchy:asystemconsistsofblocksthatcontaininstancesofprimitives,otherblocks,orconcurrentprocesses.這兩種語言均使用具有結(jié)構(gòu)化層次的描述系統(tǒng):將一個(gè)系統(tǒng)分成若干模塊。系統(tǒng)模塊包含著基本元件、其他模塊和并發(fā)進(jìn)程的實(shí)例。

3/6/202522《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》Instanceinuse

attheinstanceof在...請(qǐng)求之下;在...的倡議之下forinstance例如inallinstances在一切情況下innoinstance在任何情況下都不inthefirstinstance最初,首先inthisinstance在這種情況下3/6/202523《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》GearindictionaryAtoothedmachinepart,suchasawheelorcylinder,thatmesheswithanothertoothedparttotransmitmotionortochangespeedordirection.

齒輪Acompleteassemblythatperformsaspecificfunctioninalargermachine.

傳動(dòng)裝置3/6/202524《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》GearindictionaryEquipment,suchastoolsorclothing,usedforaparticularactivity;paraphernalia:

設(shè)備;用具Clothingandaccessories:

衣服和裝飾品:Personalbelongings,includingclothing:

個(gè)人物品3/6/202525《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》GearindictionaryToadjustoradaptsoastomakesuitable:

調(diào)整gearedthespeechtoaconservativeaudience.Toprovidewithgear;equip.

裝備;裝配3/6/202526《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》GearintextVerilogprovidesmoreprimitives

gearedspecificallytowardhardwaresimulation.Verilog

提供了更多適于硬件仿真的基本元件。Overall,Verilogistheleanerlanguage,moredirectlygearedtowardsimulatingdigitalintegratedcircuits.總的來說,Verilog

是一種更簡潔、更直接面向數(shù)字集成電路仿真的語言。

3/6/202527《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》Gearinuse

adjustinggear調(diào)節(jié)齒輪anglinggears釣魚具Anti-collisiongear防撞設(shè)備3/6/202528《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》ImperativeindictionaryExpressingacommandorplea;peremptory:

專橫的,強(qiáng)制的Havingthepowerorauthoritytocommandorcontrol.

有權(quán)力的Of,relatingto,orconstitutingthemoodthatexpressesacommandorrequest.

祈使的Impossibletodeterorevade;pressing:

必要的,緊急的3/6/202529《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》ImperativeindictionaryAcommand;anorder.

命令,要求Anobligation;aduty:

責(zé)任;義務(wù)socialimperatives.3/6/202530《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》ImperativeintextAssuch,mostlanguageslistimperative

instructions,executedinorderthatcommunicatethroughmemory—anarrayofstoragelocationsthatholdtheirvaluesuntilchanged.大多數(shù)語言列出了要執(zhí)行的指令,這些指令按照和存儲(chǔ)器(存儲(chǔ)器是存儲(chǔ)數(shù)據(jù)的陣列)通信的順序執(zhí)行。

3/6/202531《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》Imperativeinuse

simpleimperatives簡單規(guī)則imperativesineducation教育規(guī)則theimperativeofsurvival生存需要3/6/202532《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》IntuitiveindictionaryOf,relatingto,orarisingfromintuition.

直覺的Knownorperceivedthroughintuition.

憑直覺知道或感知的Possessingordemonstratingintuition.

有直覺力的3/6/202533《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》Intuitiveintext

Eachmachineinstructiontypicallydoeslittlemorethan,forexample,addtwonumbers,sohigh-levellanguagesaimtospecifymanyinstructionsconciselyand

intuitively.一般而言,一條機(jī)器指令只能完成像兩個(gè)數(shù)相加之類的簡單操作。因此,高級(jí)語言的設(shè)計(jì)目標(biāo)是能夠簡明、直觀地指定指令。

3/6/202534《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》Intuitiveinuse

Intuition直觀,直覺Instinct本能actoninstinct憑直覺行動(dòng)byinstinct出于本能haveaninstinctfor天性就會(huì)instinctwith充滿著...;受...的鼓舞3/6/202535《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》ModeindictionaryAmanner,way,ormethodofdoingoracting:

方式Aparticularform,variety,ormanner:

形式Agivenconditionoffunctioning;astatus:

狀況,狀態(tài)Thespacecraftwasinitsrecoverymode.3/6/202536《電子信息工程專業(yè)英語教程》電子信息工程專業(yè)英語教程(第6版)》ModeindictionaryThecurrentorcustomaryfashionorstyle.

時(shí)尚Anyofcertainfixedarrangementsofthediatonictonesofanoctave,asthemajorandminorsca

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

評(píng)論

0/150

提交評(píng)論