摘要: #include #include #include typedef struct _hashnode{ int val; char * key; struct _hashnode * next;} hashnode;//存储hash表大小#define HASHTABLE_MAX... 阅读全文
posted @ 2013-08-02 16:10 liushan 阅读(362) 评论(0) 推荐(0)