按位异或 meaning in Chinese
exclusive or
Examples
- Are popped from the stack and their bitwise xor computed
并进行按位异或计算。 - Computes the bitwise xor of two integer values and returns an integer
计算两个整数值的按位异或,并且返回一个整数。 - Instruction computes the bitwise xor of the top two values on the stack and leaves the result on the stack
指令计算位于堆栈顶部的两个值的按位异或,并且将结果留在堆栈上。 - Is a numeric value representing the bitwise exclusion exclusive bitwise disjunction of two numeric bit patterns
是代表两个数值位组合模式的按位异或运算(互斥按位析取)的数值。 - Computes the bitwise xor of the top two values on the evaluation stack , pushing the result onto the evaluation stack
计算位于计算堆栈顶部的两个值的按位异或,并且将结果推送到计算堆栈上。