代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/197649/7983029
m localmin.m
function [local_min_x,local_min_y,num_extrema] = localmin(data_x, data_y)
% The function LOCALMIN returns local minimum points, their coordinates and the number of values.
%
% Calling sequence-
www.eeworm.com/read/331444/12828268
m range2.m
% [MIN, MAX] = range2(MTX)
%
% Compute minimum and maximum values of MTX, returning them as a 2-vector.
% Eero Simoncelli, 3/97.
function [mn, mx] = range2(mtx)
%% NOTE: THIS CODE IS NOT ACTUALLY U
www.eeworm.com/read/142092/12963216
m localmin.m
function [local_min_x,local_min_y,num_extrema] = localmin(data_x, data_y)
% The function LOCALMIN returns local minimum points, their coordinates and the number of values.
%
% Calling sequence-
www.eeworm.com/read/238746/13327487
m mve.m
function [x50,x,TX,CX]=MVE(X)
%Syntax: [x50,x,TX,CX]=MVE(X)
%____________________________
%
% Calculates the Minimum Vulume Ellipsoid (MVE) of a data set X.
%
% x50 is the 50% of the points that
www.eeworm.com/read/315751/13536810
m nfig.m
% nfig.m - noise figure of two-port
%
% Usage: F = nfig(Fmin, rn, gGopt, gG);
%
% Fmin = minimum noise figure in dB
% rn = normalized noise resistance Rn/Z0
% gGopt = optimum source reflecti
www.eeworm.com/read/303512/13813875
m nfig.m
% nfig.m - noise figure of two-port
%
% Usage: F = nfig(Fmin, rn, gGopt, gG);
%
% Fmin = minimum noise figure in dB
% rn = normalized noise resistance Rn/Z0
% gGopt = optimum source reflecti
www.eeworm.com/read/136989/5833972
cpp poa.cpp
#include "tao/PortableServer/POA.h"
ACE_RCSID (PortableServer,
POA,
"POA.cpp,v 1.107 2003/11/25 22:10:36 bala Exp")
//
// ImplRepo related.
//
#if (TAO_HAS_MINIMUM_C
www.eeworm.com/read/136989/5835657
bor makefile.bor
#
# Makefile for building the CPU load monitor test client executable
#
# Makefile.bor,v 1.2 2003/12/27 15:13:54 bala Exp
#
!ifndef MINIMUM_CORBA
NAME = client
!else
!undef NAME
!endif
O