代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/114869/15035201
pas umain.pas
unit uMain;
{ **********************************************************************
* Program MINFUNC.PAS *
* Versi
www.eeworm.com/read/213240/15140003
m mcd_gauss_dd.m
%MCD_GAUSS_DD Minimum Covariance Determinant Robust Gaussian data description.
%
% W = MCD_GAUSS_DD(A,FRACREJ)
%
% Fit a Minimum-Covariance-Determinant Gaussian density on dataset A. The
% alg
www.eeworm.com/read/213114/15142498
m mmin.m
function [m,i]=mmin(a)
%MMIN Matrix Minimum Value.
% MMIN(A) returns the minimum value in the matrix A.
% [M,I] = MMIN(A) in addition returns the indices of
% the minimum value in I = [row col].
% D.
www.eeworm.com/read/211597/15176880
c testapp0.c
// Description: Driver program that makes use of two library functions to
// calculate the maximum and minimum values within an array
#include
int main()
{
int test_data[] = {
www.eeworm.com/read/211597/15177070
c testapp0.c
// Description: Driver program that makes use of two library functions to
// calculate the maximum and minimum values within an array
#include
int main()
{
int test_data[] =
www.eeworm.com/read/210975/15189474
m mmin.m
function [m,i]=mmin(a)
%MMIN Matrix Minimum Value.
% MMIN(A) returns the minimum value in the matrix A.
% [M,I] = MMIN(A) in addition returns the indices of
% the minimum value in I = [row col].
% D.
www.eeworm.com/read/171934/5390722
188 194.2.188
$ORIGIN 188.2.194.in-addr.arpa.
$TTL 60
@ IN SOA ns root (
2002042901 ; SERIAL
7200 ; REFRESH
600 ; RETRY
36000000 ; EXPIRE
120 ; MINIMUM
www.eeworm.com/read/168436/5446829
h melp.h
/*************************************************************************
*
* The following code was hand optimized for the Texas Instuments
* TMS320C5x DSP by DSPCon, Inc. For information, pleas
www.eeworm.com/read/167728/5453112
texi min.texi
@cindex optimization, see minimization
@cindex maximization, see minimization
@cindex minimization, one-dimensional
@cindex finding minima
@cindex non-linear functions, minimization
This chapter desc
www.eeworm.com/read/476296/6765187
m ar.m
function a1=ar(n,Cd)
%AR obtains a first-order AR process with given characteristics.
%
% a1=AR(n,Cd) determines the coefficient a1 of a first-order AR
% process such that, when th