0
這裏散列字符串是算法的話。FNV用C
hash = FNV_offset_basis
for each octet_of_data to be hashed
hash = hash * FNV_prime
hash = hash XOR octet_of_data
return hash
,但如果我有一組字符串,然後將我採取什麼樣的FNV_offset_basis的,
,什麼是被散列的數據的每個字節的含義。
而且應該是什麼表的大小,說有N個字符串被散列。
請幫助我與琴絃的修改。
謝謝。
FNV_offset_basis是 「chongo <蘭登簡略諾爾>/\ ../ \」 的FNV-0的散列,如在網站上解釋:http://www.isthe.com/chongo/tech/comp/fnv/ index.html – porges 2012-02-21 21:56:43
@Porges不能讓我有更簡單的含義。 – Kraken 2012-02-21 22:03:27