Another big hazard are conditional jump instructions -- we talked about one example, a JUMP NEGATIVE, last episode.
另一个大的危险是条件跳转指令——我们在上一集中谈到了一个例子,一个 JUMP NEGATIVE。
单词 | Conditional jump |
释义 |
Conditional jump
原声例句
科技 Crash Course Another big hazard are conditional jump instructions -- we talked about one example, a JUMP NEGATIVE, last episode. 另一个大的危险是条件跳转指令——我们在上一集中谈到了一个例子,一个 JUMP NEGATIVE。 科技 Crash Course This is called an infinite loop – a program that runs forever… ever… ever… ever… ever To break the loop, we need a conditional jump. 这被称为无限循环——一个永远运行的程序… … 永远… … 永远… … 永远… … 永远为了打破循环,我们需要一个条件跳转。
英语百科
Branch (computer science)A branch is an instruction in a computer program that can cause a computer to begin executing a different instruction sequence and thus deviate from its default behavior of executing instructions in order. Branch (or branching, branched) may also refer to the act of switching execution to a different instruction sequence as a result of executing a branch instruction. A branch instruction can be either an unconditional branch, which always results in branching, or a conditional branch, which may or may not cause branching, depending on some condition. Branch instructions are used to implement control flow in program loops and conditionals (i.e., executing a particular sequence of instructions only if certain conditions are satisfied). |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。