常見(jiàn)例句雙語(yǔ)例句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ù)項(xiàng)和哈希表容量的比值)與開(kāi)放地址法的不同。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ù)組元素散列在相對(duì)小的表中。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.在開(kāi)放地址法中,若數(shù)據(jù)不能直接放在由哈希函數(shù)計(jì)算出來(lái)的數(shù)組下標(biāo)所指的單元時(shí),就要尋找數(shù)組的其他位置。blog.sina.com.cn 返回 hash addressing