V2EX  ›  英汉词典
Enqueued related words: Logical-Shift

Arithmetic-Shift

定义 Definition

arithmetic shift(算术移位):在二进制位运算中,把一个整数的二进制位整体向左或向右移动。与逻辑移位不同,右移时通常会用原来的符号位(最高位)来填补空出来的高位,以尽量保持有符号整数的正负号与数量级特征(常见于补码表示)。
(此术语也常写作 arithmetic shift;你给出的 arithmetic-shift 属于连字符写法。)

发音 Pronunciation (IPA)

/ˌærɪθˈmɛtɪk ʃɪft/

例句 Examples

An arithmetic shift right keeps the sign bit.
算术右移会保留符号位。

In two’s complement, an arithmetic shift right by one bit is often similar to dividing by 2, though negative odd numbers can behave differently.
在二进制补码中,算术右移 1 位通常类似于除以 2,但对负的奇数可能会出现不完全相同的结果。

词源 Etymology

arithmetic 源自希腊语 arithmētikē(与“数字/计算”相关),shift 来自古英语 sciftan(意为“移动、转换”)。合在一起,arithmetic shift 指“用于数值(尤其是有符号整数)计算语境的移位方式”,强调它与数值符号处理有关。

相关词 Related Words

文献与作品 Literary Works

  • Hacker’s Delight(Henry S. Warren, Jr.)——在大量位技巧与移位运算讨论中涉及算术移位。
  • Computer Systems: A Programmer’s Perspective(Bryant & O’Hallaron,《深入理解计算机系统》)——讲解有符号数表示、移位与机器级运算时常出现该概念。
  • Computer Organization and Design(Patterson & Hennessy,《计算机组成与设计》)——在指令集与算术/逻辑运算单元部分讨论移位(含算术移位)。
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   981 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 22:07 · PVG 06:07 · LAX 15:07 · JFK 18:07
♥ Do have faith in what you're doing.