代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/461240/7231311

m calculate_domain_size_2d.m

disp('calculating the number of cells in the problem space'); number_of_circles = size(circles,2); number_of_rectangles = size(rectangles,2); % find the minimum and maximum coordinates of a
www.eeworm.com/read/461240/7231355

m calculate_domain_size_2d.m

disp('calculating the number of cells in the problem space'); number_of_circles = size(circles,2); number_of_rectangles = size(rectangles,2); % find the minimum and maximum coordinates of a
www.eeworm.com/read/461240/7231398

m calculate_domain_size_2d.m

disp('calculating the number of cells in the problem space'); number_of_circles = size(circles,2); number_of_rectangles = size(rectangles,2); % find the minimum and maximum coordinates of a
www.eeworm.com/read/455115/7377660

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
www.eeworm.com/read/455115/7377797

m cleanedgelist.m

% CLEANEDGELIST - remove short edges from a set of edgelists % % Function to clean up a set of edge lists generated by EDGELINK so that % isolated edges and spurs that are shorter that a minimum lengt
www.eeworm.com/read/454368/7393104

h common.h

/** * defines the maximum of a and b */ #ifdef max #undef max #endif #define max(a,b) (((a) > (b)) ? (a) : (b)) /** * defines the minimum of a and b */ #ifdef min #undef min #endif #defi
www.eeworm.com/read/454266/7395454

m domre.m

%%%%%%%%%% start of function domre.m %%%%%%%%%% % % Function to solves an inverse problem using Minimum Relative % Entropy Inversion % % Written by: Roseanna M. Neupauer % Modification Date: Apri
www.eeworm.com/read/449369/7507811

description freshmeat.description

LK is an implementation of the Lin-Kernighan heuristic for the Traveling Salesman Problem and for the minimum weight perfect matching problem. It is tuned for 2-d geometric instances, and has be
www.eeworm.com/read/442608/7648844

m~ smin.m~

function sMin=smin(bandWidth, temperature,) % SMIN Minimum Sensitivity % % smin=(bandWidth, SNR, temperature) % % returns Smin [dBm] % 30 dBm = 0 dBW % % bandwidth = receiver bandwidt
www.eeworm.com/read/140851/13058918

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