1. 首页
  2. 行业
  3. 互联网
  4. 数据结构 矩阵的转置.doc

数据结构 矩阵的转置.doc

上传者: 2020-12-21 21:47:54上传 DOC文件 16.23KB 热度 16次
#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
下载地址
用户评论