Ta上传的资源 (0)

三元组矩阵乘法,转置。十字链表矩阵加法typedef struct { int i,j; int e; }triple; typedef struct { triple data[MAXSIZE+1];//data[0]未用,下表从1开始,与三元组的位置对应 int mu,nu,tu;//矩阵的行、