发布时间:2013-01-04 18:59:09
#include<stdio.h> #include<malloc.h> #include<stdlib.h> typedef int HDataType; typedef struct { unsigned size; unsigned D; HDataType *d_ptr;//存数据,用来存真正的数据。 int *f_ptr;//标识位,用来标识这一位有没有数据。 }HashTable; v......【阅读全文】
阅读(1633) | 评论(0) | 转发(0)