常见电子专业术语中英文对照.doc
《常见电子专业术语中英文对照.doc》由会员分享,可在线阅读,更多相关《常见电子专业术语中英文对照.doc(14页珍藏版)》请在咨信网上搜索。
1、常见电子专业术语中英文对照常见英文缩写解释(按字母顺序排列): 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. 硬件描述语言
2、 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
3、 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 peripher als withwhich itcommunicates. The address bus is used by the processor to select aspecific memory location or register within
4、 a particular peripheral. If the address bus contains n electrical lines, the processor can uniquely address up to 2n such locations.一个连接处理器与所有外设的,用来通讯的电子线路集。地址总线被处理器用来选择在特定外设中的存储器地址或寄存器。如果地址总线有n条电子线路,处理器能唯一寻址高达2n的地址空间。application software(应用软件) Describes software modules specific to a particular em
5、bedded 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 asse
6、mbly language programs into machine-language instructions that the processor can understandand execute.一个能把可读的汇编语言程序转换到处理器可理解和运行的机器指令的软件开发工具。assembly language(汇编语言) A human-readable form of a processors instruction set. Most processor-specific functions must be written in assembly language.一种人可读的处理器
7、指令集的形式。大多数处理器相关的功能必须用汇编语言编写。BBSP(板卡支持包) 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
8、, 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 (外合处理器)
9、 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 (断
10、点) 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.一个在程序中的地址,在那里程序的执行被停止,并且处理器的控制转换到了除错程序。大多数除错工具提供增加与删除一个断点的机制。CCISC(复杂指令集计算机) Complex Instruction
11、 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. Intels 80x86 family is the quintessential example of CISC. Contrast with RISC.复
12、杂指令集计算机。对一种处理器架构的描述。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 mach
13、ine-language instructions that a particular processor can understand and execute.把高级编程语言程序转换到只有特定的处理器能了解和执行的机器指令的一种软件开发包。context (上下文)The current state of the processors registers and flags.处理器当前的状态和标志。context switch(上下文切换) The process of switching from one task to another in a multitasking operatin
14、g 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(计
15、数信号) 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 co
16、de that must be executed in sequence and without interruption to guarantee correct operation of the software. See also race condition.一段必须按次序执行的代码,并且不能被中断,否则不能保证软件正确地操作。参照:竞争状况。cross-compiler(交叉编译器) A compiler that runs on a different platform than the one for which it produces object code. A cross-
17、compiler runs on a host computer and produces object code for the target. 一个运行在不同的平台上的编译器,其中之一能产生目标代码。交叉编译器在主机上运行并且产生目标机的目标代码。DDMA(直接内存访问) 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
18、 processor. DMA transfers are managed by a third peripheral called a DMA controller.直接内存访问。一种直接在两个外设(通常是内存和I/O设备)之间进行数据传输的技术,它只要处理器最少的介入。DMA传输由叫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 r
19、efreshed at regular intervals. The refresh cycles are usually performed by a peripheral called a DRAM controller.动态随机访问存储器。一种RAM,存储在其设备中的数据被定期刷新时才能保存它的内容。刷新周期一般由一个叫DRAM控制器的外设完成。Data bus(数据总线) A set of electrical lines connected to the processor and all of the peripherals with which it communicates.
20、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.连接处理器与所有外设进行通讯的电子线路集。当一个处理器想去写(读)某一特定外设中的存储器地址或寄存器中的内容时,处理器设置地址总线并在数据总线上接收(传输)内容。Dea
21、dline(死线)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 oc
22、curs, 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 em
23、bedded 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 re
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 常见 电子 专业术语 中英文 对照
1、咨信平台为文档C2C交易模式,即用户上传的文档直接被用户下载,收益归上传人(含作者)所有;本站仅是提供信息存储空间和展示预览,仅对用户上传内容的表现方式做保护处理,对上载内容不做任何修改或编辑。所展示的作品文档包括内容和图片全部来源于网络用户和作者上传投稿,我们不确定上传用户享有完全著作权,根据《信息网络传播权保护条例》,如果侵犯了您的版权、权益或隐私,请联系我们,核实后会尽快下架及时删除,并可随时和客服了解处理情况,尊重保护知识产权我们共同努力。
2、文档的总页数、文档格式和文档大小以系统显示为准(内容中显示的页数不一定正确),网站客服只以系统显示的页数、文件格式、文档大小作为仲裁依据,个别因单元格分列造成显示页码不一将协商解决,平台无法对文档的真实性、完整性、权威性、准确性、专业性及其观点立场做任何保证或承诺,下载前须认真查看,确认无误后再购买,务必慎重购买;若有违法违纪将进行移交司法处理,若涉侵权平台将进行基本处罚并下架。
3、本站所有内容均由用户上传,付费前请自行鉴别,如您付费,意味着您已接受本站规则且自行承担风险,本站不进行额外附加服务,虚拟产品一经售出概不退款(未进行购买下载可退充值款),文档一经付费(服务费)、不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
4、如你看到网页展示的文档有www.zixin.com.cn水印,是因预览和防盗链等技术需要对页面进行转换压缩成图而已,我们并不对上传的文档进行任何编辑或修改,文档下载后都不会有水印标识(原文档上传前个别存留的除外),下载后原文更清晰;试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓;PPT和DOC文档可被视为“模板”,允许上传人保留章节、目录结构的情况下删减部份的内容;PDF文档不管是原文档转换或图片扫描而得,本站不作要求视为允许,下载前自行私信或留言给上传者【a199****6536】。
5、本文档所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用;网站提供的党政主题相关内容(国旗、国徽、党徽--等)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
6、文档遇到问题,请及时私信或留言给本站上传会员【a199****6536】,需本站解决可联系【 微信客服】、【 QQ客服】,若有其他问题请点击或扫码反馈【 服务填表】;文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“【 版权申诉】”(推荐),意见反馈和侵权处理邮箱:1219186828@qq.com;也可以拔打客服电话:4008-655-100;投诉/维权电话:4009-655-100。