代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/493843/6391500
m minvar.m
function Px = minvar(x,p)
%MINVAR Spectrum estimation using the minimum variance method.
%----
%USAGE Px = minvar(x,p)
%
% The spectrum of a process x is estimated using the minimum
% variance
www.eeworm.com/read/493294/6400247
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/492901/6412604
cpp d11r7.cpp
#include "iostream.h"
#include "math.h"
double func2(double x[], int n)
{
double f = 0.0;
f = f + (x[1] - 1) * (x[1] - 1);
f = f + (x[2] - 1) * (x[2] - 1);
f = f + (x[3] - 1)
www.eeworm.com/read/492400/6422260
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/485122/6564977
cpp d11r7.cpp
#include "iostream.h"
#include "math.h"
double func2(double x[], int n)
{
double f = 0.0;
f = f + (x[1] - 1) * (x[1] - 1);
f = f + (x[2] - 1) * (x[2] - 1);
f = f + (x[3] - 1)
www.eeworm.com/read/482887/6615706
m plot_mst.m
%==========================================================================
% Create Minimum Spanning Tree (MST) and plotting
%=====================================================================
www.eeworm.com/read/481988/6634628
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/480814/6662175
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/478348/6715225
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/408109/11405026
h melp.h
/*
2.4 kbps MELP Proposed Federal Standard speech coder
version 1.2
Copyright (c) 1996, Texas Instruments, Inc.
Texas Instruments has intellectual property rights on the MELP
algorithm.