也就这样, - 位运算 的评论 https://type.so/python/bitwise.html zh-CN 基本概念左移 如果为正数左边空位补0,如果为负数则可能补0或补1(取决于所使用的计算机系统)。按位与 &两个都为1则为1按位或 |其中一个为1则为1按位异或 ^“半加”,不同的为1,相同的为0取... Sun, 06 Nov 2011 17:28:11 +0800 Sun, 06 Nov 2011 17:28:11 +0800 枫雪 https://type.so/python/bitwise.html/comment-page-1#comment-46 https://type.so/python/bitwise.html/comment-page-1#comment-46 Sun, 06 Nov 2011 17:28:11 +0800 枫雪 沙发都是给看不懂的人来坐得

]]>
https://type.so/python/bitwise.html/comment-page-1#comment-46#comments