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 task 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. 一段必须按次序执行的代码,并且不能被中断,否则不能保证软件正确地操作。参照:竞争状况。 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. 一个运行在不同的平台上的编译器,其中之一能产生目标代码。交叉编译器在主机上运行并且产生目标机的目标代码。
专栏文章内容及配图由作者撰写发布,仅供工程师学习之用,如有侵权或者其他违规问题,请联系本站处理。 联系我们
相关推荐
用于高侧或低侧测量的1%电流感应放大器 IC
MCU市场触底 部分厂商攻高阶应用求生
泰克将其多项分析技术特长融入RT-Eye软件
克拉泼信号发生器
用移相法产生SSB信号
TSMC的全球扩张战略:增长推动因素还是利润风险?
台积电等外资项目将助力美国FDI回升
LPC PRO编程器功能介绍
独立可调占空比的宽带脉冲发生器
LPC2000系列ARM Flash存储器系统和编程
线性CMOS振荡器
LP2950 LP2951 100mA低压差调节器
免费的仿真工具有效优化机器人单元
Holtek发布升压型DC/DC转换器 HT77XX
日月光拼先进封装 要掌握机器人「眼口鼻」
如何精确的使用示波器进行测量!
数据采集技术第二讲:配置管理软件MAX
Tektronix 公司产品梗概
利用Wave-Inspector进行数字系统查障
Altium发布M16C v3.1r1 开发工具
苹果、高通、联发科2纳米大乱斗 台积电是大赢家
LPC2000系列ARM微控制器ISP软件V2.2.3
LPC2000微控器I2C软件包
学习并行总线波形捕获与分析!
三星优先考虑2nm/4nm改进,2028-29前不太可能实现1.4nm
安捷伦发布Medalist i5000在线测试平台
首款采用DeepX AI芯片的SoM
创意2纳米Tape-out 瞄准两大CSP
Mentor发布Catapult C Synthesis延伸产品
由AD654组成的压频变换电路