2010-01-30から1日間の記事一覧

多次元配列のallocate

C

double **mat; int i, int n=5; mat = (double **)calloc(n, sizeof(double)); for (i=0; i