代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/230855/14271984
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/229258/14347138
h distance.h
#ifndef DISTANCE_H
#define DISTANCE_H
#include
class EditDistance {
private:
int *d;
int currentelements;
/*Gets the minimum of three values */
inline int minimum( const int
www.eeworm.com/read/229127/14352326
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/229127/14352340
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/126507/14418480
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/126507/14418486
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/224839/14566461
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/124221/14586928
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