代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/216698/14997357
m maorder.m
function qopt = maorder(x,qmin,qmax,pfa, flag)
%MAORDER MA order determination
% qopt = maorder(x, qmin, qmax,pfa, flag)
% x - time series (must be a vector)
% qmin - minimum MA order [defa
www.eeworm.com/read/216263/15022153
m maorder.m
function qopt = maorder(x,qmin,qmax,pfa, flag)
%MAORDER MA order determination
% qopt = maorder(x, qmin, qmax,pfa, flag)
% x - time series (must be a vector)
% qmin - minimum MA order [defa
www.eeworm.com/read/114456/15052848
m entropy.m
function [E,H,X]=entropy(Y,N)
%[E]=entropy(Y,N)
% Calculates the Entropy of Y (relative to N, default N=1)
% If Y is a discrete variable, N is the minimum step size
% If Y is a continous variable
www.eeworm.com/read/208576/15243884
cpp fig23_38.cpp
// Fig. 23.38: Fig23_38.cpp
// Standard Library algorithms min and max.
#include
using std::cout;
using std::endl;
#include
int main()
{
cout
www.eeworm.com/read/206661/15292443
m maorder.m
function qopt = maorder(x,qmin,qmax,pfa, flag)
%MAORDER MA order determination
% qopt = maorder(x, qmin, qmax,pfa, flag)
% x - time series (must be a vector)
% qmin - minimum MA order [defa
www.eeworm.com/read/9374/167107
c
#include
#include
void main (void)
{
printf("Maximum of %f and %f is %f\n",
10.0, 25.0, max(10.0, 25.0));
printf("Minimum of %f and %f is %f\n",
10.0,
www.eeworm.com/read/11180/210998
c min_max.c
#include
#include
void main (void)
{
printf("Maximum of %f and %f is %f\n",
10.0, 25.0, max(10.0, 25.0));
printf("Minimum of %f and %f is %f\n",
10.0,
www.eeworm.com/read/12816/246905
m torr_add_manual_matches.m
%
% \pao
% \bi
% \item {\tt matches12} matches in an $n \times 4$ array of matches $(x,y,x'y')$, in this
% case $n$ is the number of matches.
% \item {\tt minc} is the minimum value of $C$ for e
www.eeworm.com/read/13911/287246
m normalizeinterval.m
function [xn,mini,maxi,xtn]=normalizeinterval(x,xt,scale,minimum)
% USAGE
%
% [xn,mini,maxi,xtn]=normalizeinterval(x,xt,scale)
%
% normalize x so that x is in interval [0,1*scale];
% scale is
www.eeworm.com/read/38039/1092041
mnu minmaxthk.mnu
THICK#CHECK 厚度检查
#
MaxThickness 最大厚度
Maximum wall thickness value.
最大薄壁厚度值
MinThickness 最小厚度
Minimum wall thickness value.
最小薄壁厚度值