Copies the contained elements, hash function, predicate, maximum load factor and allocator.
复制所含的元素 、 散列函数 、 谓词 、 最大负载因子和分配器.
互联网
A hash function produces a fixed - size one - way hash value of the document.
哈希函数产生文档的固定长度 单向 哈希值.
互联网
Supplies a hash code for an object, using a custom hash function.
使用自定义哈希函数为对象提供哈希代码.
互联网
Signature algorithm and hash function by the functional composition from RSA.
签名算法由杂凑函数和RSA函数复合而成.
互联网
The container's hash function.
容器的散列函数.
互联网
This is an example of a hash function.
这就是一种哈希函数.
互联网
Returns the container's hash function.
返回容器的散列函数.
互联网
A hash function is an algorithm that returns a numeric hash code based on a key.
哈希函数是基于键返回数值哈希代码的算法.
互联网
Copies the contained elements, hash function, predicate and maximum load factor but not the allocator.
复制所含的元素 、 散列函数 、 谓词、最大负载因子,但不复制分配器.
互联网
Hash A unary function object type that acts a hash function for a Value.
一元函数对象类型,用作Value的散列函数.
互联网
Hash A unary function object type that acts a hash function for a Key.
一元函数对象类型,用作Key的散列函数.
互联网
The independent hash space preserved for each different hash function reduces the internal confliction among hashing.
给每个哈希函数独立的存储空间,在很大程度上减少了哈希过程所带来的内部冲突.
互联网
An array into which data is inserted using a hash function is called a hash table.
使用哈希函数向数组插入数据后,这个数组就称为哈希表.
互联网
A hash function must always return the same hash code for the same key.
哈希函数必须始终为相同的键返回相同的哈希代码.
互联网
Often the hash function involves using the modulo operator ( % ) with the table size.
通常,哈希函数包含对数组容量的取模操作.
互联网