hash function信息详情
散列函数;哈希函数
hash───n.剁碎的食物;混杂,拼凑;重新表述;vt.搞糟,把…弄乱;切细;推敲;n.(Hash)人名;(阿拉伯、保、英)哈什;(西)阿什
hash total───数字总和;数位总和
hash browns───薯饼,洋葱土豆煎饼
hash decoder───哈希解码器
hash symbol───哈希符(号);n.哈希符(号),井字符(号)
sardine hash───沙丁鱼杂烩
hash mark───n.为识别服役年资而缝在制服左袖上的斜条
extensible hash───可扩展哈希
consistency hash───一致性哈希
Half of the input is sent to each hash function.───对每个哈希函数发送一半的输入。
Memcached similarly USES a hash function.───Memcached也使用了类似的哈希函数。
The hash function used to generate the message digest───用于生成消息摘要的散列函数
Try to use built-in primitives instead of building your own construction out of an encryption algorithm and a hash function.───尝试使用内置原语而不是抛开加密演算法和杂凑函数去建构自己的构造。
The function has no effect if an exception is thrown, unless it is thrown by the container's hash function or comparison function.───如果抛出异常,则该函数没有作用,除非异常是从容器的散列函数或比较函数中抛出的。
So every extra little bit of overhead in your hash function can be a bottleneck.───因此,散列函数中每一点多余的开销都可能成为瓶颈。
Session. Hash_function allows you to specify the hash algorithm used to generate the session IDs.───session.hash_function允许用户指定生成会话ID的散列算法。
To store an object in an unordered associative container requires both an key equality function and a hash function.───要将一个对象保存在无序关联式容器中,需要有一个键值等同性函数和一个散列函数。
In open addressing, when a data item can't be placed at the index calculated by the hash function, another location in the array is sought.───在开放地址法中,若数据不能直接放在由哈希函数计算出来的数组下标所指的单元时,就要寻找数组的其他位置。