网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Conditional branch
释义

Conditional branch

英语例句库

In software engineering, the degree of complication of a system or system component, determined by such factors as the number and intricacy of interfaces, the number and intricacy of conditional branches, the degree of nesting, the types of data structures, and other system characteristics.

在软件工程中,系统或系统组成部分的复杂程度由下述因素确定:接口的数量和错综程度、条件转移的数量和错综程度、嵌套的深度、数据结构的类型,以及其它一些系统特性。

中文百科

分支 (计算机科学) Branch (computer science)

(重定向自Conditional branch)

在计算机科学中,分支英语:Branch)是在电脑程序中的一段串行代码。它会视情况而运行,主要是看控制流程在这个情况下,是否决定运行它。在高端语言与汇编语言,乃至于机器码写成的程序中,都可以看到分支的存在。在高端语言中,通常会使用条件语句(conditional statement)的形式,把分支包起来,并决定在何种状况下,应该要运行哪一个分支指令。在汇编语言与机器码层级中,则使用跳跃指令(jump instructions),以标记定义出相对应的分支码。

英语百科

Branch (computer science) 分支 (计算机科学)

(重定向自Conditional branch)

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条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/19 6:10:43