for (int j = 0; j < mat->cols; j++) { double result; fscanf(fp, "%lf ", &result); cvmSet(mat, i, j, (float)result); } fscanf(fp, "\n"); } fscanf(fp, "\n");
確定! 回上一頁