代码搜索结果
找到约 10,000 项符合
3 的代码
3.txt
Typedef struct {
int i,j;
int e;
}triple;
Typedef struct {
truple data[MAXSIZE+1];
int mu,nu,tu;
}tsmatrix;
Void CreateMatrix(tsmatrix &M,int x,int y)
Void PrintSMaritx(tsmatrix m,int x,inty)