數組的順序表示與實現

#include<stdio.h> #include<stdarg.h> #include<stdlib.h>//使用變長參數表須要引入此頭文件 #define MAX_DIM 8 typedef struct { int * base;//數組元素基址 int * bounds;//數組維數基址,bounds[0]=3,bounds[1]=4,bounds[2]=2,表示3頁4行2列的數組
相關文章
相關標籤/搜索