byte

英[baɪt] 美[baɪt]
  • n. 字节;8位元组
TEM4
星级词汇:
    n. (名词)
    1. 【计】字节(二进制),位组,二进位组,位元组
    2. 信息组
    3. 8位元组

英英释义

Noun:
  1. a sequence of 8 bits (enough to represent one character of alphanumeric data) processed as a single unit of information

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中,我们可看到算术运算符的“转型”效果.

来自互联网

    用作名词 (n.)
    1. Class is designed for byte input and output.
      类设计用于字节输入和输出。
    2. The carry from bit3 to bit4 needed for adding packed binary coded decimal number correctly, where two binary coded decimal digits reside in one8-bit byte.
      在两个用二进制编码的十进制数字同居于一个8位字节内的情况下,为了正确地对装配型二进制编码的十进制数进行相加所需的从第3位到第4位的进位。