• To use a colour you use the array index (a single byte).

    使用颜色使用数组索引一个字节)。

    youdao

  • If a single byte gets lost, all data from that point forward is corrupted.

    如果损失了字节,此后的数据就全部无法用了。

    youdao

  • The code in Listing 1 uses a single byte as DNA (value between 0 and 255, 8 bits).

    清单1代码字节看作是DNA(它的介于 0 255 之间,8 位)。

    youdao

  • You can number every single byte just like you can number every house on a street.

    可以每个字节编号,你给街上每栋房子编号一样。

    youdao

  • Block cipher algorithms encrypt data in block units, rather than a single byte at a time.

    区块密码演算法会区块为单位(而非每次一个元组)加密资料

    youdao

  • The buffers presented to and returned from libtiff each contain 8 pixels in a single byte.

    提供给libtifflibtiff返回缓冲区都是每个字节包含8个像素

    youdao

  • These characters each have a single byte of display and multiple bytes of internal storage.

    每个这些字符显示字节以及多个字节内部存储。

    youdao

  • Based oh the codes, a fast single byte-error correction scheme for main memory is proposed.

    基于最小方阵,本文给出一种快速内存纠错方案

    youdao

  • To erase a single byte in a sector in Ext2fs, a whole sector has to be copied to RAM, erased, then rewritten.

    Ext2fs 中,为了一个扇区除单个字节,必须将整个扇区复制RAM然后除,然后重写入。

    youdao

  • If a program reads a single byte in memory, the processor loads the whole cache line that contains that byte into the L2 and L1 caches.

    如果程序存储中读到一个单独字节处理器就会释放包含字节所有缓存线L2L1缓存中。

    youdao

  • The characters numbered 0 to 0x7f (127) encode to themselves as a single byte, and larger character values are encoded into 2 to 6 bytes.

    00x7f(127)的字符自身编码单字节,更大字符编码26个字节

    youdao

  • This method reads the pieces from the Preferences API, combines them into a single byte array, and then converts this back into an object.

    这个方法PreferencesAPI读取片段它们结合单个字节数组然后将它转换为对象。

    youdao

  • When you cast the integer into a single byte, only the least significant byte (0x00 to 0x7f) will be copied as a hex value to the single-byte array.

    这个整数造型一个单字节时,只有最低有效字节0x00 0x7f作为十六进拷贝到单字节数组

    youdao

  • Figure 2 depicts a scenario where data transformation occurs between disparate Single Byte Character Set (SBCS) code pages labeled by the encoding scheme.

    2描述了一个场景数据转换在又编码计划标记不同Single ByteCharacterSet (SBCS)编码之间发生

    youdao

  • In Figure 6, shows a search for the character after the third byte, which would have been the second occurrence of the character "a" if all were single byte characters.

    6中,搜索第三字节字符如果所有的字符都是单字节字符的话应该搜索到第二出现a”字符。

    youdao

  • Documents written using ASCII characters are the fastest to parse because each character is guaranteed to be a single byte and map directly to its equivalent Unicode value.

    ascii字符编写文档解析起来是最快的,因为每个字符肯定单字节的,可以直接映射对应unicode值。

    youdao

  • A compact representation of the overall document structure, where each start tag is represented by a single byte, and the occurrence of content is marked by a 0x02 byte.

    总体文档结构紧凑表示每个开始标记单一字节表示,内容的出现由0x02字节标记。

    youdao

  • In the case of a single-byte character encoding scheme, a single byte constitutes a character and the length of a single byte string is the same as the byte length of the string.

    对于单字字符编码模式字节组成一个字符,单字节字符串长度与字符串字节长度相同

    youdao

  • The register holding the conversion factor was geared to a single byte usage rather than a whole register (il loads the given value into each word but you need it in each byte).

    保存转换因子寄存器单个字节(不是整个寄存器)的使用进行处理的(il给定加载每个字中不过需要按每个字节来使用这些值)。

    youdao

  • First, it can encode a single byte character from any byte-oriented code set, and second, when used in an array, it can encode any multi-byte character from a multi-byte character set such as Unicode.

    首先可以面向字节代码编码单字节字符其次数组使用时,它可以从多字节字符集(unicode),编码任何多字节字符。

    youdao

  • Thus, I can cast the result of the bitwise operation as a byte, put the byte in a single-byte array, and return the array to the calling application.

    因此可以操作结果造型字节,将这个字节放入一个单字节数组将这个数组返回给调用应用程序。

    youdao

  • Note that an integer in J2ME is 4 bytes of data, while single-byte length notation needs only 1 byte.

    注意J2ME中一个整数4字节数据单字节长度表示法需要1字节

    youdao

  • This list of tagsgenerated on an AD hoc basis during the actual document parsing — was used as an index for single-byte tag placeholders used in a structure schematic.

    标记列表—在实际文档解析期间特别基础上生成用作结构示意图使用单字节标记占位符索引

    youdao

  • Standard ASCII assigns a single-byte character in the English language to a numeric value, such as 0 to 127 in decimal format.

    标准ASCII英语语言中的单字节字符分配一个数值比如十进制格式0 127。

    youdao

  • If it is, I need to use single-byte length notation.

    如果需要使用单字节长度表示法

    youdao

  • CHAR Stores single-byte or multibyte text strings of fixed length (up to 32,767 bytes); supports code-set order in collation of text data.

    CHAR存储固定长度单字节字节文本字符串(最高可达32,767个字节);整理文本数据支持使用代码集顺序

    youdao

  • VARCHAR Stores single-byte or multibyte text strings of varying length (up to 255 bytes); supports code-set order collation of text data.

    VARCHAR存储可变长度单字节字节文本字符串(最高可达255个字节);整理文本数据支持使用代码集顺序

    youdao

  • Recall from the discussion of Table 2 in the first article of this series that there are two ways of representing length bytes: single-byte length notation and multi-byte length notation.

    回想一下系列第一篇文章2讨论两种表示字节长度方法单字节表示法字节表示法。

    youdao

  • It is similar to the LENGTH function when used against a single-byte data type.

    单字节数据类型使用LENGTH函数类似

    youdao

  • These numeric values represent the number of bytes in single-byte data and the number of double bytes in graphic or double-byte data.

    这些数值表示单字数据字节图形字节数据的双字节数。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定