duxru 的 站内主页
2008
06-03
06-03
#include "stdio.h"#include "math.h"float fun(float od[1][2],float r[1][2]){int i,j;float a=0,b=0,a[1],b[2];for (i=0;i<2;i++)for (j=0,j<3;j++){a[....
Read More >
#include "stdio.h"void main(){ int i,j;float a[9][3],b[9][3],c[9][3],d=0;printf("Enter data by line, crate:\n"); for(i=0;i<9;i++) {for(j=0;j<3;j++) scanf("%f",&a....
Read More >