名词
中文翻译:异或
同义词:
['exclusive or', 'exclusive OR']
例句:
-
1. In a XOR operation, each bit is either 0 or 1.
在XOR操作中,每个位要么是0,要么是1。
-
2. The XOR of two numbers will give you the result if one number is odd and the other is even.
两个数的XOR运算将给出一个结果,如果一个数是奇数而另一个数是偶数。
-
3. The XOR function is used in many computer programming languages to perform bitwise operations.
XOR函数在许多计算机编程语言中用于执行位操作。