代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/109665/15552482

c retarget.c

/* * This provides implementations of _sys_exit(), _ttywrch() and ___stackheap(), which are * the bare minimum required to enable use of the ARM C libraries. Only some of the * functionality of t
www.eeworm.com/read/109665/15552522

c retarget.c

/* * This provides implementations of _sys_exit(), _ttywrch() and ___stackheap(), which are * the bare minimum required to enable use of the ARM C libraries. Only some of the * functionality of th
www.eeworm.com/read/109665/15552594

c retarget.c

/* * This provides implementations of _sys_exit(), _ttywrch() and ___stackheap(), which are * the bare minimum required to enable use of the ARM C libraries. Only some of the * functionality of t
www.eeworm.com/read/106690/15626569

m numdim.m

% numdim() - estimate a lower bound on the (minimum) number of discrete sources % in the data via their second-order statistics. % Usage: % >> num = numdim( data ); % % Inputs: % d
www.eeworm.com/read/350131/10765131

m vehicledata.m

g=32.2; % gravity ft/s^2 global tau_t tau_b tau_n minimum_ac_dist minimum_obs_dist desired_vel global target_cone vel_ic global state_ic global rho S Cd0 k W global num_ac targets obstacles
www.eeworm.com/read/351837/3098659

events

# IA-64 Itanium 1 events event:0x12 counters:0,1,2,3 um:zero minimum:500 name:CPU_CYCLES : CPU Cycles event:0x08 counters:0,1 um:zero minimum:500 name:IA64_INST_RETIRED : IA-64 Instructions Retired ev
www.eeworm.com/read/427909/8913711

m argmin.m

function indices = argmin(v) % ARGMIN Return as a subscript vector the location of the smallest element of a multidimensional array v. % indices = argmin(v) % % Returns the first minimum in the ca
www.eeworm.com/read/186716/8914585

m fftsize.m

function out = fftsize(in) % FFTSIZE ..... Determines the fft block size for efficient computation, % Output is a power or 2. % % FFTSIZE(N) generates minimum power of 2 that is greater than
www.eeworm.com/read/373250/9467734

m argmin.m

function indices = argmin(v) % ARGMIN Return as a subscript vector the location of the smallest element of a multidimensional array v. % indices = argmin(v) % % Returns the first minimum in the ca
www.eeworm.com/read/371255/9559112

m normalise.m

% NORMALISE - Normalises image values to 0-1, or to desired mean and variance % % Usage: % n = normalise(im) % % Offsets and rescales image so that the minimum value is 0 % and the maximum