代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/124221/14586932
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
www.eeworm.com/read/223317/14646345
c param.c
/*
* (C) 2005 FUJITA Tomonori
*
* This code is licenced under the GPL.
*/
#include
#include
#include
#include
#include
#incl
www.eeworm.com/read/122672/14676720
h sysmets.h
/*-----------------------------------------------
SYSMETS.H -- System metrics display structure
-----------------------------------------------*/
#define NUMLINES ((int) (sizeof sysmetrics /
www.eeworm.com/read/122672/14676938
h sysmets.h
/*-----------------------------------------------
SYSMETS.H -- System metrics display structure
-----------------------------------------------*/
#define NUMLINES ((int) (sizeof sysmetrics /
www.eeworm.com/read/221899/14715193
c conjugate_structurecore.c
#include
#include
void mexFunction(int nlhs,mxArray *plhs[],int nrhs,const mxArray *prhs[])
{
//输入
double *x,*y,*z,*GA,*GB,*gc1;
//输出
double *bestgp,*bestgc,*update_u,
www.eeworm.com/read/122037/14723446
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/122037/14723449
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
www.eeworm.com/read/220447/14800074
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/220447/14800078
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
www.eeworm.com/read/120385/14804387
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