• As this method takes two byte arrays and returns another byte array, it can be used in series with itself any number of times to concatenate any number of byte arrays.

    因为这个方法两个字节数组返回另一个字节数组所以它可以自身串联任意串接任意数量字节数组。

    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

  • To encrypt a byte, we xor this pseudo-random byte with the byte we want to encrypt.

    一个字节进行加密我们伪随机字节加密字节进行或运算。

    youdao

  • Note that the performance of 128-byte packets now approximates that of 1,024-byte packets, presumably as the result of improved batching.

    注意,128字节数据包性能现在与1,024字节数据包性能大体相同,这可能是因为改进批处理

    youdao

  • The cipher byte array is then decrypted, and the decrypted byte array is returned as a text string.

    接着对该密码字节数组解密,解密的字节数组作为文本字符串返回

    youdao

  • The counting of string length using a byte is referred to as byte semantics in this article, and the counting of string length using the number of characters is referred to as character semantics.

    本文中将使用字节计算字符串长度方法称作字节语义使用字符数计算字符串长度的方法称作字符语义。

    youdao

  • The most obvious issue is that the interface in Listing 6 requires a JNI call for each bit set or retrieved, as well as a JNI call to read a byte from, or write a byte to, the serial port.

    显著问题就是清单6中的接口设置检索每个以及串行端口读取字节或者串行端口写入字节都需要一个JNI调用

    youdao

  • Brooks: the most important single decision I ever made was to change the IBM 360 series from a 6-bit byte to an 8-bit byte, thereby enabling the use of lowercase letters.

    布鲁克斯觉得自己做重要一个决定就是IBM 3606字节改成8字节,从而使小写字母变得可以使用

    youdao

  • If the length value is less than 256, I will need a total of 2 length bytes1 byte to indicate that there is 1 more length byte and 1 byte to hold the actual length value.

    如果长度小于256,那么需要总共2个长度字节——1字节表明还有一个长度字节,1个字节包含实际的长度值。

    youdao

  • Byte arrays are limited in length to 75 percent of MAX_VALUE_LENGTH because byte arrays are stored by encoding them as strings.

    字节数组限制为MAX_VALUE_LENGTH长度75%,因为字节数组通过编码字符串存储的。

    youdao

  • RC4 begins by creating a 256-byte "s" byte array and populating it with 0 to 255. You then iterate over the array by mixing in bytes from the key.

    RC4创建一个256字节数组S”开始,0255对其进行填充

    youdao

  • Unfortunately, there is no EBCDIC encoder by default, so we'll convert the value to a UTF-16LE byte array (which just adds in a "0" byte for the second byte of each character).

    遗憾的是,缺省情况下没有EBCDIC编码器所以我们转换为utf- 16le字符数组(只是每个字符的第二字节添加一个0”字节)。

    youdao

  • If the BIOS contains such an assumption, it's likely that your computer won't boot from a disk that has 4096-byte sectors and lacks firmware translation to 512-byte sectors.

    如果BIOS包含这样假设那么计算机可能不会个含4096字节扇区缺乏512字节扇区的固件转换磁盘启动

    youdao

  • Queue-level monitoring provides a graphical representation of various frequency attributes, such as open rate, close rate, get byte rate, put byte rate, and browse rate, for any given time interval.

    队列级监视给定时间间隔提供各种频率属性图形展示例如打开关闭率、获取字节比率放置字节比率以及浏览率。

    youdao

  • Unlike some of the other tools, however, Findbugs USES byte code and the byte code Engineering Library, so it can be a challenge to learn how to implement new rules within the system.

    但是其他某些工具不同,Findbugs使用字节代码字节代码工程因此学习如何系统中实现新的规则可能是个挑战。

    youdao

  • I don't exactly know where they are in RAM, but I know if I've got 2 gigabytes of RAM, zero is here, byte 1 is here, byte 2 is here, dot, dot, dot so maybe byte 123 is over here and 456 is here.

    知道他们内存哪个地方但是我知道如果2G内存,这里字节1在这里,字节2在这里,等等等,所以可能123字节这里,456字节在这里。

    youdao

  • If it is, you will exclusive OR the last byte of the 8-byte parity-fixed block with 0xf0 (11110000).

    如果的话,就要0xf0(11110000)与奇偶修正过8字节进行exclusiveOR

    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

  • 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

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

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

    youdao

  • These algorithms can use less data on a per-byte basis to correct for more serious problems than is possible with 512-byte sectors.

    这些算法使每个字节使用较少数据,从而使用 512 字节扇区纠正更多严重问题

    youdao

  • Remember that DMA transfers of 16 bytes or more must be in 16-byte multiples and aligned to 16-byte boundaries on both the SPE and the PPE.

    记住传输16字节更多字节dmaspePPE必须是16字节的整数倍按照16字节边界进行对齐

    youdao

  • If loaded by different class loaders, two classes with the same name, even the same package name, are treated as distinct — even if, in fact, they are byte-for-byte the same class.

    即使两个实例名字一样甚至也一样,更甚至于每一个字节都一样的,但是如果他们不同加载器加载,他们也会被当着是不同的实例。

    youdao

  • Figure 1 shows a data block (for example, a 512 byte sector) with the 8-byte footer attached to the end.

    1显示数据(例如一个512字节扇区),末尾8字节附加部分。

    youdao

  • A final advantage of some (though not all) native XML databases is worth mentioning. They can retrieve the original, unparsed document, character-per-character or even byte-per-byte.

    一些不是全部原生XML数据库带来最后优点值得一提,即能够逐字符甚至逐字节地检索原始未解析文档

    youdao

  • That means that words will be 4-byte aligned, halfwords will be 2-byte aligned, and bytes don't have to be aligned at all.

    意味着4字节对齐的,半将是2字节对齐的,字节需要对齐。

    youdao

  • The result is that you can have numerous documents that are exactly equivalent in XML 1.0 rules, while being very different under byte-by-byte comparison of the encoded source.

    结果造成拥有许多按照XML 1.0规则完全等价文档编码文件进行逐字比较时,它们可能完全不同

    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

  • 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
- 来自原声例句
小调查
请问您想要如何调整此模块?

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

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