byte swap
基本解釋
- 字節(jié)交換
英漢例句
- Unless you spend a huge amount of time doing byte-swapping, just write the code cleanly.
除非您花費(fèi)大量時(shí)間來進(jìn)行字節(jié)交換,否則就只需要清楚地編寫代碼即可。 - Outside of the fetch-decode-execute flow, Bochs also manages external events such as device interrupts and other necessary features like byte-swapping and other privileged checks.
在提取-解碼-執(zhí)行流之外,Bochs 還管理著諸如設(shè)備中斷等外部事件和其他必要功能,如字節(jié)交換和其他特權(quán)檢查。 - If you have the option, use standard library functions to do byte-swapping operations, and standardize on the order in which bytes are stored in your data files; network byte order is the best.
如果可以選擇的話,請(qǐng)使用標(biāo)準(zhǔn)庫函數(shù)來進(jìn)行字節(jié)交換操作,并按照字節(jié)在數(shù)據(jù)文件中存儲(chǔ)的順序進(jìn)行標(biāo)準(zhǔn)化;網(wǎng)絡(luò)字節(jié)順序最適合這種工作。