您要查找的是不是:
- Send one byte of urgent data on the socket. 在套接字上发送一个字节的紧急数据。
- If possible, modify the program so it only reads one byte ahead. 如果可能的话,修改程序使其一次只向前读最多一个字符。
- Your routine responds to the exception by copying the data one byte at a time. 例程响应该异常的方式是一次复制一个字节的数据。
- When some instructions repeat many times in the program, we can put them in a specified ROM location and then execute them through REF instruction with only one byte, so it can save ROM and increase program length relatively. 此外,借鉴于三星的KS系列,我们引入了参考指令(REF),即当程序中有较多的重复指令时,可以将它们放在ROM中的一个特定区域,由一字节的参考指令进行读取,如此可以有效地节约ROM空间,相对地增加了程序的长度。
- New Term: A character is a single letter, number, or symbol that takes up one byte of memory. 新术语:一个字符是指单个的一个字母、数字或在内存中占一个字节的符号。
- The implementation will block until at least one byte of data can be read, in the event that no data is available. 如果没有任何可用的数据,该实现将一直阻塞到至少有一个字节的数据可读为止。
- Reads the next byte from the current stream and advances the current position of the stream by one byte. 从当前流中读取下一个字节,并使流的当前位置提升1个字节。
- In a multibyte character set (MBCS), some characters are represented by one byte and others by more than one byte. 在多字节字符集(MBCS)中,一些字符用一个字节表示,其他的用多于一个字节表示。
- Since some UCS characters take more than one byte, IDN cannot have a label of 63 characters. 由于部分通用字元佔用一个以上位元组,国际化网域名称系统的标签将无法达到63字元的长度。
- In very simple color display modes, a single pixel of a bitmap can be represented by 256 different colors; therefore, one byte per pixel is needed. 在非常简单的彩色显示模式下,位图中的一个像素点可用256种不同的颜色表示;每个像素需要用一个字节。
- Indexing, copying one byte at a time in a loop. After the data is copied, the old storage must be released so that it can be used by. 数据拷贝完成后,旧的存储空间将会得到释放以便程序中别的数据使用。
- 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。
- Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. 从流中读取一个字节,并将流内的位置向前推进一个字节,或者如果已到达流的末尾,则返回-1。
- A licatio that need to define a subcla of OutputStream must always provide at least a method that writes one byte of output. 应用程序需要定义OutputStream的子类,该子类至少应定义一个方法,用来输出一个字节。
- BABAA is not found in the sliding window, so B is outputted to the stream as a literal byte.The sliding window slides over one byte. 幻灯片式窗口中未找到BABAA,所以B作为一个原封未动的字节输出给予数据流(即作为幻灯片式窗口10个字节中最后一个,那个字母B就像一卷幻灯片胶卷中的小格一样,向前移动。)
- The memory of your computer can be imagined as a succession of memory cells, each one of the minimal size that computers manage (one byte). 你的计算机的内存可以想象成是一些连续的内存单元,每一个单元大小是计算机所处理的最小的大小(1字节)。
- Applications that need to define a subclass of OutputStream must always provide at least a method that writes one byte of output. 应用程序需要定义OutputStream的子类,该子类至少应定义一个方法,用来输出一个字节。
- After a message is transferred, the Exchange MTA erases the data from the. Dat files and resets the files to one byte (instead of deleting the. Dat files). 邮件传输之后;Exchange MTA将擦除.;dat文件中的数据;并将文件重置为一个字节(而不是删除
- By using more than one byte to represent each character, Unicode enables almost all of the written languages in the world to be represented by using a single character set. 该标准采用多(于一)个字节代表每一字符,实现了使用单个字符集代表世界上几乎所有书面语言。
- In a computer, one byte represents a single addressable storage location.These storage locations represent a value or single character of data, such as an ASCII code. 电脑中一个位元组代表一个单一可定址的储存位置,此储存位置表示资料的值或单一字元,诸如一个ASCII码。