释义 |
XOR “异”,按位加,“异或”逻辑(电路);[互斥,或] An operator of Boolean operations. It is a few slightly more complex operatings than OR. An exclusive OR gate differs from an OR gate in that the operation produces a true result if only one of the inputs is true. If all inputs are false or more than one input is true, then the output is false. 布尔运算的一个算符。XOR比OR稍复杂。“异”门与“或”门之间的区别为:若只有一个 输入为“真”,则“异”门的运算结果为“真”;若全部输入(或多于一个输入)为“真”, 则输出为“假”。eXclusive OR 的缩写。 |