代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/188087/8573226
txt readme.txt
1. compile:
mpicc gauss.c -o gauss
2. run:
mpirun -np 4 gauss
3. result:
Input of file "dataIn.txt"
4 5
1.000000 4.000000 -2.000000 3.000000 6.000000
2.000
www.eeworm.com/read/188087/8573287
txt readme.txt
1. compile:
mpicc cjacobi.c -o cjacobi -lm
2. run:
mpirun -np 4 cjacobi
3. result:
Input of file "dataIn.txt"
8 8
1.000000 3.000000 4.000000 4.000000 5.00
www.eeworm.com/read/188087/8573527
txt readme.txt
1. compile:
mpicc single.c -o single -lm
2. run:
mpirun -np 4 single
3. result:
Input of file "dataIn.txt"
3 3
1.000000 3.000000 4.000000
3.000000 1.000000
www.eeworm.com/read/188087/8573533
txt readme.txt
1. compile:
mpicc ludep.c -o ludep
2. run:
mpirun -np 3 ludep
3. result:
Input of file "dataIn.txt"
3 3
2.000000 1.000000 2.000000
0.250000 1.250000 1.50
www.eeworm.com/read/188087/8573671
txt readme.txt
1. compile:
mpicc power.c -o power
2. run:
mpirun -np 4 power
3. result:
Input of file "dataIn.txt"
4 5
1.000000 4.000000 -2.000000 3.000000 6.000000
2.000
www.eeworm.com/read/181930/9224883
txt readme.txt
1. compile:
mpicc matrix.c -o matrix
2. run:
mpirun -np 4 matrix
3. result:
Input of file "dataIn.txt"
3 3
1.000000 2.000000 3.000000
4.000000 5.000000 6
www.eeworm.com/read/181930/9224934
txt readme.txt
1. compile:
mpicc gauss.c -o gauss
2. run:
mpirun -np 4 gauss
3. result:
Input of file "dataIn.txt"
4 5
1.000000 4.000000 -2.000000 3.000000 6.000000
2.000
www.eeworm.com/read/181930/9224952
txt readme.txt
1. compile:
mpicc cjacobi.c -o cjacobi -lm
2. run:
mpirun -np 4 cjacobi
3. result:
Input of file "dataIn.txt"
8 8
1.000000 3.000000 4.000000 4.000000 5.00
www.eeworm.com/read/181930/9225085
txt readme.txt
1. compile:
mpicc single.c -o single -lm
2. run:
mpirun -np 4 single
3. result:
Input of file "dataIn.txt"
3 3
1.000000 3.000000 4.000000
3.000000 1.000000
www.eeworm.com/read/181930/9225095
txt readme.txt
1. compile:
mpicc ludep.c -o ludep
2. run:
mpirun -np 3 ludep
3. result:
Input of file "dataIn.txt"
3 3
2.000000 1.000000 2.000000
0.250000 1.250000 1.50