这个方法会读取一个位元组。
Send one byte of urgent data on the socket.
在套接字上发送一个字节的紧急数据。
So a char is one byte, which is bits — how many?
所以char类型占了1个字节,——那是多少位?
UVC Extension Unit transfers only one byte of data?
UVC扩展单元传输只有一个字节的数据?
One byte stores one character (e.g. a letter or a number).
1字节存储1个字符(如一个字母或一个数字)。
In asynchronous transmission, data is sent one byte at a time.
在异步传输中,数据是以每次一个字节的方式传送的。
This is because on most operating systems, a char maps well to one byte.
这是因为在大多数操作系统上,一个字符能很好地映射成一个字节。
Because the cube is so small, one byte is enough to hold one coordinate.
由于这个立方体非常小,1个字节足以容纳一个坐标。
The pixels of colour screens require at least one byte of storage each.
彩色屏幕上的每一个像素至少需要一个字节的存储。
The size is one byte minimum and will be determined during the creation of the pipe.
它的大小最小为一个字节,可以在创建管道时指定大小。
With international character set, a character can be represented by more than one byte.
对于国际字符集,一个字符可能用几个字节表示。
One byte of cipher text is generated for every byte of plain text contained in the message.
对包含在信息中的普通文本的每一个字节产生密码文本的一个字节。
They do this because one byte of data can literally hold the values of 8 different variables.
他们这样做是因为一个字节的数据实际上可以容纳8个不同的变量的值。
However, the length of "a" is one byte and that of "Latin capital letter a with ring above" is two bytes.
但是,“A”的长度是一个字节而“上面带圈的大写拉丁字母A”的长度则是两个字节。
The last column shows that the file is being read one byte at a time. Listing 5 shows the code that causes this.
最后一列说明对该文件每次只读取一个字节。
In addition, the redirection mechanism may be applied without overwriting more than one byte in the original code.
此外,可无需重写原始代码中多于一个的字节来应用重定向机制。
The basic idea behind WBXML is that by taking advantage of foreknowledge of the DTDs, you can minimize the tags to one byte.
WBXML的基本原理在于利用DTD的先验知识,您可以将标签缩小到一个字节。
If you use UDP then there will be at least one (hopefully complete) packet, but if you use TCP you may get only one byte.
如果你使用UDP,那么将会有至少一个(希望完成)包,但是如果你使用TCP,你只有一个字节。
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 的函数,它一次操作一个字节,并将字符串转换成大写格式。
No longer can the program assume that one byte is one character, so all data has to be decoded from UTF-8 and encoded back to UTF-8.
程序不再假设一个字节就是一个字符,因此所有的数据都需要从UTF-8 进行解码,然后再重新编码成 UTF-8。
The shortest size of a single message is one byte and the longest size is the maximum of the whole available memory of the message.
消息最短为一个字节,最长为所有可用消息内存的最大值。
If you use the File Transfer Protocol [FTP] or utilities such as rcp or scp, complete files will be sent, even if just one byte has changed.
(如果使用FileTransferProtocol [FTP]或rcp和scp等实用程序,那么即使只修改了一个字节,也会发送完整的文件)。
If we had only one byte array, it would be easy to write to a slot in the data tree, since the Preferences API supports byte arrays directly.
如果我们只有一个字节数组,写入数据树中的slot会很容易,因为PreferencesAPI直接支持字节数组。
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 constructor of VertexArray takes the number of vertices (eight), the number of components per vertex (x, y, z), and the size of each component (one byte).
VertexArray构造函数中保存了顶点数量(8个)、各顶点的组件数(x,y,z)以及各组件的大小(1字节)。
The algorithm is referred to as a stream or block cipher depending on whether the algorithm transforms the message one byte at a time or a block (eight bytes) at a time.
算法被称作流密码(stream cipher)还是块密码(block cipher),取决于算法转换消息时是一次一个字节还是一次一个块(8个字节)。
This can be contrasted with a stream socket, where if the sender wrote a 100 byte message, the receiver could read it in two chunks of 50 bytes or 100 chunks of one byte.
对比字符流,当发送者发送100字节时,接收者可以选择接受分两次,每次50字节进行接受,还是一次性接受100字节。
This can be contrasted with a stream socket, where if the sender wrote a 100 byte message, the receiver could read it in two chunks of 50 bytes or 100 chunks of one byte.
对比字符流,当发送者发送100字节时,接收者可以选择接受分两次,每次50字节进行接受,还是一次性接受100字节。
应用推荐