标签:二维 png gis type git int image alt inf
数组在内存中是连续存放的,适合用作顺序表。
数组可分为:
ElemType e[n]
ElemType e[n][n]
提示:常见的 ElemType 包括 int,char,float
ElemType
int
char
float
去 gist 查看完整代码
第二章 线性表(二)静态顺序表
原文地址:https://www.cnblogs.com/jueti/p/12301670.html