您要查找的是不是:
- The Java Virtual Machine is big endian as well. Java虚拟机也是大端字节序。
- Generate "big endian" format output. 生成“大端”格式输出。
- Big endian means that the most significant byte of any multibyte data field is stored at the lowest memory address, which is also the address of the larger field. 大端字节意味着任意多字节数据字段的高位字节存储于低的内存地址中。低内存地址也是大字段的地址。
- A storage cell; an element of data storage that can hold one bit. 一个存储单元; 保存一位二进制数的数据存储单元。
- This means that UTF-16 data can be treated in a way that is independent of the byte ordering on different computers (little endian versus big endian). 这意味着可以通过独立于不同计算机上的字节顺序的方式处理UTF-16数据(little endian对big endian)。
- This class can send data according three basic transfer syntax: Implicit Little Endian, Explicit Little Endian, Explicit Big Endian. 这个服务类可以按三种最基本的传输语法:Implicit Little Endian,Explicit Little Endian,Explicit Big Endian发送数据。
- The two orders are called "Little Endian" and "Big Endian". 有两种编码方式,它们被称为低字节优先(小端)和高字节优先(大端)。
- All processors must be designated as either big endian or little endian. 任何处理器都必须设计成要么是大端字节序,或者要么小端字节序。
- Sun's SPARC, Motorola's 68K, and the PowerPC families are all big endian. Sun的SPARC,Motorola的68K,以及PowerPC家族等都是大端字节序。
- A storage cell ; an element of data storage that can hold one bit. 一个存储单元;保存一位二进制数的数据存储单元。
- How much memory is needed for temporary data storage? 临时数据存储需要占用多少存储空间?
- Koi uses a JDBC-accessed relational database as data storage. Koi使用以JDBC访问的关系数据库作为数据存储。
- You use volume mount points for Exchange Server 2003 data storage. 您将卷装入点用于Exchange Server 2003数据存储。
- Big endian machine: It thinks the first byte it reads is the biggest. 大尾端机器:认为其读的第一个字节为最大的那位上的数。
- Receiver data storage depends on the system specifications. 答:收件人数据的储存取决于系统配置。
- If the stack will run on a big endian processor, there's nothing to worry about. 如果该栈运行在一个大端字节序的处理器上,则于此不必担心。
- A part of a data storage medium in which there are no characters. 数据存储媒体中无字符的部分。
- Big endian machines store the most significant byte first (at the lower address). 在最小结束机器,最不重要位元组排在最重要位元组之前。
- The ultimate data storage and file manipulation toolkit! 终极的数据存储、文件处理工具箱!
- In Big Endian format, the most significant byte of a word is stored at the lowest numbered byte and the least significant byte at the highest numbered byte. 在大尾格式下,一个字中最大的有效字节被存放在最低编号的字节上,最小的有效字节在最高编号的字节上。