代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/371255/9559374
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/167195/9977036
m snrpolarity.m
% SNRPOLARITY Signal to Noise ratio
%
% [a,p] = snr(est,org)
%
% est = the estimate vector
% org = the original vector
% a = the SNR in dB
% p = the est polarity with minimum snr
%
% tests for
www.eeworm.com/read/425546/10348939
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/161189/10440034
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/349646/10808875
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/349646/10809922
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/469416/6976315
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/206022/7088727
cpp sgrsoftkeywindow.cpp
//
// SGRSoftkeyWindow.cpp
//
// Copyright (C) 2006 Sophia Cradle Incorporated
#include "SGRSoftkeyWindow.hpp"
#define MINIMUM_HEIGHT (12)
#define BASE_MARGIN
www.eeworm.com/read/461240/7231224
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/7231267
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