数据结构 矩阵的转置.doc
#include #include #define MAXSIZE 12500 #define OK 1 #define ERROR 0 #define OVERFLOW -2 typedef int Status; typedef int ElemType; typedef struct { int i,j; int e; }Triple; typedef
下载地址
用户评论