代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/147862/12513643
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/248862/12537228
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/235612/14060834
m polydist.m
function dmin = polydist(x,y,datum,icol)
% dmin = polydist(x,y,datum,icol)
% dmin = polydist(x,y,datum)
%
% POLYDIST is the minimum distance from a polynomial to a datum line
%
% x,y = coordinate ve
www.eeworm.com/read/204830/15333085
h itemset.h
//
// Class for itemset.
//
//
#ifndef _ITEMSET_H_
#define _ITEMSET_H_
#include "tzObject.h"
#include
typedef int Item;
/* to find the minimum and maximum integer from two p
www.eeworm.com/read/203062/15366758
h gmres.h
#ifndef _GMRES_H
#define _GMRES_H
// Y. Saad and M. Schultz, "GMRES: A generalized minimum residual algorithm for
// solving nonsymmetric linear systems", SIAM J. Scientific and Statistical
// Compu
www.eeworm.com/read/203062/15366767
cpp gmres.cpp
#include "gmres.h"
#include
// Y. Saad and M. Schultz, "GMRES: A generalized minimum residual algorithm for
// solving nonsymmetric linear systems", SIAM J. Scientific and Statistical
// C
www.eeworm.com/read/111511/15511413
h itemset.h
//
// Class for itemset.
//
//
#ifndef _ITEMSET_H_
#define _ITEMSET_H_
#include "tzObject.h"
#include
typedef int Item;
/* to find the minimum and maximum integer from two p
www.eeworm.com/read/110272/15537832
txt readme.txt
Port to Java by Robert Neild 1999
Only minimum changes made
Chars where used as an easy replacement for unsigned ints
The PC1 Encryption Algorithm
Alexander Pukall 1991
Code free for all even f
www.eeworm.com/read/288877/8596948
txt precompute_symmmd.m.txt
function [p,r] = precompute_symmmd(d);
% Precompute permutation vector for reduced nodal matrix to give
% minimum bandwidth.
% Taken from EIT code
% Colin Fox, 23 Nov 2004.
% Colin Fox, 1