What is the translation of " BOOLEAN EXPRESSION " in Chinese?

布尔表达式
一个布尔表达式

Examples of using Boolean expression in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Evaluates the boolean expression test.
Test任何Boolean表达式
Boolean expressions can be tested with the if… then….
布尔表达式可通过if…then….
You misunderstand how boolean expressions work;
你误解了布尔表达式的工作原理;
The boolean expression is tested before each iteration of the loop.
Boolean表达式,在循环的每次迭代前被检查。
The and, or, and not keywords can form Boolean expressions.
And,or和not关键字构成了布尔表达式
Condition: The condition is a boolean expression which will return either true or false.
条件:条件是一个布尔表达式,将返回true或false。
And the filter is of the form,if f where the f is a boolean expression.
过滤器的形式为iff,其中f是一个布尔表达式.
If the boolean expression yields true, control is transferred to the beginning of the do statement.
如果布尔表达式产生true,控制将转到do语句的开头。
This process repeats until the boolean expression is false.
这个过程反复进行,直到布尔表达式为false。
Finally, because the boolean expression of the if statement does not have the constant value false, the second Console.
最后,由于if语句中的布尔表达式值为真,第二个Console.
This process repeats until the boolean expression turns to false.
这个过程反复进行,直到布尔表达式为false。
In a while loop or do/while loop,control immediately jumps to the Boolean expression.
在一个while循环或者do/while循环中,控制流立即跳转到布尔表达式
All column filters can accept Boolean expressions, e.g. tower NOT(bridge OR hamlets).
所有列过滤器都可以接受布尔表达式,例如:towerNOT(bridgeORhamlets).
Is there a more compact or pythonic way to write the boolean expression.
是否有一个更紧凑或pythonic的方式来写布尔表达式.
When configuring policies, you can use any Boolean expression to express the condition for when the policy applies.
配置策略时,您可以使用任何布尔表达式来表示策略应用时的条件。
As with all of Java's loops, condition must be a Boolean expression.
对所有的Java循环都一样,条件condition必须是一个布尔表达式
If the Boolean expression is true, the flow of control jumps back up to do, and the statements in the loop execute again.
如果布尔表达式为true,控制流跳回起来,并且在循环中的语句再次执行。
Just like other Java loops,the condition has to be a boolean expression.
对所有的Java循环都一样,条件condition必须是一个布尔表达式
When using boolean expressions, you should remember that as far as the computer is concerned, there is nothing special about boolean values.
使用布尔表达式时你应当记住,对计算机而言,布尔值并没有什么特殊的地方。
A rule, consists of a set of strings and a boolean expression which determine its logic.
A规则由一组字符串和一个确定其逻辑的布尔表达式组成。
Furthermore, every possible input-outputbehavior can be modeled by a suitable Boolean expression.
此外,所有可能的输入-输出行为都可以使用合适的布尔表达式来建摸。
Boolean expressions may be combined with brackets() and the boolean operators and and or as well as the not() function described above.
布尔表达式可用括号()、布尔操作子and与or、和/或者上述的not()函式联合起来。
Strictly speaking, the operands of the logical operators should be boolean expressions, but Python is not very strict.
严格讲,逻辑运算符的运算对象应该是布尔表达式,但在Python中并不是很严格。
YARA rules resemble C code, generally composed of two sections: the strings definition and a,mandatory, boolean expression(condition).
YARA规则类似于C代码,通常由两部分组成:脚本定义和布尔表达式(condition)。
SymPy is also able to solve boolean equations, that is,to decide if a certain boolean expression is satisfiable or not.
SymPy也可以解布尔方程,即,判断一个布尔表达式是否满足。
The unlabeled form skips to the end of the innermost loop's body andevaluates the boolean expression that controls the loop.
无标签的形式跳到最内循环的正文的末尾,并评估控制循环的布尔达式
SymPy is also able to solve boolean equations, that is,to decide if a certain boolean expression is satisfiable or not.
SymPy也能够解决布尔方程,也就是说,决定某个布尔表达式是否是可满足的。
Results: 27, Time: 0.0324

Word-for-word translation

Top dictionary queries

English - Chinese