资源大小: 209KB
发布时间: 2012-06-03
文件格式: rar
下载次数: 0
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

LU矩阵分解的程序#include#include#define N 200FILE *fp1,*fp2;void main(){ int i,j,k,n; float temp; float a[N][N],b[N],x[N],y[N],L[N][N],U[N][N]; fp1=fopen("input3.txt","r"); //由文件读入数据 fp2=fopen("output3.txt","w"); //由文件输出结果 fscanf(fp1,"%d",&n); for(i=0;i

飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。