1 typedef unsigned int DWORD; 2 typedef unsigned char BYTE; 3 4 /********************************************************************** 5 * 函数名称: mk_hash_index 6 * 功能描述: 由Key值产生hash索引值 7 * 输入参数: 8 pstHashKey: 指向KEY的内容(要强转成DWORD*) 9 dwHashCount: hash表中结点的数目10 ... Read More
posted @ 2014-02-27 10:04 曹国平 Views(7420) Comments(0) Diggs(0)