代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/406664/11437813
cpp min2.cpp
// Section 10.3
// $ CC min2.cpp
/*
minimum of ai is: 8
*/
#include
using std::cout;
using std::endl;
template
// the first parameter is a Type*
www.eeworm.com/read/405201/11470126
m six-hump camelback.m
%six-hump camelback"函数形式为
camel = @(x,y)(4-2.1*x.^2+x.^4/3).*x.^2+x.*y+4*(y.^2-1).*y.^2;
%我们先将该函数化成标准形式
loss = @(p)camel(p(1),p(2));
%ANNeAL的调用格式和matlab优化工具箱中的大部分函数相似
%[minimum,fval] = anneal(los
www.eeworm.com/read/400645/11571026
cc fminbr.cc
// This may look like C code, but it is really -*- C++ -*-
/*
************************************************************************
*
* Numerical Math Package
*
* Brent's one-dimensio
www.eeworm.com/read/157007/11745460
cpp min4.cpp
// Section 10.3
// $ CC min4.cpp
/*
minimum value is: 3
*/
#include "Array.h"
#include "ArrayRC.h"
#include "Array.cpp"
#include "ArrayRC.cpp"
template
Type min4
www.eeworm.com/read/157007/11745500
cpp min2.cpp
// Section 10.3
// $ CC min2.cpp
/*
minimum of ai is: 8
*/
#include
using std::cout;
using std::endl;
template
// the first parameter is a Type*
www.eeworm.com/read/259985/11753119
dml fxdevs.dml
("D:\ken\Sqf_db140\SolutionsSqbLab1\fxdevs.dml"
(IbisIOCell
(CLKBUFF
(GroundClamp
(ImpedanceClass
(High maximum )
(Low minimum )
(Typical typical ) )
(ReferenceVol
www.eeworm.com/read/259985/11753460
dml fxdevs.dml
("D:\ken\Sqf_db140\SolutionsSqbLab1\fxdevs.dml"
(IbisIOCell
(CLKBUFF
(GroundClamp
(ImpedanceClass
(High maximum )
(Low minimum )
(Typical typical ) )
(ReferenceVol
www.eeworm.com/read/259727/11770714
m idx_gen.m
function [GEN_BUS, PG, QG, QMAX, QMIN, VG, MBASE, GEN_STATUS, PMAX, PMIN, ...
MU_PMAX, MU_PMIN, MU_QMAX, MU_QMIN, PC1, PC2, QC1MIN, QC1MAX, ...
QC2MIN, QC2MAX, RAMP_AGC, RAMP_10, RAMP_30, RAMP
www.eeworm.com/read/156798/11772059
txt d9r6.txt
implementation
//PROGRAM D9R6
//Driver for routine POWELL
uses
unit2;
{$R *.DFM}
Function FUNC(X:real):real;
begin
FUNC:=F1DIM(X);
end;
Function FUNC2(X:array of real;N:integer):real
www.eeworm.com/read/156798/11772061
txt d9r7.txt
implementation
//PROGRAM D9R7
//Driver for routine LINMIN
uses
unit2;
{$R *.DFM}
Function FUNC(X:real):real;
begin
FUNC:= F1DIM(X);
end;
Function FUNC2(X:array of real; N:integer):re