コード例 #1
0
 void Initialize(byte[] data, int windowBits, int maxProbes, int hashBits)
 {
     ht3 = new HashTable3(data, windowBits);
     hc4 = new HashChain4(data, windowBits, maxProbes, hashBits);
 }