当前位置:乐沙网 > 汉英词典 > 当值为真时终止的英语翻译,近义词、反义词、例句

当值为真时终止英文解释翻译、当值为真时终止的近义词、反义词、例句

英语翻译:

【计】 break when value is true

分词翻译:

当的英语翻译:

equal; proper; when; bear; serve as; work as; pawn

值的英语翻译:

cost; value; happen to; on duty
【医】 number; titer; titre; value

为的英语翻译:

act; become; do; for; for the sake of; in order to; mean; serve as

真的英语翻译:

clearly; indeed; really; verily
【计】 T

时的英语翻译:

days; hour; occasionally; opportunity; seanson; time
【医】 chron-; chrono-

终止的英语翻译:

end; make an end of; stop; terminate
【计】 terminate; terminating
【化】 end stopping(of chain); termination
【医】 terminatio; termination
【经】 termination

网络扩展解释

当值为真时终止

“当值为真时终止”是一种计算机编程语言中常用的控制流语句。该语句通常表示:只要某个条件为真,就停止执行程序。

中文拼音

dāng zhí wéi zhēn shí zhǐ

英语解释翻译

The term "short-circuit evaluation" refers to the semantics of some Boolean operators in some programming languages in which the second argument is only executed or evaluated if the first argument does not suffice to determine the value of the expression.

英文读音

shôrt-sûr'kît î-văl'yoo-ĕ'shən

英文的用法(中文解释)

当值为真时终止语句用于编写条件语句,在布尔运算时通常用于判断两个表达式的值是否等同,以决定是否执行后续代码。

英文例句(包含中文解释)

Here's an example of using short-circuit evaluation to check if a variable is null before using it in a function:
if (variable != null && variable.length > 0) {
     functionThatUsesVariable(variable);
}
这是使用“当值为真时终止”来检查变量是否为空的例子,例如在函数中使用该变量时。

英文近义词(包含中文解释)

在编程领域,可替代“当值为真时终止”的控制流语句包括“if语句”、“while语句”、“for语句”等。

英文反义词(包含中文解释)

与“当值为真时终止”相对的是“不当值为真时终止(no short-circuit evaluation)”,即在判断布尔语句时需将两个表达式都执行并对比后才会决定是否执行后续代码。

英文单词常用度

“short-circuit evaluation”这个词组较多出现在编程语言、软件开发等专业领域,并不是常用词汇。

分类

ABCDEFGHIJKLMNOPQRSTUVWXYZ

汉英词典 请记住链接:https://hanying.yuesha.com/obCnnaU=.html

展开全部内容
更多工具: