说明: void main(void) { cout.setf(ios::scientific); //输出值为科学计数法 cout.precision(12); //输出值精度为12位 char f; int i; double maxNorm,maxNorm1,lambda[N],lambda_s,miu[N],cond_A,det_A; double A[UB+DB+1][N]; MatrixInit(A); //为矩阵A赋初值 maxNorm=PowerMethod(A); //求得模最大的特
<bandnewhyf> 在 上传 | 大小:10240