代码搜索:Inversion
找到约 626 项符合「Inversion」的源代码
代码结果 626
www.eeworm.com/read/109462/15557259
par rastrigin.par
[Integers]
Problem Code=12
Population Size=30
Number of Genes=10
Map Order=0
Def Order=0
GA Type=1
MinMax Type=2
Crossover Type=1
Mutation Type=1
Selection Type=1
Inversion Type=1
Stagnati
www.eeworm.com/read/109462/15557260
par spheremodel.par
[Integers]
Problem Code=10
Population Size=30
Number of Genes=5
Map Order=0
Def Order=0
GA Type=1
MinMax Type=2
Crossover Type=1
Mutation Type=1
Selection Type=1
Inversion Type=1
Stagnatio
www.eeworm.com/read/109462/15557264
par binpack1_00.par
[Integers]
Problem Code=19
Population Size=30
Number of Genes=120
Map Order=1
Def Order=0
GA Type=2
MinMax Type=2
Crossover Type=1
Mutation Type=1
Selection Type=1
Inversion Type=1
Stagnat
www.eeworm.com/read/109462/15557267
par singlevarmin1.par
[Integers]
Problem Code=5
Population Size=20
Number of Genes=9
Map Order=0
Def Order=0
GA Type=1
MinMax Type=2
Crossover Type=1
Mutation Type=1
Selection Type=1
Inversion Type=1
Stagnation
www.eeworm.com/read/109462/15557269
par tsprect.par
[Integers]
Problem Code=4
Population Size=20
Number of Genes=16
Map Order=2
Def Order=0
GA Type=2
MinMax Type=2
Crossover Type=1
Mutation Type=1
Selection Type=1
Inversion Type=1
Stagnatio
www.eeworm.com/read/109462/15557273
par binpack2_00.par
[Integers]
Problem Code=20
Population Size=20
Number of Genes=250
Map Order=1
Def Order=0
GA Type=2
MinMax Type=2
Crossover Type=1
Mutation Type=1
Selection Type=1
Inversion Type=1
Stagnat
www.eeworm.com/read/109462/15557279
par magicsquare.par
[Integers]
Problem Code=5
Population Size=20
Number of Genes=9
Map Order=0
Def Order=0
GA Type=1
MinMax Type=2
Crossover Type=1
Mutation Type=1
Selection Type=1
Inversion Type=1
Stagnation
www.eeworm.com/read/103610/15728121
cpp matrixinversiongs.cpp
// MatrixInversionGS.cpp
//全选主元高斯-约当(Gauss-Jordan)法求矩阵逆
#include //输入输出流
#include "Matrix.h" //矩阵类及相关函数等的定义
using namespace std; //名字空间
void main() // 定义控制台应用程序的入口点
{
con
www.eeworm.com/read/188087/8573180
txt readme.txt
1. compile:
mpicc invert.c -o invert
2. run:
mpirun -np 4 invert
3. result( in file dataOut.txt):
Input of file "dataIn.txt"
3 3
1.000000 -1.000000 1.000000
5.000000
www.eeworm.com/read/181930/9224910
txt readme.txt
1. compile:
mpicc invert.c -o invert
2. run:
mpirun -np 4 invert
3. result( in file dataOut.txt):
Input of file "dataIn.txt"
3 3
1.000000 -1.000000 1.000000
5.000000