文件名称:哈希表--关键字字符串
文件大小:704B
文件格式:RAR
更新时间:2012-10-01 03:55:56
哈希表 字符串
/* *@parameter key is the value it need to convert *@parameter len is the length of key,but not the size of the array *@parameter len_table is the size of table * * */ int replicate(char key[], unsigned int len, unsigned int len_table);
【文件预览】:
hash.h
hash.c