the least significant bit
常見例句
- Some protocols send the least significant bit first.
一些協(xié)議是先發(fā)送最低有效位的。 - The least significant bit of each block is reserved as the parity bit.
每一塊的最低有效位保留為奇偶位。 - 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.
統(tǒng)計 8 字節(jié)塊中每字節(jié)中的 1 的個數(shù),如果 1 的個數(shù)為偶數(shù),那么就設(shè)置最低位為 1 使它成為奇數(shù)。 返回 the least significant bit