代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/478193/6721833

m interpolate_func.m

function [x_inter] = interpolate_func(x,Rx_cond_Index) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % interpolate_func.m % This program is designed to interpol
www.eeworm.com/read/211850/15172370

m interpolate_func.m

function [x_inter] = interpolate_func(x,Rx_cond_Index) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % interpolate_func.m % This program is designed to interpol
www.eeworm.com/read/289321/8559307

m gcvridge.m

function h_opt = gcvridge(F, d, trS0, n, r, trSmin, options) %GCVRIDGE Finds minimum of GCV function for ridge regression. % % GCVRIDGE(F, d, trS0, n, r, trSmin, OPTIONS) finds the % regularizat
www.eeworm.com/read/430893/8719816

changes

--- 9.3.2-P2 released --- 2090. [port] win32: Visual C++ 2005 command line manifest support. [RT #16417] 2089. [security] Raise the minimum safe OpenSSL versions to OpenSSL 0.9.7l an
www.eeworm.com/read/184919/9065849

txt ping.txt

#pragma pack(4) #define WIN32_LEAN_AND_MEAN /*#include #include #include */ #define ICMP_ECHO 8 #define ICMP_ECHOREPLY 0 #define ICMP_MIN 8 // minimum 8 byte icmp packet (just header)
www.eeworm.com/read/374280/9412464

m stdgaminv.m

function x = stdgaminv( p, gam ) % set parameters for iteration: abs_tol = 10^-2; rel_tol = 10^-2; max_iter = 10; % estimate maximum and minimum values of x for interpolation: x_max = gam+5*
www.eeworm.com/read/371250/9560044

txt cmakelists.txt

# sba CMake file; see http://www.cmake.org and # http://www.insightsoftwareconsortium.org/wiki/index.php/CMake_Tutorial PROJECT(SBA) #CMAKE_MINIMUM_REQUIRED(VERSION 1.4) # f2c i
www.eeworm.com/read/357506/10208399

m minphase.m

function [y,ssp,iter] = minphase(g); % Extracts the minimum phase factor y from a linear-phase filter. % Input: g = [g(0) g(1) . . . g(N)] (row vector) where % the g vector is the right-half of a l
www.eeworm.com/read/162867/10262319

m uec.m

%UEC Minimum mean-squared error time domain equalizer design % using the unit-energy constraint. % [B, W, D, MSE, Dv] = UEC(X, Y, N, Nb, Nw, Dmin, Dmax) returns % the optimal target impulse respon
www.eeworm.com/read/424281/10468078

c multimin.c

int main (void) { size_t iter = 0; int status; const gsl_multimin_fdfminimizer_type *T; gsl_multimin_fdfminimizer *s; /* Position of the minimum (1,2), scale factors 10,20, height 30