least significant byte的意思|示意
[计] 最低有效字节
least significant byte的网络常见释义
最低有效字节 ...机中,一个数据可能会占用多个字节 ,所有多字节数据采用小端(Little Endian)表示,即最低有效字节(least significant byte)在前。比如数字520的表示:
最小显着性字节 计算机英语第1097页 ... leastsignificantbyte最低有效字节 leastsignificantbyte最小显著性字节 leastsignificantcharacter最小有效字符 ...
最小显着性位元组 从最小显著性位元组 (Least Significant Byte) 开始,传回的值可指定用来在 RGB 系统中设定 Visual Basic 语言所用适当色彩的红色、绿色和蓝色等值。
每个字的低字节 为了保证执行代码时是字对齐的, 存储空间按每个字的低字节(Least Significant Byte , LSB)对齐,并且在正常执行过程中程序计数器每次加 2。 PIC24F 的程序空间具有一个不同但相似的结构。
least significant byte相关短语
1、 least significant byte ledger 帐目型
2、 least t significant byte 最低有效字节
3、 least significant half byte 最低有效半字节
least significant byte相关例句
That is to say, on the x86 system, the least-significant byte (the smallest values) are stored in the first byte of ll; on the Power Architecture system, they're stored in the last.
这就是说,在x86系统上,最低位字节(最小值)首先存储在ll的第一个字节中;在Power Architecture系统上,它们则存储到最后。
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是将低位字节存储在内存的低地址中,将高位字节存储在内存的高地址中。
Big-endian means that the most significant byte is stored at the lowest memory address and the least significant byte is stored at the highest memory address.
Big - endian是将高位字节存储在内存的低地址中,将低位字节存储在内存的高地址中。
In the case of FDDI, the FC field is placed in the Least Significant Byte of this field.
在FDDI的情况下,FC字段被放置在这个字段的最低有效字节中。
Count the number of ones in each byte of the 8-byte block; if the number of ones is even, make it odd by setting the least significant bit to one.
统计8字节块中每字节中的1的个数,如果1的个数为偶数,那么就设置最低位为1使它成为奇数。
The least significant bit of the cmd byte is the phase indicator, which is used to differentiate a new command from the retransmission of an old one.
命令字节的最小位是相位指示器,是用来区分一个新的命令还是老命令的重传。