代码搜索:minimum

找到约 5,594 项符合「minimum」的源代码

代码结果 5,594
www.eeworm.com/read/387489/8671140

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/384965/8826695

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/384965/8826733

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/179898/9331855

h mindist.h

/*-------------------------------------------------------------------------- @COPYRIGHT : Copyright 1997, Vasken Kollokian, McConnell Brain Imaging Centre,
www.eeworm.com/read/178539/9393254

cpp dia.cpp

/************************************************************************ *转化为求连续最大子段和最接近l/2,把各个边长乘以2 *就转化为求连续最大子段和最接近l的问题 *******************************************************
www.eeworm.com/read/372592/9500922

txt d11r7.txt

Private Sub Command1_Click() 'PROGRAM D11R7 'Driver for routine LINMIN NDIM = 3 PIO2 = 1.5707963 Dim P(3), XI(3) Print Print Tab(5); "Minimum of a 3-D quadratic cent
www.eeworm.com/read/362010/10023746

m minmin.m

function M = MinMin(x) %MINMIN Minimum of all elements in an n-dimension array % S = MINMIN(X) % %(C) David Corney (2000) D.Corney@cs.ucl.ac.uk M=x; for i = 1:ndims(x) M=min(M); end
www.eeworm.com/read/360651/10082965

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/163488/10157441

asm datadef.asm

TITLE Data Definitions (DataDef.asm) ; Examples showing how to define data. ; Last update: 2/1/02 INCLUDE Irvine32.inc ; ----------------- Byte Values ---------------- .data
www.eeworm.com/read/358784/10179470

asm datadef.asm

TITLE Data Definitions (DataDef.asm) ; Examples showing how to define data. ; Last update: 2/1/02 INCLUDE Irvine32.inc ; ----------------- Byte Values ---------------- .data