说明: C语言常用算法程序 以源代码形式存在 #include "math.h" #include "stdio.h" int atrde(b,n,m,d) int n,m; double b[],d[]; { int k,j; double s; if (m!=(3*n-2)) { printf("err\n"); return(-2);} for (k=0;k=0;k--) d[k]=d[k]-b[3*k+1]*d[k+1]; return(2); } ...展开收缩
<jinmeng419339> 上传 | 大小:271kb