- 低位:k least significant bits;
- 高位:k most significant bits;
1. 截断保留低位
- def _int32(x):
- return int(0xFFFFFFFF & x)
赞
踩
- def _int32(x):
- return int(0xFFFFFFFF & x)
转载于:https://www.cnblogs.com/mtcnn/p/9422674.html
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。