代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/261198/11659860
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 case o
www.eeworm.com/read/346528/11739295
m mineig.m
% mineig Minimum eigenvalue of a matrix
% mineig(M) gives back min(real(eig(M))).
% Note the function real() in the expression.
% This takes care of the small imaginary parts
% appearin
www.eeworm.com/read/259985/11752834
dml dbx.dml
("..\pcb\symbols\dbx.dml"
(IbisIOCell
("DBX_DBX_B04041B1A2AZZGID"
(GroundClamp
(ImpedanceClass
(High "minimum")
(Low "maximum")
(Typical "typic
www.eeworm.com/read/259565/11782177
m s_min_phase_inverse.m
function inverse=s_min_phase_inverse(seismic,wlength,varargin)
% Compute the minimum-phase_inverse of a wavelet of a data set; it is assumed
% that the autocorrelation of "seismic" is the scaled autoc
www.eeworm.com/read/343492/11944340
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 case o
www.eeworm.com/read/151143/12232758
m s_min_phase_inverse.m
function inverse=s_min_phase_inverse(seismic,wlength,varargin)
% Compute the minimum-phase_inverse of a wavelet of a data set; it is assumed
% that the autocorrelation of "seismic" is the scaled aut
www.eeworm.com/read/118903/14848532
bas tcp_defs.bas
Attribute VB_Name = "TCP_Defs"
Option Explicit
'== TCP Port Array Processing Const.s ===================================
Public Const MINTCP = 1 ' Minimum index for tcpsocket
www.eeworm.com/read/218613/14912848
m mineig.m
% mineig Minimum eigenvalue of a matrix
% mineig(M) gives back min(real(eig(M))).
% Note the function real() in the expression.
% This takes care of the small imaginary parts
% appearin
www.eeworm.com/read/209907/15211889
java graphlayoutmanager.java
package animation.layout;
import java.util.Dictionary;
import java.awt.Dimension;
/**
GraphLayoutManager describes the minimum interface and common constructor
for a layout manager that take
www.eeworm.com/read/209231/15225246
svn-base min_delta_acb.m.svn-base
% MIN_DELTA_ACB - Computes the minimum acceptable change in alpha_c or b
% and indicates which example changes status along
% with the type of status change.
%
% Sy