big-endian
常见例句
- The byte ordering (Big-Endian or Little-Endian) for a storage access is specified by the operating system.
存儲器存取的字節順序(Big-Endian 或 Little-Endian)是由操作系統指定的。 - One thing to do is look for a number whose range you can predict broadly, and just see what it comes out as when read both big-endian and little-endian.
要做的一件事是尋找一個預測範圍很大的數字,看一下儅讀取高位優先和低位優先時到底是什麽情況。 - Big-endian means that the most significant byte is stored at the lowest memory address and the least significant byte is stored at the highest memory address.
Big-endian 是將高位字節存儲在內存的低地址中,將低位字節存儲在內存的高地址中。 返回 big-endian