實現分塊查找的算法

/*文件名:exp10-3.cpp*/ #include <stdio.h> #define MAXL 100     /*定義表中最多記錄個數*/ #define MAXI 20      /*定義索引表的最大長度*/ typedef int KeyType; typedef char InfoType[10]; typedef struct {   KeyType key;          
相關文章
相關標籤/搜索