byte

英 [baɪt] 美 [baɪt]

n.  字节; 位组; 位元组

复数:bytes

TEM8计算机

BNC.10947



牛津词典

noun

  1. 字节;位组; 位元组
    a unit of information stored in a computer, equal to 8 bits . A computer's memory is measured in bytes .

    柯林斯词典

    1. N-COUNT 字节(计算机存储单位,约等于一个印刷字符)
      In computing, a byte is a unit of storage approximately equivalent to one printed character.
      1. ...two million bytes of data.
        200万字节的数据

    双语例句

    1. All SCSI commands should also contain a control byte.
      并且所有SCSI命令都要包含一个控制字节。
    2. If you want the string representation of a byte, use its decode() method.
      如果想要得到字节的字符串表示,需要使用它的decode()方法。
    3. Blobspaces are used to store text and byte data.
      blobspace用来存储文本和字节数据。
    4. The load/ store instructions and the loop counter were geared for processing a single byte at a time.
      load/store指令和循环计数器的目标是一次处理一个字节。
    5. These characters each have a single byte of display and multiple bytes of internal storage.
      每个这些字符都有一个显示字节,以及多个字节的内部存储。
    6. To enable memory access, it provides put and set methods for ints, chars, and bytes.
      为允许内存访问,它为int、char和byte提供了put和set方法。
    7. Default size is1 byte.
      默认大小是1个字节。
    8. The cipher byte array is then decrypted, and the decrypted byte array is returned as a text string.
      接着对该密码字节数组解密,解密的字节数组作为文本字符串返回。
    9. This is because on most operating systems, a char maps well to one byte.
      这是因为在大多数操作系统上,一个字符能很好地映射成一个字节。
    10. Each byte of a UTF-8 stream or sequence is unambiguous.
      UTF-8流或序列中的每个字节都是明确的。
    11. Application messages are delivered asynchronously through a simple callback mechanism and are provided only in byte array payload format.
      应用程序消息通过一个简单的回调机制异步传递,并且只以字节数组有效负载的格式提供。
    12. An individual character is usually encoded using a byte or more, depending upon the encoding used.
      单个字符通常使用一个字节或多个字节进行编码,具体情况取决于使用的编码方式。
    13. The pixels of colour screens require at least one byte of storage each.
      彩色屏幕上的每一个像素至少需要一个字节的存储。
    14. One byte stores one character ( e.g.a letter or a number).
      1字节存储1个字符(如一个字母或一个数字)。
    15. Reads the next byte of data from this input stream.
      从这个输入流中读取下一个字节的数据。
    16. 8 bits make up a byte.
      8个比特组成一个字节。
    17. To encrypt a byte, we xor this pseudo-random byte with the byte we want to encrypt.
      对一个字节进行加密,我们对伪随机字节和要加密的字节进行异或运算。
    18. The protocol log file will create one additional new file every time that the1000000 byte file size is exceeded.
      每当文件大小超过1000000字节时,协议日志文件将创建另外一个新文件。
    19. The last byte is a boolean that determines whether this cost is used or not.
      最后一个字节是一个布尔值,决定是否这笔费用的使用或不。
    20. One byte of cipher text is generated for every byte of plain text contained in the message.
      对包含在信息中的普通文本的每一个字节产生密码文本的一个字节。
    21. ASCII strings can also be used to represent binary data as byte streams.
      ASCII字符串也能被用于表示二进制数据从而当作字节流。
    22. The byte count is too small.
      字节计数太小了。
    23. An effective unidirectional byte error correcting code and its encoding/ decoding algorithms are introduced in the paper.
      介绍了一种有效的字节式单向错误纠错码及其编码和译码算法。
    24. Reads a byte of data.
      读入一个字节的数据。
    25. UTF-8 is not a double byte format-but it is a standard encoding of Unicode!
      UTF-8并不是一种双字节格式,但它是一种标准的Unicode编码!
    26. So a char is one byte, which is bits& how many?
      所以char类型占了1个字节,&那是多少位?
    27. I use the FileStream class in this code to illustrate operating on data at the byte level.
      我使用该代码中的FileStream类来说明如何在字节级别操作数据。
    28. Writes the specified byte to this output stream.
      将指定的字节写入输出流。

    英英释义

    noun

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