常見例句雙語例句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.鏈地址法中的裝填因子(數(shù)據(jù)項和哈希表容量的比值)與開放地址法的不同。blog.sina.com.cnA 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 .可以採用散列地址方案,它根據(jù)數(shù)組元素Aij的值i和j,把數(shù)組元素散列在相對小的表中。translation-dictionary.netIn 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.在開放地址法中,若數(shù)據(jù)不能直接放在由哈希函數(shù)計算出來的數(shù)組下標所指的單元時,就要尋找數(shù)組的其他位置。blog.sina.com.cn 返回 hash addressing