- 1. A32-bit signed integer hash code.
- 32位有符号整数哈希代码。
来自互联网
- 2. The hash code entered is invalid.
- 输入的哈希代码无效。
来自互联网
- 3. The XXXXX placeholder is a hash code.
- XXXXX占位符是散列值。
来自互联网
- 4. Returns the hash code value for this object.
- 返回当前对象的哈希码值。
来自互联网
- 5. The hash algorithm specifies the size of the hash code.
- 哈希算法指定哈希代码的大小。
来自互联网
- 6. Supplies a hash code for an object, using a custom hash function.
- 使用自定义哈希函数为对象提供哈希代码。
来自互联网
- 7. Hash a hash code for the downloaded binary to verify its integrity.
- hash用于校验下载的二进制文件完整性的hash码。
来自互联网
- 8. A hash function must always return the same hash code for the same key.
- 哈希函数必须始终为相同的键返回相同的哈希代码。
来自互联网
- 9. The way partitions really work is that a hash code is calculated on the key.
- 分区的工作方式是对键计算散列码。
来自互联网
- 10. This is a easy using programme that can check the hash code of the file.
- 这是一个使用方便的杂凑函数检测软件。
来自互联网
- 11. For example, if the key is an integer, this value might serve as the hash code.
- 例如,如果键是整数,该值应该作为散列码。
来自互联网
- 12. If the object cannot be altered, then the hash code will never change either.
- 如果对象不能被改变,那么哈希码也永远不变。
来自互联网
- 13. The hash code is an integer that should return a unique number of each unique key.
- 散列码是一个整数,应该对每个键返回唯一的数字。
来自互联网
- 14. The hash code entered is invalid. Try importing a hash code from an assembly.
- 输入的哈希代码无效。请尝试从程序集导入哈希代码。
来自互联网
- 15. A hash function is an algorithm that returns a numeric hash code based on a key.
- 哈希函数是基于键返回数值哈希代码的算法。
来自互联网
- 16. When overridden in a derived class, gets the hash code for the specified object.
- 当在派生类中重写时,将获取指定对象的哈希代码。
来自互联网
- 17. This hash code could be used as a key into a HashMap or for any other related purpose.
- 这个哈希码可以用作HashMap或者其他相关目的的键。
来自互联网
- 18. For any array type, you can call Arrays.hashCode(arrayVar) and get a well formed hash code.
- 对于任意数组类型,都可以调用 Arrays.hashCode(arrayVar) 方法来获得格式良好的哈希码。
来自互联网
- 19. Supplies a hash code for an object, using a hashing algorithm that ignores the case of strings.
- 使用忽略字符串大小写的哈希算法,为对象提供哈希代码。
来自互联网
- 20. Calculates and retrieves a hash code based on the width of the left, right, top, and bottom margins.
- 计算并检索基于左边距、右边距、上边距和下边距宽度的哈希代码。
来自互联网
- 21. Returns a hash code for the given object, using a hashing algorithm that ignores the case of strings.
- 使用忽略字符串大小写的哈希算法返回给定对象的哈希代码。
来自互联网
- 22. Thus, all indexed strings with the same hash code are returned from the index scan as possible candidates.
- 因此,索引扫描返回所有具有相同hash码的已索引的字符串,作为可能的候选者。
来自互联网
- 23. Suppress the generation of a generic type parameter hash code and provide a legible type name instead.
- 不要产生泛型类型参数的哈希值,使用一个易懂的类型名称作为替代。
来自互联网
- 24. After the hash code has been computed once, getting the hash code for an internalized string is essentially free.
- 一旦计算出了hash码,想获得一个内部化字符串的hash码实际上就轻而易举了。
来自互联网
- 25. The key generator computes the hash code for the given string, and that hash code is stored in the DB2-internal B-Tree.
- 键生成器计算给定字符串的hash码,这个hash码被存储在DB 2内部的B -树中。
来自互联网
- 26. The hash code should provide a uniform distribution of values over the key space so that the partitions are evenly balanced.
- 散列码应该在键空间上提供均匀的值分布,以便分区负载平衡。
来自互联网
- 27. If a key's hash code were to change while it was in a collection, some unpredictable and confusing consequences could follow.
- 如果当关键字在集合中时它的散列代码被更改,那么将产生一些不可预测和容易混淆的结果。
来自互联网
- 28. Message Digests are secure, one-way hash functions that convert arbitrary length data into fixed-length check sum / hash code.
- 消息摘要是一个安全的、单向的哈希函数,把任意长度的数据转化成固定长度的校验和/哈希码。
来自互联网
- 29. In addition to making the property read-only, the hash code function will only use these 'key' fields to generate the hash code.
- 另外要使属性只读的话,哈希码函数会只用那些Key字段产生哈希码。
来自互联网
- 30. In addition to making the property read-only, the hash code function will only use these 'key' fields to generate the hash code.
- 另外要使属性只读的话,哈希码函数会只用那些Key字段产生哈希码。
来自互联网