关键词不能为空

当前您在: 主页 > 英语 >

adverb常见英文缩写解释

作者:高考题库网
来源:https://www.bjmy2z.cn/gaokao
2021-01-28 12:44
tags:

adverb-快乐的英文

2021年1月28日发(作者:真诚英文)


常见英文缩写解释(按字母顺序排列)





ASIC: Application Specific Integrated Circuit.


专用


IC



CPLD: Complex Programmable Logic Device.


复杂可编程逻辑器件




EDA: Electronic Design Automation.


电子设计自动化




FPGA: Field Programmable Gate Array.


现场可编程



门阵列




GAL: Generic Array Logic.


通用阵列逻辑




HDL: Hardware Description Language.


硬件描述语言




IP: Intelligent Property.


智能模块




PAL: Programmable Array Logic.


可编程阵列逻辑




RTL: Register Transfer Level.


寄存器传输级描述




SOC: System On a Chip.


片上系统




SLIC: System Level IC.


系统级


IC



VHDL: Very high speed integrated circuit Hardware Description Language.


超高速集成电路硬件描述语言




A





ASIC


(专用集成电路)






Application-Specific


Integrated


Circuit.


A


piece


of


custom-designed


hardware in a chip.





专用集成电路。一个在一个芯片上定制设计的硬件。






address bus


(地址总线)






A set of electrical lines connected to the processor and all of the


peripherals withwhich itcommunicates. The address bus is used by the


processor


to


select


aspecific


memory


location


or


register


within


a


particular peripheral. If the address bus contains n electrical lines,


the processor can uniquely address up to 2^n such locations.





一个连接处理器与所有外设的,


用来通讯的电子线路集。


地址总线被处理器


用来选择在特定外设中的存储器地址或寄存器。如果地址总 线有


n


条电子线路,


处理器能唯一寻址 高达


2^n


的地址空间。




application software


(应用软件)






Describes


software


modules


specific


to


a


particular


embedded


project.


The application software is unlikely to be reusable across embedded


platforms,


simply


because


each


embedded


system


has


a


different


application.





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


应用软件不象可重用的


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






assembler


(汇编编译器)






A


software


development


tool


that


translates


human-readable


assembly


language


programs


into


machine-language instructions


that


the


processor


can understandand execute.




< p>
一个能把人可读的汇编语言程序转换到处理器可理解和运行的机器指令的


软 件开发工具。






assembly language


(汇编语言)






A


human-readable


form


of


a


processor's


instruction


set.


Most


processor-specific functions must be written in assembly language.





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


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

言编写。




B





BSP


(板卡支持包)






See board support package.






board support package







binary semaphore(


二元信号


)





A type of semaphore with just two states. Also called a mutex.





一种只有两种状态的信号。也叫互斥信号。






board support package


(板卡支持包)






Part of a software package that is processor or platform- dependent.


Typically, sample source code for the board support package is provided


by


the


package


developer.


The


sample


code


must


be


modified


as


necessary,


compiled, and linked with the remainder of the software package.





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


典型地,


板卡支持包的样例源程 序由


包开发者提供。


样例源程序必须能在需要时被修改、


编译并与软件包的剩下的部


分连接起来。






bond-out processor


(外合处理器)






A


special


version


of


a


processor


that


has


some


of


the


internal


signals


brought out to external pins. A bond-out processor is most often found


within


an


emulator


and


is


never


intended


to


be


used


in


a


production


system.





一种特殊版本的处理器,


它有一些,


内部的信号能传达到外置的针脚上。



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


上。






Breakpoint


(断点)






A


location


in


a


program


at


which


execution


is


to


be


stopped


and


control


of the processor switched to the debugger. Mechanisms for creating and


removing breakpoints are provided by most debugging tools.





一个在程序中的地址,


在那里程序的 执行被停止,


并且处理器的控制转换到


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




C





CISC


(复杂指令集计算机)






Complex Instruction Set Computer. Describes the architecture of a


processor


family.


CISC


processors


generally


feature


variable-length


instructions,


multiple


addressing


formats,


and


contain


only


a


small


number


of


general-purpose


registers.


Intel's


80x86


family


is


the


quintessential example of CISC. Contrast with RISC.





复杂指令集计算机。对一种处理器 架构的描述。


CISC


处理器一般产生变长

的指令,多种地址格式,并且仅仅有少量的通用寄存器。


Intel



80x86


家族是


是典型的


CISC


处理器。相对于


RISC


而言。






CPU


(中央处理器)






Central


Processing


Unit.


The


part


of


a


processor


that


executes


instructions.





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






Compiler


(编译器)






A software development tool that translates high- level language


programs


into


the


machine-language


instructions


that


a


particular


processor can understand and execute.





把高级 编程语言程序转换到只有特定的处理器能了解和执行的机器指令的


一种软件开发包。






context


(上下文)






The current state of the processor's registers and flags.





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






context switch


(上下文切换)






The process of switching from one task to another in a multitasking


operating system. A context switch involves saving the context of the


running


ask


and


restoring


the


previously-saved


context


of


the


other.


The


piece of code that does this is necessarily processor-specific.





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


上下文切换包括保存

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


做这个工作的


一段代码必须具有处理器特权。






counting semaphore


(计数信号)






A type of semaphore that is used to track multiple resources of the


same


type.


An


attempt


to


take


a


counting


semaphore


is


blocked


only


if


all


of the available resources are in use. Contrast with binary semaphore.





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


仅仅在所有可用的资源都被 用完


了时才阻塞。相对二元信号而言。






critical section


(临界段)






A


block


of


code


that


must


be


executed


in


sequence


and


without


interruption


to


guarantee


correct


operation


of


the


software.


See


also


race


condition.





一段必须按次序执行的代码,


并且不 能被中断,


否则不能保证软件正确地操


作。参照:竞争状况。< /p>



cross- compiler


(交叉编译器)






A


compiler


that runs


on


a different


platform than the


one for which


it produces object code. A cross- compiler runs on a host computer and


produces object code for the target.





一个运 行在不同的平台上的编译器,


其中之一能产生目标代码。


交叉编 译器


在主机上运行并且产生目标机的目标代码。




D





DMA


(直接内存访问)






Direct Memory Access. A technique for transferring data directly


between two peripherals (usually memory and an I/O device) with only


minimal intervention by the processor. DMA transfers are managed by a


third peripheral called a DMA controller.





直接内存访问。


一种直接在两个外设


(通常 是内存和


I/O


设备)


之间进行数


据传输的技术,它只要处理器最少的介入。


DMA

< br>传输由叫


DMA


控制器的第三方外


设进行管理。






DRAM


(动态随机访问存储器)






Dynamic


Random-Access


Memory.


A


type


of


RAM


that


maintains


its


contents only as long as the data stored in the device is refreshed at


regular


intervals.


The


refresh


cycles


are


usually


performed


by


a


peripheral called a DRAM controller.





动态随机访问存储器。一种


RAM< /p>


,存储在其设备中的数据被定期刷新时才能


保存它的内容。刷新周 期一般由一个叫


DRAM


控制器的外设完成。

< br>





Data bus


(数据总线)






A set of electrical lines connected to the processor and all of the


peripherals


with


which


it


communicates.


When


the


processor


wants


to


read


(write)


the


contents


of


a


memory


location


or


register


within


a


particular


peripheral, it sets the address bus pins appropriately and receives


(transmits) the contents on the data bus.





连接处理器与所有外设进行通讯的电子线路集。当一个处理器想去写(读)


某一特定外设中的存储器地址或寄存器中的内容时,


处理器设置地址总线并在 数


据总线上接收(传输)内容。






Deadline


(死线)






The


time


at


which


a


particular


set


of


computations


must


be


completed.


See also real- time system.





一个特定计算必须被完成的时间。请看实时系统。






Deadlock


(死锁)






An unwanted software situation in which an entire set of tasks is


blocked, waiting for an event that only a task within the same set can


cause. If a deadlock occurs,


the


only solution


is to reset


the hardware.


However,


it


is


usually


possible


to


prevent


deadlocks


altogether


by


following certain software design practices.





一种不希望出现的软件状态,


在这个 状态下,


所有的任务因为等待一个只有


在这些被阻塞任务之一才 能产生的事件而被阻塞。


如果死锁发生,


唯一解决的方


法是重启动硬件。


但是,


通过可靠的软件设计实 践活动通常可以防止死锁的发生。






debug monitor


(除错监视程序)






A


piece


of


embedded


software


that


has


been


designed


specifically


for


use as a debugging


tool. It


usually


resides in ROM


and communicates with


a debugger via a serial port or network connection. The debug monitor


provides


a


set


of


primitive


commands


to


view


and


modify


memory


locations


and registers, create and remove breakpoints, and execute your program.


The debugger combines these primitives to fulfill higher-level requests


like program download and single-step.





嵌入式 软件被特殊设计来作为除错工具的一部分。


它一般被放在


ROM


中,



过串口或网络与除错器进行通讯 。


除错监视程序提供一个简单的命令集来显示和


内存地址和寄存 器、


建立和移除断点,


并且运行你的程序。

除错监视器组合这些


简单的命令去实现象程序下载各单步调试等高端的请求。






Debugger


(除错器)






A


software


development


tool


used


to


test


and


debug


embedded


software.


The debugger runs on a host computer and connects to the target through


a serial port or network connection. Using a debugger you can download


software


to


the


target


for


immediate


execution.


You


can


also


set


breakpoints and examine the contents of specific memory locations and


registers.





一个软件开发工具,


被用来对嵌入式 软件进行测试和除错。


除错器在宿主机


上运行并且通过串口或网 络连接到目标机上。


你能使用除错器下载软件到目标机


并直接运 行。你也可以设置断点并检查特定内存地址或寄存器的内容。






device driver


(设备驱动程序)






A software module that hides the details of a particular peripheral


and provides a high-level programming interface to it.





一个软件模块,它隐藏特定外设的 细节并提供高级的外设编程接口。






device programmer


(设备编程器)






A


tool


for


programming


non-volatile


memories


and


other


electrically- programmable


devices.


Typically,


the


programmable


device


is


inserted into a socket on the device programmer and the contents of a


memory buffer are then transferred into it.





一种用来对不挥发内存和其他电可编程设备进行编程的工具。


典型地,


可编


程设备被插到设备编程器的接口上,接着内存缓存器中的内容被传送到它里 面。






digital signal processor


(数字信号处理器)






A


device


that


is


similar


to


a


microprocessor,


except


that


the


internal


CPU has been optimized for use in applications involving discrete-time


signal


processing.


In


addition


to


standard


microprocessor


instructions,


DSPs usually support a set of complex instructions to perform common


signal-processing com


putations quickly. Common DSP families are TI's


320Cxx and Motorola's 5600x series.





一种类似于微处理器的的设备,


不同的是它内部的


C PU


被优化,


用于特定的


应用,如离散 信号处理。除了标准的微处理器指令外,


DSP


常常支持复杂指 令集


去非常快地完成通用的信号处理计算。通用


DSP


家庭是


TI320Cxx


Motorola



5600x


系 列。




E





EEPROM

(电可擦的,可编程的只读存储器)






Electrically Erasable, Programmable Read-Only Memory. (Pronounced






电可擦的,可编程的只读存储器。一种


ROM


能被电擦除。






EPROM


(可擦的,可编程的只读存储器)






Erasable, Programmable Read-Only Memory. A type of ROM that can be


erased by exposing it


to ultraviolet light.


Once erased, an


EPROM can be


reprogrammed with the help of a device programmer.





一种可用紫外线擦除的存储器。一次擦除后,


EPROM

< p>
可以在设备编程器的帮


助下被重编程。






embedded system


(嵌入式系统)






A


combination


of


computer


hardware


and


software,


and


perhaps


additional mechanical or other parts, designed to perform a dedicated


function. In some cases,


embedded systems are part of a larger system or


product,


as


is


the


case


of


an


anti-lock


braking


system


in


a


car.


Contrast


with general-purpose computer.





计算机 硬件和软件的结合体,


或许还加上机械等其他部分,


被设计来完 成专


门的功能。


在一些情况下,


嵌入式 系统是一个大的系统或产品的一部分,


就象汽


车上的防抱死装置 。与通用计算机相对。






Emulator(


仿真器


)





Short


for


In- Circuit


Emulator


(ICE).


A


debugging


tool


that


takes


the


place


of


emulates-the


processor


on


your


target


board.


Emulators


frequently


incorporate


a


special



version


of


the


target


processor


that


allows


you


to


observe


and


record


its


internal


state


as


your


program is executing.





在线仿 真器的简写。


一个在你的目标板上放置仿真的处理器的调试工具。


仿


真器经常和一目标处理器的一种“外合”版本合在一起,


这 个版本的的处理器充


许你运行程序时观察和记录它的内部状态。



Executable


(可执行的)






A


file


containing


object


code


that


is


ready


for


execution


on


the


target.


All that remains is to place the object code into a ROM or download it


via a debugging tool.





一个包含准备在目标机上运行的目 标代码的文件。


放置目标代码到


ROM


中或


通过调试工具下载。




F





Firmware


(固件)






Embedded software that is stored as object code within a ROM. This


name is most common among the users of digital signal processors.





是作为目标代码存贮在


ROM


中的嵌入式软 件。


这个名字在数字信号处理器的


用户中相当流行。

< p>





flash memory


(闪存)






A RAM-ROM hybrid that can be erased and rewritten under software


control. Such devices are divided into blocks, called sectors, that are


individually-erasable. Flash memory is common in systems that require


nonvolatile data storage at very low cost. In some cases, a large fash


memory may even be used instead of a disk-drive.





一种


RAM-ROM


的混血儿,


它能在软件的控制下被擦除和重写。


一些设备被分

成叫段组的块,


能个别地可擦。


闪存用在需要很便宜的非易 失数据存贮器的地方,


一个大容量的闪存甚至被用作磁盘驱动器。




G





general-purpose computer


(通用计算机)






A combination of computer hardware and software that serves as a


general-purpose computing platform. For example, a personal computer.


Contrast with embedded system.





当作通用计算平台的计算机硬件与软件的组合。


例如,


PC



相对于嵌入式 计


算机。




H





HLL





See high-level language.





查阅高级语言。






Heap


(堆)






An area of memory that is used for dynamic memory allocation. Calls


to


malloc


and


free


and


the


C++


operators


new


and


delete


result


in


run- time


manipulation of the heap.





一块被 用作动态内存分配的内存区域。调用


malloc


< p>
free



C++


的操作 符


new



delete


在运行时进行堆的操作。






high-level language


(高级语言)






A language, such as C or C++, that is processor-independent. When


programming in a high-level language, it is possible to concentrate on


algorithms and applications without worrying about the details of a


particular processor.





一种语言,象

C



C++


,是处理器独立的。当 在高级语言上编程时,不需要


考虑特定处理器的细节,只用关心算法和应用。

< p>





Host


(主机)






A general-purpose computer that communicates with the target via a


serial


port


or


network


connection.


This


term


is


usually


used


to


distinguish


the


computer


on


which


the


debugger


is


running


from


the


embedded system that is being


developed.





一台通用计算机,


它通过串口或网络 连接与目标机通讯。


这处名词一般用来


区别调试程序运行的计算 机和被开发的嵌入式系统。




I





ICE





In- Circuit Emulator. See emulator.





在线仿真器。查阅仿真器。






I/O


( 输入


/


输出)






Input/Output.


The


interface


between


a


processor


and


the


world


around


it. The simplest examples are switches (inputs) and LEDs (outputs).





输入


/< /p>


输出。处理器与外界的交互界面。最简单的例子是开关(输入)和发


光二级管(输出)



adverb-快乐的英文


adverb-快乐的英文


adverb-快乐的英文


adverb-快乐的英文


adverb-快乐的英文


adverb-快乐的英文


adverb-快乐的英文


adverb-快乐的英文



本文更新与2021-01-28 12:44,由作者提供,不代表本网站立场,转载请注明出处:https://www.bjmy2z.cn/gaokao/579468.html

常见英文缩写解释的相关文章