您要查找的是不是:
- The carry from bit3 to bit4 needed for adding packed binary coded decimal number correctly, where two binary coded decimal digits reside in one8-bit byte. 在两个用二进制编码的十进制数字同居于一个8位字节内的情况下,为了正确地对装配型二进制编码的十进制数进行相加所需的从第3位到第4位的进位。
- A bit added to a binary code that indicates parity and is used to check the integrity of data. 奇偶校验位加在二进制码上的一个标明奇偶数的位,用于检验数据的完整性
- Relocate System Management Interrupt vector for all CPU in the system. 重新安排所有CPU要用的系统管理中断向量。
- One is the Extended Binary Coded Decimal Interchange Code(EBCDIC). BCD方案:用BCD码,可以将十进制数的每一位转换成相等的二进制数,而不是将整个十进制数转换成纯二进制数的形式。
- Number of binary code recording on magnetic tape per unit length. 单位长度的磁带上所记录的二进制代码数。
- Seismic signals are stored digitally in binary code. 地震信号是以二进制编码的数字形式储存的。
- Compiling the control so that you can distribute it as binary code. 编译控件以便将其作为二进制代码分发。
- The invalid interrupt vector pointed to memory containing a bunch of technically valid but nonsensical instructions followed by an invalid one. 无效中断矢量指向内存包含的跟随于一个无效指令的一束技术上有效但是无意义的指令。
- Must provide memory protection at least for the interrupt vector and the interrupt service routines. 至少要为中断向量和中断服务程序提供存储保护。
- One is the Extended Binary Coded Decimal Interchange Code(EBCDIC). 还有另外两种普遍使用的8位编码。
- Usually takes the form of a trap to a specific location in the interrupt vector. 通常以陷阱形式出现,以指定中断向量的地址。
- If the serial interface is not able to generate an interrupt, set this value to any unused interrupt vector address. 如果串行接口是无法产生一个中断,将此值设置为任何未使用的中断向量地址。
- Jonathan has studied binary code and logic; he has his own computer at home. 乔纳森以前学过二进制编码和逻辑学,家里有一台自己的计算机。
- The symbol #. When placed in front of a number it indicates that it is binary coded octal. 符号%23。当把它放在某数之前时,表示该数是二进制码的八进制数。
- The only difference is that in protected mode the microprocessor accessed the IDT instead of the interrupt vector table. 唯一的不同是在保护模式中微处理器访问IDT而不是中断向量表。
- The default value is 023H for a standard 8051, but it can be set to any other interrupt vector address (eg external interrupt). 默认值是023H为标准的8051,但它可以被设置为任何其他中断向量地址(例如外部中断)。
- Decimal coded genetic algorithm was theorized by analyzing on the equivalency between decimal and binary coded GA. 在二进制编码的遗传算法理论基础上,利用二进制和十进制编码的等效性原理,建立了十进制遗传算法理论。
- In decimal mode, addition is carried out on the assumption that the values involved are packed BCD (Binary Coded Decimal). 在十进位模式,参与加法运算的数值将被假定为是BCD编码(二进位编码的十进位数字)。
- The carry from bit3 to bit4 needed for adding packed binary coded decimal number correctly,where two binary coded decimal digits reside in one8-bit byte. 在两个用二进制编码的十进制数字同居于一个8位字节内的情况下,为了正确地对装配型二进制编码的十进制数进行相加所需的从第3位到第4位的进位。
- A table containing interrupt vectors and indexed by interrupt type. 一个表格,包含由中断类型决定的中断向量和索引。