BitwiseOperation1 Bitwise Operation, Operator (비트연산) Reference : https://en.wikipedia.org/wiki/Bitwise_operation Bitwise operation is fast and simple action. because it is directly supported by the processor. On low-cost processors, bitwise operations are substantially faster than division, several times faster than multiplication, somtimes significantly faster than addition. (really??) Bitwise Operator NOT(bitwise complement) NOT 0111 -> 1000, NO.. 2023. 1. 17. 이전 1 다음