释义 |
logical operator 逻辑运算符;[逻辑运算子] In computer programming, an operator that can be used in a logical expression to indicate the action to be performed on the terms in the expression. The logical operators are AND, OR and NOT. All logic expressions can be written in terms of these three basic operations. 在计算机程序设计中,用于逻辑表达式中指出表达式中各项操作的一种运 算符号。逻辑运算符有“与”、“或”和“非”,所有逻辑表达式都可以用这三种基本运算 的组合来表示。 参阅AND, OR, NOT。 |