算术移位 meaning in English
arithmetic section
arithmetic shift
arithmetical shift
Examples
- Arithmetic shifts never generate overflow exceptions
算术移位绝不会产生溢出异常。 - The following example shows arithmetic shifts on a negative value
下面的示例演示对负值进行算术移位。 - The unsigned right - shift is an arithmetic shift with zero - extension
无符号右移位是具有零扩展的算术移位。 - The signed right - shift is an arithmetic shift with sign - extension
有符号右移位是具有符号扩展的算术移位。 - Arithmetic bit shift
算术移位(