Little-Endian的意思|示意
n.一种存放二元化资料的格式(所有数字的低位组放在最前面);小头派成员(出自《格列佛游记》)
Little-Endian的网络常见释义
小端 首先,大端(big-endian)还是小端(little-endian)是相对于一个字来说的,指在一个字中各个字节的顺序。
小头 因为我们读取的值是小头(little-endian)的,我们必须使用0x0080而不是0x8000来检查符号位。
小端模式 小端模式(Little-Endian)就是将低位字节存放在内存的低地址端,高位字节存放在内存的高地址端。
Little-Endian相关短语
1、 Little Endian 与小端 ; 小端模式 ; 小端法 ; 低位优先
2、 Little Endian SpectrumWorx 模块化效果处理器
3、 little-endian big-endian 大小端
Little-Endian相关例句
Little-endian means that the least significant byte is stored at the lowest memory address and the most significant byte is stored at the highest memory address.
Little - endian是将低位字节存储在内存的低地址中,将高位字节存储在内存的高地址中。
Generate "little endian" format output.
生成“小端”格式输出。
Intel microprocessors are little-endian.
intel微处理器是little - endian。
One thing to do is look for a number whose range you can predict broadly, and just see what it comes out as when read both big-endian and little-endian.
要做的一件事是寻找一个预测范围很大的数字,看一下当读取高位优先和低位优先时到底是什么情况。
Little-endian means that the least significant byte has the lowest address (the word is stored little-end-first).
而little - endian意味着最低位字节存储在最低地址(按低位优先的顺序存储字)。
This is one of the things that's available on a POWER5 that you can't do on a G5; you could, in theory, build your code for little-endian usage.
这是在POWER 5上可用但是在G5上无法使用的功能之一;理论上来说,您可以为低位优先的用法来构建自己的代码。