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