您要查找的是不是:
- simple Boolean expression 简单布尔表达式
- Negates the Boolean expression specified by the predicate. 对谓词指定的布尔表达式求反。
- You can also set up the boolean expression to call a method. 也可以建立布尔表达式以调用方法。
- Returns one of two values depending on the value of a Boolean expression. 根据布尔型表达式的值返回两个值中的一个。
- Probably the most common query operation is to apply a filter in the form of a Boolean expression. 也许最常用的查询操作是应用布尔表达式形式的筛选器。
- Boolean expression that the MSBuild engine uses to determine whether this task will be executed. Boolean表达式,MSBuild引擎用它来确定是否执行此任务。
- The if statement selects a statement for execution based on the value of a Boolean expression. if语句根据Boolean表达式的值选择要执行的语句。
- OR Use in Boolean expressions to connect two or more conditions. 在布尔表达式中使用,用来连接两个或多个条件。
- Returns one of two expressions based on the evaluation of a Boolean expression. 基于布尔表达式的值返回两个表达式之一。
- Advanced Boolean Expression Language is a big breakthrough in the development of the electronics system. 硬件描述语言是当代电子系统发展的一个重大突破。
- In the checked build of your driver, ASSERT generates code to evaluate the Boolean expression. 在你驱动的检测创建中,ASSERT产生代码来评价布尔表达式。
- A boolean expression also determines which subexpression is evaluated in the conditional ? 一个boolean表达式也定义了其子表达是在条件?
- Statement can be used to execute one of two blocks of program statements, depending on the value of a particular Boolean expression. 语句可以如何用于根据一个特定布尔表达式的值,来执行两个程序语句块中的其中一个。
- A design approach of finite state machine for survivability control system based on Boolean expression (BoolSFSM) is proposed. 文章提出一种基于布尔表达式的可生存性控制系统的有限状态机的设计方法。
- Expressions that return a Boolean data type are known as Boolean expressions. 返回Boolean数据类型的表达式称为布尔表达式。
- BDD is one of the graphic representations of Boolean functions. It can directly reflect the logic structure of the Boolean expression. BDD是布尔函数的一种图形表示方式,可以直观地反映出布尔函数的逻辑结构,利用BDD可以实现对布尔函数的分解和优化。
- Based on a set of matrix definition and formulae, the matrixing method using analysis tree for boolean expression deduction is presented. 矩阵运算在计算机上是易于实现的,因此,提出了一整套的矩阵定义和运算规则,并利用布尔表达式的分析树,实现了布尔代数演绎的矩阵化方法。
- A simple test will show if this is real gold. 简单的试验就能证明这是否是真金。
- Because 42 is less than 81, the Boolean expression in the preceding example evaluates to True. For more information on this kind of expression, see Value Comparisons. 由于42小于81,因此前面示例中的Boolean表达式的计算结果为True。有关这种表达式的更多信息,请参见值的比较。
- Does each Boolean expression state what it is supposed to state?Programmers often make mistakes when writing logical expressionsinvolving and, or,and not. 检查布尔表达式是否真正描述了应该表达的东西?程序员总是在书写涉及到与、或、非表达式时出错。