首页 上一页 1 2 3 4 下一页 尾页

嵌入式系统词汇表(转贴) 点击:12964 | 回复:62



gongkongedit

    
  • 精华:1099帖
  • 求助:0帖
  • 帖子:14392帖 | 54470回
  • 年度积分:0
  • 历史总积分:622
  • 注册:2008年9月08日
发表于:2004-03-21 08:43:00
楼主
嵌入式系统词汇表 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 peripher als withwhich itcommunicates. The address bus is used by the processor to se lect aspecific memory location or register within a particular peripheral. I f the address bus contains n electrical lines, the processor can uniquely ad dress up to 2^n such locations. 一个连接处理器与所有外设的,用来通讯的电子线路集。地址总线被处理器用来选择在 特定外设中的存储器地址或寄存器。如果地址总线有n条电子线路,处理器能唯一寻址高 达2^n的地址空间。 application software(应用软件) Describes software modules specific to a particular embedded project. Theapp lication software is unlikely to be reusable across embedded platforms, simp lybecause 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 understan dand execute. 一个能把人可读的汇编语言程序转换到处理器可理解和运行的机器指令的软件开发工具 。 assembly language(汇编语言) A human-readable form of a processor"s instruction set. Most processor-speci fic 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. Typicall y,sample source code for the board support package is provided by the packag e developer. The sample code must be modified as necessary, compiled, and li nked with the remainder of the software package. 软件包的具有平台依赖性的那一部分。典型地,板卡支持包的样例源程序由包开发者提 供。样例源程序必须能在需要时被修改、编译并与软件包的剩下的部分连接起来。 bond-out processor (外合处理器) A special version of a processor that has some of the internal signals broug ht 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 t he 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, mult iple addressing formats, and contain only a small number of general-purpose registers. Intel"s 80x86 family is the quintessential example of CISC. Contr ast 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 int o the machine-language instructions that a particular processor can understa nd 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 operatin g system. A context switch involves saving the context of the running task a nd restoring the previously-saved context of the other. The piece of code th at does this is necessarily processor-specific. 在多任务操作系统中我一个任务切换到另一个的过程。上下文切换包括保存正在运行的 任务的上下文和恢复早先保存的另一个任务的上下文。做这个工作的一段代码必须具有 处理器特权。 counting semaphore(计数信号) A type of semaphore that is used to track multiple resources of the same typ e. An attempt to take a counting semaphore is blocked only if all of the ava ilable resou



tigermu

  • 精华:6帖
  • 求助:0帖
  • 帖子:175帖 | 5410回
  • 年度积分:0
  • 历史总积分:19807
  • 注册:2003年1月19日
发表于:2004-03-21 17:12:00
1楼
好贴,有时间认真看一下。

ZPCG

  • 精华:0帖
  • 求助:0帖
  • 帖子:0帖 | 3回
  • 年度积分:0
  • 历史总积分:15
  • 注册:2003年5月06日
发表于:2004-03-22 10:54:00
2楼
DING

双子

  • 精华:0帖
  • 求助:0帖
  • 帖子:0帖 | 1回
  • 年度积分:0
  • 历史总积分:129
  • 注册:2003年10月27日
发表于:2004-03-23 17:40:00
3楼
谢谢! 我正想找这方面的东东.

虫二

  • 精华:0帖
  • 求助:0帖
  • 帖子:8帖 | 155回
  • 年度积分:0
  • 历史总积分:319
  • 注册:2003年11月25日
发表于:2004-03-24 11:16:00
4楼
ding

羽良

  • 精华:0帖
  • 求助:0帖
  • 帖子:0帖 | 1回
  • 年度积分:0
  • 历史总积分:4
  • 注册:2004年3月28日
发表于:2004-03-28 09:53:00
5楼
太好了,很好的资料。多多益善!^_^

zby

  • 精华:0帖
  • 求助:0帖
  • 帖子:0帖 | 13回
  • 年度积分:0
  • 历史总积分:66
  • 注册:2004年3月18日
发表于:2004-03-29 11:26:00
6楼
好贴,多多亦善

王海会

  • 精华:0帖
  • 求助:0帖
  • 帖子:0帖 | 4回
  • 年度积分:0
  • 历史总积分:4
  • 注册:2004年2月16日
发表于:2004-04-02 13:53:00
7楼
多谢谢!!

阿水

  • 精华:0帖
  • 求助:0帖
  • 帖子:2帖 | 9回
  • 年度积分:0
  • 历史总积分:265
  • 注册:2004年4月02日
发表于:2004-04-02 16:41:00
8楼
谢谢啊谢谢

彭兵

  • 精华:0帖
  • 求助:0帖
  • 帖子:4帖 | 62回
  • 年度积分:0
  • 历史总积分:81
  • 注册:2002年12月18日
发表于:2004-04-06 10:27:00
9楼
感谢您所做的一切。

gym1968

  • 精华:0帖
  • 求助:0帖
  • 帖子:0帖 | 1回
  • 年度积分:0
  • 历史总积分:1
  • 注册:2004年3月05日
发表于:2004-04-28 12:00:00
10楼
好贴!非常感谢!

反方向的钟

  • 精华:0帖
  • 求助:0帖
  • 帖子:1帖 | 5回
  • 年度积分:0
  • 历史总积分:8
  • 注册:2004年5月31日
发表于:2004-05-31 10:28:00
11楼
谢谢

使者

  • 精华:0帖
  • 求助:0帖
  • 帖子:0帖 | 4回
  • 年度积分:0
  • 历史总积分:62
  • 注册:2004年6月29日
发表于:2004-07-14 13:09:00
12楼
好东东啊!希望多多!

碌碌无为

  • 精华:0帖
  • 求助:0帖
  • 帖子:2帖 | 12回
  • 年度积分:0
  • 历史总积分:178
  • 注册:2004年5月11日
发表于:2004-07-14 17:09:00
13楼
能提供接下去的词汇表吗?现有的才到字母P。十分感谢

小平同志

  • 精华:0帖
  • 求助:0帖
  • 帖子:0帖 | 5回
  • 年度积分:0
  • 历史总积分:5
  • 注册:2004年3月15日
发表于:2004-07-28 10:34:00
14楼
不错得东东

gongkongedit

  • 精华:1099帖
  • 求助:0帖
  • 帖子:14392帖 | 54470回
  • 年度积分:0
  • 历史总积分:622
  • 注册:2008年9月08日
发表于:2004-08-07 14:40:00
15楼
好东西呀!谢谢了

陈江伟

  • 精华:0帖
  • 求助:0帖
  • 帖子:0帖 | 4回
  • 年度积分:0
  • 历史总积分:4
  • 注册:2004年5月23日
发表于:2004-08-12 15:12:00
16楼
请问你知道 WINDOW CE操作系统的 NK.BIN 的NK是什么简写吗? 谢谢

健美鱼

  • 精华:0帖
  • 求助:0帖
  • 帖子:2帖 | 10回
  • 年度积分:0
  • 历史总积分:0
  • 注册:2004年8月19日
发表于:2004-08-19 15:18:00
17楼

gongkongedit

  • 精华:1099帖
  • 求助:0帖
  • 帖子:14392帖 | 54470回
  • 年度积分:0
  • 历史总积分:622
  • 注册:2008年9月08日
发表于:2004-08-25 18:27:00
18楼
不错了!

beny610

  • 精华:0帖
  • 求助:0帖
  • 帖子:0帖 | 1回
  • 年度积分:0
  • 历史总积分:1
  • 注册:2004年8月24日
发表于:2004-08-25 22:27:00
19楼
好极了

yanxin

  • 精华:0帖
  • 求助:0帖
  • 帖子:0帖 | 1回
  • 年度积分:0
  • 历史总积分:51
  • 注册:2004年6月02日
发表于:2004-08-27 18:09:00
20楼
太好了!谢谢!

热门招聘
相关主题

官方公众号

智造工程师
    首页 上一页 1 2 3 4 下一页 尾页