[计] 半字节
计算机使用二进制系统,只有两个数字 0, 1基地为2每一位二进制数称作一位(BIT),4 BIT 组成一个半字节(NIBBLE),8BIT组成一个字节(BYTE),两个字节组成一个字(WORD),两个字组成一个双字(DOUBLE WORD)(很少使用): 习惯上在一串二进...
蚕食
...演愈烈,两位当家车手间的隔膜和敌视也渐有失控之势,面临法拉利在死后的步步紧逼,车队积分榜上的带头上风正被缓缓蚕食(Nibble),假如结果冠军旁落,那最大的祸因便是丹尼斯因当断不断而激发的祸起萧墙。
一点一点地咬
... brindled有斑的,有斑纹的 nibble一点一点地咬 nimble敏捷的 ...
细咬
中和;压制 nibble v. 细咬;细食 nimble adj. 轻快的;灵敏的 nervous殷离因为叫张无忌永远的在自己身边,在无忌的肩头nibble了一块疤痕,然后nimble逃掉了,...
In computing, a nibble (often nybble or even nyble to match the vowels of byte) is a four-bit aggregation, or half an octet. As a nibble contains 4 bits, there are sixteen (24) possible values, so a nibble corresponds to a single hexadecimal digit (thus, it is often referred to as a "hex digit" or "hexit").A full byte (octet) is represented by two hexadecimal digits; therefore, it is common to display a byte of information as two nibbles. The nibble is often called a "semioctet" or a "quartet" in a networking or telecommunication context.[citation needed] Sometimes the set of all 256 byte values is represented as a table 16×16, which gives easily readable hexadecimal codes for each value.