关于位运算

学术版

zhiyangfan @ 2022-01-24 11:05:55

是这样的,在昨天 ABC G 的题解介绍半群(好像也叫半环来着)的部分中,举了俩半群 (A,+,\cdot) 的例子:

  • For a positive integer n, A is a set of non-negative integer less than 2 ^n, + is bitwise logical sum, and \cdot is bitwise logical product.
  • For a positive integer n, A is a set of non-negative integer less than 2^n, + is bitwise exclusive logical sum, and \cdot is bitwise logical product.

谁知道这些 bitwise 操作符都是啥啊/kel

百度和必应无果。


by MatrixGroup @ 2022-01-24 11:09:24

@zhiyangfan

考虑日语。

logical sum->論理和-> 或

exclusive logical sum->排他的論理和->异或(


by zhiyangfan @ 2022-01-24 11:10:20

@bilibilitdasc 草谢谢谢谢

这英文老老实实翻译成 bitwise or 不行吗/fn


by Rubidium_Chloride @ 2022-01-24 11:12:25

@bilibilitdasc 草,绝了


|