代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/124842/14534260
m clustie.m
function [c,newx,newy]=clustie(x,y,n);
%
% Clustering programme
%
% HELLO!
%
% Determine the maximum and minimum of each
% input variable
%
xmax=max(x);
xmin=min(x);
xmean=mean(x);
ran
www.eeworm.com/read/123946/14605582
m fminimum.m
function [y,i]=fminimum(w,f)
%FMINIMUM Minimum of MVFR matrix
% FMINIMUM(W,F) applies MIN to each component matrix of
% the MVFR matrix, F, and returns one row per frequency.
%
%
www.eeworm.com/read/214740/15090044
m clustie.m
function [c,newx,newy]=clustie(x,y,n);
%
% Clustering programme
%
% HELLO!
%
% Determine the maximum and minimum of each
% input variable
%
xmax=max(x);
xmin=min(x);
xmean=mean(x);
ran
www.eeworm.com/read/210671/15193721
cpp fig20_38.cpp
// Fig. 20.38: fig20_38.cpp
// Demonstrating min and max
#include
using std::cout;
using std::endl;
#include
int main()
{
cout
www.eeworm.com/read/38039/1095093
mnu relcsys.mnu
REL
# remove the # sign and enter foreign help string in this line
Rel#Csys
Obtain XYZ locations of minimum distance points relative to a csys.
# remove the # sign and enter foreign help string in th
www.eeworm.com/read/488612/1227693
properties jfreereport.properties
#
# The minimum loglevel that is logged
org.jfree.report.LogLevel=Debug
#
# Where to store cached configuration data
#
org.jfree.report.ConfigStore=org.jfree.report.modules.misc.configstore.fi
www.eeworm.com/read/470917/1442465
s s_fminf.s
/* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Dre
www.eeworm.com/read/470917/1442468
s s_fminl.s
/* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Dre
www.eeworm.com/read/470917/1442469
s s_fmin.s
/* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Dre
www.eeworm.com/read/470917/1443096
s s_fminl.s
/* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997, 1998, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulri