BYTES:字节字节
“byte byte”经常缩写成BYTES,以便快捷书写、使用。
常见于综合领域,和未分类的相关。
中文意思为:“字节字节”。
byte byte具体释义
- 英文缩写:BYTES
- 英语全称: byte byte
- 英语发音:
- 美式英语发音:
- 英式英语发音:
- 中文意思:字节字节
- 中文拼音:zì jié zì jié
- 常用领域:综合
- 相关:未分类的
英文缩写词BYTES的例句
- Each character encoding has its set of permitted byte or byte combinations for a particular character.
- 每种字符编码都具有针对特殊字符的字节集或字节组合集。
- This method relies on the FileStream class to buffer the input and output files appropriately, so that the code can work byte by byte to perform the necessary processing.
- 该方法依靠FileStream类来适当地缓冲输入和输出文件,以便代码可以逐个字节地执行必要的处理。
- The client application submits a file location and invokes the web service which receives the file byte by byte and stores in a fixed specified location.
- 客户端应用程序提交一个文件位置并调用该Web服务,后者逐字节接收文件并将其存储到一个固定的指定位置。
- In this paper, programming EGA / VGA graphic control registers directly, the method of displaying chinese words on screen in byte by byte come true.
- 本文采用对EGA/VGAF的图形控制寄存器直接编程的方法,实现了点阵汉字按字节方式送屏幕显示。
- Traditional trie tree is a searching tree according to the key byte by byte. It's faster than the hash algorithm.
- 传统的trie树是一种按字节进行检索的多叉树,具有比hash表更快的查找速度,主要应用于变长字符串的索引。