byte order
常見例句
- The byte order of the STABs binary data depends on the object file format.
STAB 二進(jìn)制數(shù)據(jù)的字節(jié)順序取決于對象文件格式。 - The following example illustrates the difference in byte order between big endian and little endian machines.
下面這個例子解釋了 big endian 和 little endian 機器上字節(jié)順序之間的區(qū)別。 - 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.
如果可以選擇的話,請使用標(biāo)準(zhǔn)庫函數(shù)來進(jìn)行字節(jié)交換操作,并按照字節(jié)在數(shù)據(jù)文件中存儲的順序進(jìn)行標(biāo)準(zhǔn)化;網(wǎng)絡(luò)字節(jié)順序最適合這種工作。 返回 byte order