代码搜索:Inversion
找到约 626 项符合「Inversion」的源代码
代码结果 626
www.eeworm.com/read/467534/7005286
par ipd1.par
[Integers]
Problem Code=21
Population Size=20
Number of Genes=21
Map Order=4
Def Order=0
GA Type=1
MinMax Type=1
Crossover Type=1
Mutation Type=1
Selection Type=1
Inversion Type=1
Stagnati
www.eeworm.com/read/467534/7005287
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/467534/7005288
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/467534/7005292
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/467534/7005300
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/463300/7183883
cpp matrixinversiongs.cpp
// MatrixInversionGS.cpp
//全选主元高斯-约当(Gauss-Jordan)法求矩阵逆
#include //输入输出流
#include "Matrix.h" //矩阵类及相关函数等的定义
using namespace std; //名字空间
void main() // 定义控制台应用程序的入口点
{
con
www.eeworm.com/read/463300/7183895
cpp matrixinversiongs.cpp
// MatrixInversionGS.cpp
//全选主元高斯-约当(Gauss-Jordan)法求矩阵逆
#include //输入输出流
#include "Matrix.h" //矩阵类及相关函数等的定义
using namespace std; //名字空间
void main() // 定义控制台应用程序的入口点
{
con
www.eeworm.com/read/457837/7317206
cpp matrixinversiongs.cpp
// MatrixInversionGS.cpp
//全选主元高斯-约当(Gauss-Jordan)法求矩阵逆
#include //输入输出流
#include "Matrix.h" //矩阵类及相关函数等的定义
using namespace std; //名字空间
void main() // 定义控制台应用程序的入口点
{
con
www.eeworm.com/read/446736/7569463
c solver.c
//solver.c
//used to solve A*X=b,
//where A=[-1.5 1 2;3 -1 1;-1 3 5], b=[2.5;5;8].
#include "stdio.h"
void main()
{
double A[3][3]={{-1.5,1,2},{3,-1,1},{-1,3,5}};
double b[3]={2.5,5,8};
dou
www.eeworm.com/read/434208/7881399
html plotorientationdemo1.html
PlotOrientationDemo1
These eight charts show the different combinations of plot orientation and
axis inversion that are possible with an XYPlot. Useful for
debugging rende