将“byte”分解为两个部分:by和te。想象“by”如边或旁边,而“te”可以联想到“tech”或“technology”(技术)。将这两个部分组合,想象数据“byte”像被放置在技术的旁边,这样就能记住“byte”是指计算机中的基本数据单元。
以上内容由AI生成, 仅供参考和借鉴
- byte (n.)
- 1956, American English; see bit (n.2). Reputedly coined by Dr. Werner Buchholz at IBM.
- 1. Compares this Byte object to another object.
- 将该Byte对象和另一个对象比较.
- 2. Alternative spelling of byte.
- 字节byte的另一种拼法.
- 3. Notice in the above code the maximum possible hexadecimal values for char, byte, and short.
- 注意在上述代码中,最大的十六进制值只会在char, byte以及short身上出现.
- 4. A method of serial communication by using Byte variable in VB is discovered.
- 发现了一种在VB下利用Byte变量进行串口通讯的方法.
- 5. In char, byte , and short you can see the effect of promotion with the arithmetic operators.
- 在char, byte 和short中,我们可看到算术运算符的“转型”效果.