您要查找的是不是:
- Hash function string 杂凑链
- Serves as a hash function for a particular type. 用作特定类型的哈希函数。
- Serves as a hash function for this object. 作为此对象的哈希函数。
- For example, a hash function for a string might take the ASCII codes of each character in the string and add them together to generate a hash code. 例如,一个字符串的哈希函数可以采用该字符串中每一字符的ASCII代码并它们添加到一起来生成一个哈希代码。
- Supplies a hash code for an object, using a custom hash function. 使用自定义哈希函数为对象提供哈希代码。
- A hash function produces a fixed-size one-way hash value of the document. 哈希函数产生文档的固定长度单向哈希值。
- Sn. Exe computes the token using a hash function from the public key. Sn.;exe使用公钥中的哈希函数计算该标记。
- A hash function must always return the same hash code for the same key. 哈希函数必须始终为相同的键返回相同的哈希代码。
- A hash function produces a fixed-size oneway hash value of the document. 哈希函数产生文档的固定长度单向哈希值。
- Hash A unary function object type that acts a hash function for a Value. 一元函数对象类型,用作Value的散列函数。
- String_clone() poses an subtle question: in this function String should be the same value as self ?> class. Does it make any difference what we pass to new()? 如果我们通过哈希表跟踪原子性的增加是更加有效率的。那么这些值能否被原子的更改?
- Hash functions usually produce constant-sized digests. 杂凑函数通常产生恒定大小的摘要。
- The hash function that van Lunteren devised for routing became essential for IBM's stream processor. 范卢特伦为路由设计的杂凑函数,遂成为IBM串流处理器的要件。
- In addition, a simpler hash function was given which sorked almost the same as the one in[1]. 此外,提出了一个与文献[]比计算量更小、列效果相当的散列函数。
- Services export functions that begin with the "Prefix" value specified in the registry and are terminated with a well-defined function string. 服务导出以注册表中指定的“Prefix”值开头、并用定义良好的函数字符串终止的函数。
- It is important that both the signer and the verifier use the same hash function to digest the data. 签名人和验证人必须使用相同的哈希函数对数据进行摘要。
- The cryptographic strength of HMAC depends on the properties of the underlying hash function. HMAC的加密强度取决于基础哈希函数的属性。
- So every extra little bit of overhead in your hash function can be a bottleneck. 因此,散列函数中每一点多余的开销都可能成为瓶颈。
- Each bucket is associated with a hash code, generated using a hash function and based on the key of the element. 每一存储桶都与一个哈希代码关联,该哈希代码是使用哈希函数生成的并基于该元素的键。
- A hash function is an algorithm that returns a numeric hash code based on a key. 哈希函数是基于键返回数值哈希代码的算法。