代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/204456/15339300

m mcd_gauss_dd.m

%MCD_GAUSS_DD Minimum Covariance Determinant Robust Gaussian data description. % % W = MCD_GAUSS_DD(A,FRACREJ) % % Fit a Minimum-Covariance-Determinant Gaussian density on dataset A. The % alg
www.eeworm.com/read/203890/15349863

m find_f0_acorr.m

function f0 = find_f0_acorr(x) % FIND_F0_ACORR Find fundamental frequency using autocorrelation method % % F0 = FIND_F0_ACORR(X) % % Find the fundamental frequency of signal X using the % au
www.eeworm.com/read/107065/15613817

cpp random.cpp

// ============================================================================ // Random // // Return a random number within the specified range // // (c) 2003 Ken Reed // // This is free soft
www.eeworm.com/read/102394/15783231

texi min.texi

@cindex optimization, see minimization @cindex maximization, see minimization @cindex minimization, one-dimensional @cindex finding minima @cindex non-linear functions, minimization This chapter desc
www.eeworm.com/read/101204/15841804

m mmin.m

function [m,i]=mmin(a) %MMIN Matrix Minimum Value. % MMIN(A) returns the minimum value in the matrix A. % [M,I] = MMIN(A) in addition returns the indices of % the minimum value in I = [row col]. % D.
www.eeworm.com/read/212047/15167648

h gsl_min.h

/* min/gsl_min.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ
www.eeworm.com/read/391726/8386061

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/391726/8386068

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/192256/8392576

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/192256/8392587

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