hash function的意思
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.───在開放地址法中,若數據不能直接放在由哈希函數計算出來的數組下標所指的單元時,就要尋找數組的其他位置。