XOR
常见例句
- Test for the truth of a condition, such as AND, OR, NOT, and XOR.
测试某个条件(如AND、OR、NOT和XOR)的真实性。 - The major hexadecimal number of logical operators (AND, OR, XOR, NOT).
主要完成十六进制数的逻辑运算(AND,OR,XOR,NOT)。 - XOR of Address bits[20:16,6] would hang Sandra unless ECC was set to basic.
异或的地址位[ 20:16,6 ]将挂起桑德拉除非ECC的是基本的。 - If a and b are binary strings this is equivalent to a+b and to a XOR b.
如果是二进制字符串a和b,汉明距离等于它们汉明重量的和a+b或者a和b汉明重量的异或aXORb。 - This instruction handler is therefore handling Virtual XOR instruction.
这个指令操作是处理虚拟XOR指令。 - Using a brute force attack, can you decrypt the cipher using XOR encryption?
题目简介:使用暴力破解一段使用异或方式加密的英文文本。 返回 XOR