byte order
常见例句
- The byte order of the STABs binary data depends on the object file format.
STAB 二进制数据的字节顺序取决于对象文件格式。 - The following example illustrates the difference in byte order between big endian and little endian machines.
下面这个例子解释了 big endian 和 little endian 机器上字节顺序之间的区别。 - 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.
如果可以选择的话,请使用标准库函数来进行字节交换操作,并按照字节在数据文件中存储的顺序进行标准化;网络字节顺序最适合这种工作。 返回 byte order