您要查找的是不是:
- In computer programming, a jump instruction. 计算机程序设计中的一种跳转指令。建议使用jump。
- indexed jump instruction [计] 变址转移指令
- The second line of assembler is a jump instruction that jumps1 byte forward. 第二行代码是一条向前跳1个字节的跳转指令。
- To intervene manually in a routine and cause the computer to execute a jump instruction. 在程序运行过程中,进行人工中断或干预,使计算机执行一条转移指令。
- The linear sweep method can be fooled by introducing garbage data immediately after an unconditional jump instruction. 通过在一条无条件跳转指令之后立即插入无用数据,能够欺骗线性扫描方法。
- But a program is not invariably executed sequentially; it may jump around (e.g., the IAS jump instruction). 但是程序不会总是顺序地执行,它可以跳转(如IAS跳转指令)。
- The PHLX Housing Sector Index jumped 5.7%. 费城证券交易所住房行业指数上涨5.;7%25。
- If we load this known address, as data, into the program counter, we execute a jump instruction. 如果我们将已知的地址依数据加载到程序计数器中,就可以执行一条转移指令。
- The S&P Retail index (RLX) index jumped 2.13%. 标普零售指数(RLX)大涨2.;13%25。
- The second line of assembler is a jump instruction that jumps 1 byte forward. 第二行代码是一条向前跳1个字节的跳转指令。
- The recursive traversal method can be fooled by placing garbage data after a conditional jump instruction and programmatically ensuring that the jump condition always succeeds. 通过在一个有条件跳转指令之后放置无用数据、且有规划地确保跳转条件总是跳转成功,能够欺骗递归遍历方法。
- For a conditional jump instruction, a short jump (one-byte opcode followed by a one-byte displacement) is generated if the distance to the target label is -128 to 127 bytes. 对于条件转换,如果到目标标号的记录在 -128到127个字节之间,那么将产生一个短的跳转(一个字节的操作码后面跟随一个字节的偏移量)。
- To throw the disassembly off, the garbage data may be crafted so that it matches a valid instruction, thus beating a heuristic that validates the instruction after the jump instruction. 为了使反汇编陷入窘境,无用数据可能是由手工打造以便让它匹配某个有效指令;以此挫败启发式验证跳转指令之后的指令是否有效。
- The CFG generation process can also be attacked by obfuscating the assembly code such that one cannot determine the correct target of a jump instruction, such as using a jump through register. 攻击CFG生成进程也可以是通过混淆汇编代码以致它不能够正确地确定跳转指令的目标,比如使用寄存器指示跳转目标。
- The target of the jump instruction itself may be hidden by computing its address in a register and using an indirect jump instruction to transfer control to the address in that register . 可能通过在某个寄存器中计算目标地址、且使用间接跳转指令把控制传给该寄存器中的地址,把跳转指令本身的目标隐藏起来。
- The benchmark Shanghai Composite Index jumped over2000 yesterday for the first time since July2001. 昨天是上证指数自2001年7月以来首次突破2000点大关。
- Some makers always liked to do nothing when the market index jumped out to perform. 有些庄家总是喜欢在大盘指数无所作为时跳出来表演。
- By contrast, the blue-chip Hang Seng index jumped 323.74 points, or 1.6 per cent, to 20,430.16. 相比之下,代表蓝筹股的恒生指数则飙升323.;74点,收于20430
- Pakistan's benchmark stock index jumped 4.5% on news of Mr.Musharraf's resignation, and the rupee strengthened against the dollar. 穆沙拉夫辞职的消息传出后,巴基斯坦基准股指上涨4.;5%25,卢比兑美元汇率也有所上升。
- This automatic jump sizing applies to the unconditional jump instruction (JMP), and to all conditional jump instructions when the target is a label (not a procedure or function). 这种自动调整适用于无条件的跳转指令(JMP),以及所有目标是标号(不是一个过程或函数)的条件跳转指令。