摘要:
#include<stdio.h>#include<stdlib.h>#define EQ(a,b) ((a) == (b))#define LT(a,b) ((a) < (b))#define LE(a,b) ((a) <= (b))typedef struct{ int key; int data;}SElemType;typedef struct{ SElemType *elem; int length;}SSTable;SSTable * create(int n){ SSTable *sst = (SSTable *)malloc(sizeof(S 阅读全文
posted @ 2012-03-26 20:56
三少_爷
阅读(168)
评论(0)
推荐(0)

浙公网安备 33010602011771号