2012年11月7日

test_2012-11-7

摘要: 1、建立索引BuildIndex.c#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#define random(x) (rand()%100)#define NULL 0#define Att_Order 3 //属性个数#define Att_Length 10 //属性长度#define Path_Length 20 //路径长度struct Index{ char attribute[Att_Order][Att_Length]; char 阅读全文

posted @ 2012-11-07 14:44 whl-hl 阅读(136) 评论(0) 推荐(0)

导航