2014年12月20日

哈希表

摘要: 1 #include 2 #define HASH_LEN 13 //哈希表长度 3 #define TABLE_LEN 8 //数据长度 4 int data[TABLE_LEN] = {69, 65, 90, 37, 92, 6, 20, 54}; 5 int hash[HASH_LEN... 阅读全文

posted @ 2014-12-20 22:39 阳台 阅读(170) 评论(0) 推荐(0)

导航