模糊综合评价程序C语言程序代码.docxVIP

  • 11
  • 0
  • 约2.45千字
  • 约 9页
  • 2020-11-03 发布于天津
  • 举报
模糊综合评价程序语言程序代码二二二二二二二二二二二

模糊综合评价程序c语言程序代码 #includestdio? h #includeconio? h #includemath? h int M, N; /*?OAaA0???O?a°?£y*/ double * *mat_alloc(int nrows, int ncols) { double * * mat; int i; mat=(double * *)malloc(sizeof(double *)*nrows); for (i=0;inrows;i++) { mat[i]二(double *)malloc(sizeof(double)*ncols); } return(mat); } m

文档评论(0)

1亿VIP精品文档

相关文档