代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/471348/6890576
m objfun1b.m
% OBJFUN1B.M (OBJective function for rotated hyper-ellipsoid)
%
% This function implements the rotated hyper-ellipsoid.
%
% Syntax: ObjVal = objfun1b(Chrom,rtn_type)
%
% Input parameters:
www.eeworm.com/read/471348/6890582
m objfun8.m
% OBJFUN8.M (OBJective function for griewangk's FUNction)
%
% This function implements the GRIEWANGK function 8.
%
% Syntax: ObjVal = objfun8(Chrom,rtn_type)
%
% Input parameters:
% Ch
www.eeworm.com/read/471348/6890583
m objsixh.m
% OBJSIXH.M (OBJective function for SIX Hump camelback function)
%
% This function implements the six hump camelback function.
%
% Syntax: ObjVal = objsixh(Chrom,rtn_type)
%
% Input parame
www.eeworm.com/read/471348/6890584
m objeaso.m
% OBJEASO.M (OBJective function for EASom function)
%
% This function implements the EASOM function.
%
% Syntax: ObjVal = objeaso(Chrom,rtn_type)
%
% Input parameters:
% Chrom - Ma
www.eeworm.com/read/471348/6890585
m objfun1a.m
% OBJFUN1A.M (OBJective function for axis parallel hyper-ellipsoid)
%
% This function implements the axis parallel hyper-ellipsoid.
%
% Syntax: ObjVal = objfun1a(Chrom,rtn_type)
%
% Input
www.eeworm.com/read/471348/6890592
m objfun1.m
% OBJFUN1.M (OBJective function for De Jong's FUNction 1)
%
% This function implements the De Jong function 1.
%
% Syntax: ObjVal = objfun1(Chrom,rtn_type)
%
% Input parameters:
% Chro
www.eeworm.com/read/193607/8213440
cpp minmax1.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/294461/8224667
c ch05.02.c
// #include
#include
#include
/**
** Minimum value: 1 occurs: 5 times.
**/
int min( const vector< int > &ivec, int &occurs )
{
int minVal = ivec[
www.eeworm.com/read/394381/8227314
m min.m
%列状数据最小值
%例如
% A=[11 4 0.2;22 3 0.5;0 3 0.4];
% min(A)
%
%MIN Smallest component.
% For vectors, MIN(X) is the smallest element in X. For matrices,
% MIN(X) is a row vector contain
www.eeworm.com/read/192744/8287159
txt d11r6.txt
Private Sub Command1_Click()
'PROGRAM D11R6
'Driver for routine POWELL
NP = 3
NDIM = NP
FTOL = 0.000001
Dim P(3), XI(3, 3)
For I = 1 To NP
For J = 1 To NP