请输入您要查询的字词:

 

单词 shift
释义
shift

Computer
  • 1. To change the interpretation of characters. The term is commonly used to mean a change from lower to upper case.

    2. Any complete set of characters obtainable without shifting. Hence change shift is a synonym for shift (def. 1).

    3. The movement of a bit pattern in a bit string. A left shift of m (<n) bits will move the bit pattern in a string

    b1b2bn
    leftward, giving
    bm+1bn??
    Similarly, a right shift of m bits converts
    b1b2bn??b1b2bnm
    The bits that are introduced (shown here as question marks) and the use of the bits that are shifted off the end of the string depend on the kind of shift: arithmetic, logical, or circular. In an arithmetic shift the bit strings are regarded as representations of binary integers; if the leading m bits that are lost are all zero, a left shift of m bits is equivalent to multiplication by 2m and a right shift can be interpreted as integer division by 2m. In logical shifts the bits introduced are all zero. In circular shifts the bits shifted off at one end are introduced at the other.


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2025/2/6 2:01:59