8. However, there is no standard set of functions for 64-bit. But Linux provides the following macros on both big and little endian systems.
然而,对于64位整数来说,并没有标准的函数集。
来自互联网
9. Note: Depending on the platform and whether the mem structure is big endian or littleendian, you may need to swap the order in which bytes are read.
注意:根据不同平台,以及men结构是大端字节序还是小端字节序,您可能需要交换读取字节的顺序。
来自互联网
10. The sound effects we selected are in different formats, two being signed 16 bit Little Endian, Rate 22050 Hz and two others being Unsigned 8 bit, Rate 11025 Hz.
11. UTF-16LE: 16-bit UCS Transformation format, little-endian byte order.
UTF - 16le:16位UCS转换格式,小尾数法字节顺序。
来自互联网
12. 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.
要做的一件事是寻找一个预测范围很大的数字,看一下当读取高位优先和低位优先时到底是什么情况。
来自互联网
13. This is one of the things that's available on a POWER5 that you can't do on a G5; you could, in theory, build your code for little-endian usage.
14. Following is a typical code snippet you can use to determine if the operating environment is big - or little-endian; you can set a specific flag for your convenience.
15. Unfortunately, the Linux distribution used doesn't provide corresponding little-endian libraries to link with, so you can't test little-endian code.
不幸的是,所使用的Linux发行版并没有提供对应的低位优先库来进行链接,因此就不能对低位优先测试。
来自互联网
16. Big-endian and little-endian UTF-8 are identical, because UTF-8 is defined in terms of 8-bit bytes rather than 16-bit words.
17. The byte ordering (Big-Endian or Little-Endian) for a storage access is specified by the operating system.
存储器存取的字节顺序(Big -Endian或Little - Endian)是由操作系统指定的。
来自互联网
18. Little-endian means that the least significant byte is stored at the lowest memory address and the most significant byte is stored at the highest memory address.
Little - endian是将低位字节存储在内存的低地址中,将高位字节存储在内存的高地址中。
来自互联网
19. Intel microprocessors are little-endian.
intel微处理器是little - endian。
来自互联网
20. All three of these may or may not be preceded by a Unicode byte order mark in either UTF-8, big-endian UTF-16, or little-endian UTF-16.
21. Little-endian means that the least significant byte has the lowest address (the word is stored little-end-first).
而little -endian意味着最低位字节存储在最低地址(按低位优先的顺序存储字)。
来自互联网
22. When students do these embedded experiments, they do often face the problem of the transformation between big-endian and little-endian about byte order.
学生在做嵌入式系统的实验时,经常会遇到字节顺序的大小端转化问题。
来自互联网
23. When students do these embedded experiments, they do often face the problem of the transformation between big-endian and little-endian about byte order.