arithmetic shift right 中文意思是什麼

arithmetic shift right 解釋
算術右移
  • arithmetic : n. 1. 算術,演算法;計算。2. 算術書。
  • shift : vt 1 變動;改變;搬移;移動;轉移;變換;替換;更換。2 推卸;轉嫁。3 消除;撤除。4 【語言學】變換...
  • right : adj 1 右,右方的,右側的,右派的 (opp left)。2 正當的,當然的 (opp wrong)。3 不錯的;正確的;...
  1. 0 for an arithmetic right shift of a positive number

    進行數學左移位時,設置為0
  2. In an arithmetic right shift, the bits shifted beyond the rightmost bit position are discarded, and the leftmost bit is propagated into the bit positions vacated at the left

    在算術右移位運算中,將丟棄移出最右側數位位置的數位,並將最左側的數位傳播到左端空出的數位位置。
  3. The right - shift is an arithmetic shift high - order empty bits are set to the sign bit

    ,則右移位是算術移位(高序空位設置為符號位) 。
  4. The unsigned right - shift is an arithmetic shift with zero - extension

    無符號右移位是具有零擴展的算術移位。
  5. The signed right - shift is an arithmetic shift with sign - extension

    有符號右移位是具有符號擴展的算術移位。
  6. 1 for an arithmetic right shift of a negative number

    )進行數學右移位時,設置為0
  7. In an arithmetic right shift, the bits shifted beyond the rightmost bit position are discarded, and the leftmost sign bit is propagated into the bit positions vacated at the left

    在數學右移位運算中,將丟棄移出最右側數位位置的數位,並將最左側的(符號)數位傳播到左端空出的數位位置。
  8. 0 for an arithmetic right shift of an unsigned data type

    對正數進行數學右移位時,設置為0對負數據類型(
  9. Performs an arithmetic right shift on a bit pattern

    對位模式執行數學右移位。
  10. Performs an arithmetic right shift on the value of a variable or property and assigns the result back to the variable or property

    對變量或屬性值執行算術右移位,並將結果賦回給該變量或屬性。
  11. Visual basic 2005 now supports arithmetic left - and right - shift operations on integral data types

    Visual basic 2005現在支持對整數數據類型(
  12. In an arithmetic left shift, the bits shifted beyond the range of the result data type are discarded, and the bit positions vacated on the right are set to zero

    在數學左移位運算中,丟棄移出結果數據類型範圍的數位,而將右端空出的數位位置設置為零。
分享友人