翻译成中文:externvoidechangerLignesM matrice mconsti n ticonsti n tj; rôle écrit la matrice m sur la sortie standardexternvoidecrireMatrice constmatrice m; rôle initialise la matrice m à partir du fichi
extern关键字
void echangerLignesM(matrice *m, const int i, const int j); //作用:将矩阵m写入标准输出
extern void ecrireMatrice(const matrice m); //作用:从名为f的文件初始化矩阵m
extern void lireMatrice(matrice *m, const char *f); //作用:返回矩阵m的行数
extern int getNbLignes(const matrice m); //作用:返回矩阵m的列数
extern int getNbCols(const matrice m);
原文地址: http://www.cveoy.top/t/topic/hpIs 著作权归作者所有。请勿转载和采集!