位操做(一)—— 截斷(保留低位,保留高位)

低位:k least significant bits; 高位:k most significant bits; 1. 截斷保留低位 def _int32(x): return int(0xFFFFFFFF & x)
相關文章
相關標籤/搜索