little-endian
美
英 
英汉解释
例句
Little-endian means that the least significant byte has the lowest address (the word is stored little-end-first).
而little-endian意味着最低位字节存储在最低地址(按低位优先的顺序存储字)。
The byte ordering (Big-Endian or Little-Endian) for a storage access is specified by the operating system.
存储器存取的字节顺序(Big-Endian或Little-Endian)是由操作系统指定的。
The first four bytes of the system default file format contain a 32-bit signed integer in little-endian format (see Encoding).
系统默认文件格式的前四个字节中包括一个Little-Endian格式(请参见Encoding)的32位有符号整数。
Or, how are arguments transmitted between machines with different addressing schemes, big endian vs. little endian?
或者,变量如何在使用不同寻址方案(大尾数法,小尾数法)的机器间发送?
If the -u option has been specified, the output will always be little-endian Unicode.
如果已指定-u选项,输出将始终为Little-endianUnicode。
Little-endian format: the high byte of word data is stored in high address, and the low byte of word data is stored in the lower address.
小端格式:字数据的高字节存储在高地址中,而字数据的低字节则存放在低地址中。
However, the majority of current system implementation uses little-endian mode.
但是当前绝大多少系统的实现都是使用little-endian模式。
The following example illustrates the difference in byte order between big endian and little endian machines.
下面这个例子解释了bigendian和littleendian机器上字节顺序之间的区别。
The IA-64 Linux kernel uses little-endian by default, but allows for the possibility of using big-endian byte order.
IA-64Linux内核默认使用little-endian,但是也可以使用big-endian的字节顺序。
Intel microprocessors are little-endian.
Intel微处理器是little-endian。
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.
UTF-8用Big-endian和little-endian来表示都是一样的,因为UTF-8是按8位字节而不是16位字定义的。
All processors of the Intel x86 family are little endian.
所有Intelx86家族的处理器使用的都是小端字节。
BinaryWriter stores this data type in little endian format.
BinaryWriter以小结尾格式存储此数据类型。
But what happens if a client running on a big endian IBM PowerPC attempts to send a 32-bit integer to a little endian Intel x86?
但是,如果一个运行在高位优先的IBMPowerPC上的客户端发送一个32位的整数到一个低位优先的Intelx86,那将会发生什么呢?
Since SPARC is big-endian and x86 is little-endian, you need to consider endianness issues.
由于SPARC采用的是big-endian,而x86采用的是little-endian,因此您需要考虑endianness的问题。
Save selected characters to file in UTF-8, UTF-16 (Big or Little Endian) or UTF-32 (Big or Little Endian) encoding.
保存到文件选定的字符在UTF-8,UTF-16的(大或小端)或UTF-32(大或小端)编码。
Because x86 CPUs are little-endian, the value 0x0042 is stored in memory as 42 00.
因为x86CPU是little-endian,值0x0042在内存中的存储形式是4200。
A character constant with more than one character will be arranged with little-endian order in mind: if you code
多于一个字符的字符常量将按倒序排列:如果你编码