endian

endian

 英

  • 网络字节序;字节存储次序;端

例句

Except for the limitations described below, you can take a backup from any big-endian server and restore it to any other big-endian server.

除了以下限制可以任何big-endian服务器备份然后恢复另一个big-endian服务器

Little-endian means that the least significant byte has the lowest address (the word is stored little-end-first).

little-endian意味最低字节存储最低地址低位优先顺序存储)。

Big-endian means that the most significant byte has the lowest address (the word is stored big-end-first).

big-endian意味最高字节存储最低地址高位优先顺序存储)。

The byte ordering (Big-Endian or Little-Endian) for a storage access is specified by the operating system.

存储器存取字节顺序Big-EndianLittle-Endian)操作系统指定

Note that networks usually use big-endian byte order, so an application running on System z does not need conversion here.

注意网络通常使用大端字节顺序因此Systemz运行应用程序这里需要转换

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。

Defines the image internal characterset for JIS encoded user comments if image is in motorola byte order (big-endian).

定义JIS编码用户注释图像内部字符集如果图像摩托罗拉字节顺序big-endian的话

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.

格式数据字节存储地址数据字节存放地址

For instance, PNG documents (a competitor to TIFF) are always big endian.

例如PNG文档TIFF一个竞争者始终使用尾数

If an integer is four bytes in length with a big-endian encoding, then the message uses that same representation.

如果整数采用big-endian编码四个字节表示那么消息使用同样表示

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 format: the high byte of word data stored in the lower address, while the low byte of word data is stored in high address.

大端格式数据字节存储地址数据字节存放地址

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结尾格式存储数据类型

We have bit fields in C and C++ that help to deal with endian issues.

CC++帮助处理endian问题

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问题

The example that caught us was compiling PINE on a big-endian system.

我们使用例子一个高位优先系统编译PINE

So, on a big-endian system, it thought every file was empty.

因此高位优先系统认为每个文件

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

多于一个字符符常倒序排列如果编码

For example, the 32-bit word 0x12345678 will be laid out on a big endian machine as follows

例如,320x12345678bigendian机器布局如下

If we view 0x12345678 as two half words, 0x1234 and 0x5678, we would see the following in a big endian machine

如果0x12345678当作两个看待分别0x12340x5678,那么看到bigendian机器下面情况

热门查询