endian meaning in Chinese
元组排列顺序
字节存储次序
Examples
- Reads this data type in little - endian format
以little - endian格式读取此数据类型。 - Most arm cpus may be run in either endian mode big or little
大多数的arm cpu可以运行在big或little任一endian模式下。 - However , the majority of current system implementation uses little - endian mode
但是当前绝大多少系统的实现都是使用little - endian模式。 - All processors must be designated as either big endian or little endian
任何处理器都必须设计成要么是大端字节序,或者要么小端字节序。 - If the stack will run on a big endian processor , there ' s nothing to worry about
如果该栈运行在一个大端字节序的处理器上,则于此不必担心。