哈希表--关键字字符串

时间:2012-10-01 03:55:56
【文件属性】:

文件名称:哈希表--关键字字符串

文件大小: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

网友评论

  • 可以用,正确
  • 还行,编译得比较简单