嵌入式的系统常用词汇中英文对照Word格式文档下载.docx

上传人:b****5 文档编号:15805467 上传时间:2022-11-16 格式:DOCX 页数:21 大小:33.88KB
下载 相关 举报
嵌入式的系统常用词汇中英文对照Word格式文档下载.docx_第1页
第1页 / 共21页
嵌入式的系统常用词汇中英文对照Word格式文档下载.docx_第2页
第2页 / 共21页
嵌入式的系统常用词汇中英文对照Word格式文档下载.docx_第3页
第3页 / 共21页
嵌入式的系统常用词汇中英文对照Word格式文档下载.docx_第4页
第4页 / 共21页
嵌入式的系统常用词汇中英文对照Word格式文档下载.docx_第5页
第5页 / 共21页
点击查看更多>>
下载资源
资源描述

嵌入式的系统常用词汇中英文对照Word格式文档下载.docx

《嵌入式的系统常用词汇中英文对照Word格式文档下载.docx》由会员分享,可在线阅读,更多相关《嵌入式的系统常用词汇中英文对照Word格式文档下载.docx(21页珍藏版)》请在冰豆网上搜索。

嵌入式的系统常用词汇中英文对照Word格式文档下载.docx

addressbus(地址总线)

Asetofelectricallinesconnectedtotheprocessorandalloftheperipheralswithwhichitcommunicates.Theaddressbusisusedbytheprocessortoselectaspecificmemorylocationorregisterwithinaparticularperipheral.Iftheaddressbuscontainsnelectricallines,theprocessorcanuniquelyaddressupto2^nsuchlocations.

一个连接处理器与所有外设的,用来通讯的电子线路集。

地址总线被处理器用来选择在特定外设中的存储器地址或寄存器。

如果地址总线有n条电子线路,处理器能唯一寻址高达2^n的地址空间。

applicationsoftware(应用软件)

Describessoftwaremodulesspecifictoaparticularembeddedproject.Theapplicationsoftwareisunlikelytobereusableacrossembeddedplatforms,simplybecauseeachembeddedsystemhasadifferentapplication.

用来描述一个特定的嵌入式项目中的某一软件模块。

应用软件不象可重用的交叉嵌入式平台,只是因为每一个嵌入式系统有不同的应用软件。

assembler(汇编编译器)

Asoftwaredevelopmenttoolthattranslateshuman-readableassemblylanguageprogramsintomachine-languageinstructionsthattheprocessorcanunderstandandexecute.

一个能把人可读的汇编语言程序转换到处理器可理解和运行的机器指令的软件开发工具。

assemblylanguage(汇编语言)

Ahuman-readableformofaprocessor"

sinstructionset.Mostprocessor-specificfunctionsmustbewritteninassemblylanguage.

一种人可读的处理器指令集的形式。

大多数处理器相关的功能必须用汇编语言编写。

B

BSP(板卡支持包)

Seeboardsupportpackage.

见boardsupportpackage。

binarysemaphore(二元信号)

Atypeofsemaphorewithjusttwostates.Alsocalledamutex.

一种只有两种状态的信号。

也叫互斥信号。

boardsupportpackage(板卡支持包)

Partofasoftwarepackagethatisprocessororplatform-dependent.Typically,samplesourcecodefortheboardsupportpackageisprovidedbythepackagedeveloper.Thesamplecodemustbemodifiedasnecessary,compiled,andlinkedwiththeremainderofthesoftwarepackage.

软件包的具有平台依赖性的那一部分。

典型地,板卡支持包的样例源程序由包开发者提供。

样例源程序必须能在需要时被修改、编译并与软件包的剩下的部分连接起来。

bond-outprocessor(外合处理器)

Aspecialversionofaprocessorthathassomeoftheinternalsignalsbroughtouttoexternalpins.Abond-outprocessorismostoftenfoundwithinanemulatorandisneverintendedtobeusedinaproductionsystem.

一种特殊版本的处理器,它有一些,内部的信号能传达到外置的针脚上。

一个外合处理器绝大多数情况下只用在模拟器上,从来不会被特意用在产品系统上。

Breakpoint(断点)

Alocationinaprogramatwhichexecutionistobestoppedandcontroloftheprocessorswitchedtothedebugger.Mechanismsforcreatingandremovingbreakpointsareprovidedbymostdebuggingtools.

一个在程序中的地址,在那里程序的执行被停止,并且处理器的控制转换到了除错程序。

大多数除错工具提供增加与删除一个断点的机制。

C

CISC(复杂指令集计算机)

ComplexInstructionSetComputer.Describesthearchitectureofaprocessorfamily.CISCprocessorsgenerallyfeaturevariable-lengthinstructions,multipleaddressingformats,andcontainonlyasmallnumberofgeneral-purposeregisters.Intel"

s80x86familyisthequintessentialexampleofCISC.ContrastwithRISC.

复杂指令集计算机。

对一种处理器架构的描述。

CISC处理器一般产生变长的指令,多种地址格式,并且仅仅有少量的通用寄存器。

Intel的80x86家族是是典型的CISC处理器。

相对于RISC而言。

CPU(中央处理器)

CentralProcessingUnit.Thepartofaprocessorthatexecutesinstructions.

中央处理器。

处理器中执行指令的那一部分。

Compiler(编译器)

Asoftwaredevelopmenttoolthattranslateshigh-levellanguageprogramsintothemachine-languageinstructionsthataparticularprocessorcanunderstandandexecute.

把高级编程语言程序转换到只有特定的处理器能了解和执行的机器指令的一种软件开发包。

context(上下文)

Thecurrentstateoftheprocessor"

sregistersandflags.

处理器当前的状态和标志。

contextswitch(上下文切换)

Theprocessofswitchingfromonetasktoanotherinamultitaskingoperatingsystem.Acontextswitchinvolvessavingthecontextoftherunningtaskandrestoringthepreviously-savedcontextoftheother.Thepieceofcodethatdoesthisisnecessarilyprocessor-specific.

在多任务操作系统中我一个任务切换到另一个的过程。

上下文切换包括保存正在运行的任务的上下文和恢复早先保存的另一个任务的上下文。

做这个工作的一段代码必须具有处理器特权。

countingsemaphore(计数信号)

Atypeofsemaphorethatisusedtotrackmultipleresourcesofthesametype.Anattempttotakeacountingsemaphoreisblockedonlyifalloftheavailableresourcesareinuse.Contrastwithbinarysemaphore.

一种用来跟踪多个相同类型资源的信号灯。

仅仅在所有可用的资源都被用完了时才阻塞。

相对二元信号而言。

criticalsection(临界段)

Ablockofcodethatmustbeexecutedinsequenceandwithoutinterruptiontoguaranteecorrectoperationofthesoftware.Seealsoracecondition.

一段必须按次序执行的代码,并且不能被中断,否则不能保证软件正确地操作。

参照:

竞争状况。

cross-compiler(交叉编译器)

Acompilerthatrunsonadifferentplatformthantheoneforwhichitproducesobjectcode.Across-compilerrunsonahostcomputerandproducesobjectcodeforthetarget.

一个运行在不同的平台上的编译器,其中之一能产生目标代码。

交叉编译器在主机上运行并且产生目标机的目标代码。

D

DMA(直接内存访问)

DirectMemoryAccess.Atechniquefortransferringdatadirectlybetweentwoperipherals(usuallymemoryandanI/Odevice)withonlyminimalinterventionbytheprocessor.DMAtransfersaremanagedbyathirdperipheralcalledaDMAcontroller.

直接内存访问。

一种直接在两个外设(通常是内存和I/O设备)之间进行数据传输的技术,它只要处理器最少的介入。

DMA传输由叫DMA控制器的第三方外设进行管理。

DRAM(动态随机访问存储器)

DynamicRandom-AccessMemory.AtypeofRAMthatmaintainsitscontentsonl

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > IT计算机 > 计算机硬件及网络

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1