little-endian

little-endian

 英

  • n.小端
  • 網絡小端模式;小端字節序;小端格式

英漢解釋

n.
1.
小端

例句

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-EndianLittle-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格式請參見Encoding32有符號整數

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.

下面這個例子解釋bigendianlittleendian機器字節順序之間區別

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-8Big-endianlittle-endian表示一樣因為UTF-88字節不是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-endianx86采用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-16UTF-32(編碼

Because x86 CPUs are little-endian, the value 0x0042 is stored in memory as 42 00.

因為x86CPUlittle-endian0x0042內存存儲形式4200。

A character constant with more than one character will be arranged with little-endian order in mind: if you code

多于一個字符符常倒序排列如果編碼