high byte的用法和樣例:
例句
- In "Big Endian" form, by having the high-order byte come first, you can always test whether the number is positive or negative by looking at the byte at offset zero.
對于高字節優(yōu)先的編碼格式而言,由于先得到數據的高位,你可以通過(guò)檢測符號位而得知它是正數還是負數,既不需要知道這個(gè)數據有多少位,也不需要跳過(guò)低位數據來(lái)查找包含符號位字節。