byte
英音[ baɪt ] 美音[ baɪt ]

字节

常用释义

词性释义

n.

字节;8位元组
例句
  • 全部
  • 字节
  • 位元组
UTF-8没有字节序的不确定性问题,后者必须通过字节序标志或其他试探手段来解决。
However, the length of "A" is one byte and that of "Latin capital letter A with ring above" is two bytes.
但是,“A”的长度是一个字节而“上面带圈的大写拉丁字母A”的长度则是两个字节。
A problem in which the line of dendrogram slips out of place in double byte languages was fixed.
一个问题在该行树简出发生在双字节语言是固定的。
The eighth step during our secret key generation process is to check whether the byte array after parity fixing turns out to be a weak key.
我们的密钥生成过程的第八步是要检查奇偶修正后的字节数组是否是一个弱的密钥。
On the door of a computer store: "Out for a quick byte. "
电脑专卖店门上:“出去找一个更快的字节。”
To avoid trying to handle the header of the CSV, I first check to see if the byte count (the key object) is not zero.
为了避免除了CSV头部,首先检查是否字节数(key对象)为零。
Adds a byte range header to a request for a specific range from the beginning or end of the requested data.
向请求添加从请求数据的开始处或结束处的特定范围的字节范围标头。
对象的字符串表达由于其线性的格式,有时也被称为字节流。
It would be useful, but entirely impractical to change the size of a byte to allow a larger set of characters to be coded.
通过更改一个字节的长度而使更大的字符集得以被编码,这似乎有效但完全不切实际。
这里的不同之处在于,我们将该有效负载读入字节数组而不是字符串,因为这使得解析它比较容易。
服务器还能限制Write布局的字节范围,以避免配额限制或减少分配开销等等。
When overridden in a derived class, decodes all the bytes in the specified byte array into a set of characters.
在派生类中重写时,将指定字节数组中的所有字节解码为一组字符。
Unicode通常用作涉及双字节字符编码方案的通用术语。
Class substitutes a string that you provide in place of any input byte sequence that cannot be converted.
类都用您提供的一个字符串来替代。
When represented in a sequence of data bits, the most significant bit of a byte is first.
当用“字节”表示一个数据位的序列时,高位的数据总是最先处理的。
这次连接的校准错误总数。当接收的字节和预料接收的字节不同时出现校准错误。
注意,128字节数据包的性能现在与1,024字节数据包的性能大体相同,这可能是因为改进的批处理。
This encoding scheme makes it possible to encode an ASCII character with one byte, and a non-ASCII character with multiple (up to 4) bytes.
这个编码方案可以用一个字节对ASCII字符进行编码,用多个字节(最多4字节)对非ASCII字符进行编码。
The last article ended with a function called convert_to_upper, which operated one byte at a time to convert a string to uppercase.
上一篇文章最后给出了一个名为convert_to_upper的函数,它一次操作一个字节,并将字符串转换成大写格式。
在派生类中重写时,将指定字节数组中的字节序列解码为指定的字符数组。
Every byte of data generated by the company was stored here, and he was the caretaker.
这家公司所有的数据都存储在这里,而他是管理员。
将文件读入一个字节数组,然后该数组用于更新数据库中正确的展示行。
封装值2和更高的值将导致字节上要对齐的每个字段相对于结构的开头进行偏置。
Basically, the first word is the preferred word, and then the other alignments are on the least-significant byte or halfword of that word.
基本上,第一个字就是首选字,而其他字对齐到最低有效字节或半字上。
Although a 900 - byte column is supported , we do not recommend building a full- text index that uses a key column of that size .
即使支持900字节的列,也不建议您使用这么大的键列来创建全文索引。
针对目标编码对象调用GetBytes方法,可以在目标编码中将Unicode字符串转换为它的字节表示形式。
写入重新开始区域时,字节数组段中的数据将连接成单个字节数组,以便以记录形式追加。
The error is caused by the fact that there is an overhead of two bytes for varying length and a one-byte overhead for null.
造成这个错误的原因是,变化的长度占用2字节,null占用1字节。
Little-endian means that the least significant byte has the lowest address (the word is stored little-end-first).
而little-endian意味着最低位字节存储在最低地址(按低位优先的顺序存储字)。
另一种可能是将每一屏幕像素的RGB值输出为由三部分组成的字节,并直接写入任何文件句柄。
1·That is the address in memory in the heap of the first byte that the user typed in.
那是用户输入的第一个字节在内存中堆的地址。
2·Every byte in memory has to have an "address" for a process to be able to locate it.
内存中的每一个字节都必须有一个“地址”,以便让进程可以找到它。
3·As we have seen in the above example, reading message bodies is not complex, especially if you are only using JMS byte or text messages.
正如在上面的示例中所看到的,阅读消息正文一点也不复杂,尤其是在仅使用JMS字节或文本消息时。
4·These characters each have a single byte of display and multiple bytes of internal storage.
每个这些字符都有一个显示字节,以及多个字节的内部存储。
5·This is because on most operating systems, a char maps well to one byte.
这是因为在大多数操作系统上,一个字符能很好地映射成一个字节。
1·Gets an object that outputs a substitute string in place of an input byte sequence that cannot be decoded.
取得物件,此物件会产出替代字串,以取代无法解码的输入位元组序列。
2·On the door of a computer store: "out for a quick byte."
电脑专卖店门上:“出去找一个更快的位元组。”
3·This method reads one byte.
这个方法会读取一个位元组。
4·The following example copies a string in reverse, by using byte Pointers to read and write characters between the source and destination strings.
下列范例使用位元组指标,在来源和目的字串之间读取及写入字元,借以反向复制字串。
网络释义

字节

字节:连续的八位称为一个字节(Byte),字节是计算机中可单独处理的最小单位。即以字节为基本单位来解释信息,规定1个字 …

位元组

位元组 (BYTE) - 是二进位资料表的缩写,位元组是以一个逻辑单位处理的八个位元的群组。快取 (CACHE) - 与伺服器中所使用 …

字节型

字节型BYTE)、字符型(char)、短整数型(short)、整数型(int)、小数型(float)等等以及所有的指针型,包括字符串 …

字节数

类型字节数(byte) 描述 char 3 文件头标记 char 1 文件的主版本号 char 1 文件的副版本号文件信息节点:文件信息节点描述了应 …

字节数组

字节数组byte[])会被自动包装成二进制类型。 4.6,时间 Timestamp会被转换成BSONTimestamp。

位组

位组(Byte):,一组二进位 (BINARY) 的位 (BIT) 集合。通常称 8 个位为一个位组,但是这只是习惯,而大部分的系统也都定义 8 …

字元

您只是提高每一个字元(byte)的传输速率而已,但整体的传输速率有增加吗?!(如上图中,上下两个不同的Baudrate 的传输情 …
常用短语
double byte
double byte - 双字节,双位元组