hash addressing
常见例句
- The load factor (the ratio of the number of items in a hash table to its size) is typically different in separate chaining than in open addressing.
鏈地址法中的裝填因子(數據項和哈希表容量的比值)與開放地址法的不同。
blog.sina.com.cn - A hash addressing scheme based on the values i and j of the array element a(i, j) can be used, which hashes to a relatively small table of array elements .
可以採用散列地址方案,它根據數組元素Aij的值i和j,把數組元素散列在相對小的表中。
translation-dictionary.net - 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.
在開放地址法中,若數據不能直接放在由哈希函數計算出來的數組下標所指的單元時,就要尋找數組的其他位置。
blog.sina.com.cn 返回 hash addressing