exclusive-OR
exclusive-OR什么意思,exclusive-OR翻译
基本解释
n.: "异"
网络: 异或;互斥和;逻辑异或
英汉解释
- "异" 
例句
- Then the ^ operator looks at the binary representation of the values of two expressions and does a bitwise exclusive OR operation on them. - 然后^运算子会检查以二进位表示的两个运算式值,在两运算式上执行位元互斥OR运算。 
- Registers and releases, respectively, a callback handler for an IRQ line. The registration can be exclusive or shared. - 分别用于注册和释放在IRQ线路上的回调句柄! 
- Then perform another exclusive OR operation between the result of the first exclusive OR operation and the third (unchanged) block. - 然后将第一次exclusiveOR操作得到的结果与第三个(未改变的)块进行另一次exclusiveOR操作。 
- None, one, or all of these files can exist, and it"s up to the application to treat the files as mutually exclusive or incremental. - 这些文件可以全部存在,也可以存在一个,或者都不存在,这取决于应用程序将这些文件视为互斥的还是递增的。 
- exclusive or; a circuit in a computer that fires only if only one of its inputs fire. - 排外的;一个并且只有一个入口被激活时计算机才能激活的线路。 
- There were other auxiliary squadrons, but none was as exclusive or elitist as 601. - 601中队的独特和优秀是其他任何一支预备役部队都不能比的。 
- So where we would have done an assignment (x=y), we instead initialize the target (x=0) and use exclusive or (x^=y) as in the example above. - 因此在我们本来可以进行赋值(x=y)的地方,我们没有这么做,而是把目标初始化(x=0)并如同上面的示例一样使用异或(x^=y)。 
- Take the first (unchanged) block and exclusive OR each of its bits with the corresponding bits of the second (reversed) block. - 取第一个(未改变的)块并与第二个(倒转的)块进行每一位的exclusiveOR。 
- Right-click the code group that you want to be exclusive or final and select Properties. - 右击要使其成为独占的或最终的代码组,然后选择“属性”。 
- Now we need to provide bitwise operation functions: & (and), | (or), ^ (exclusive or), or ~ (not). - 现在,我们需要提供逐位运算函数:&(and)、|(or)、^(exclusiveor)、or~(not)。