代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/159596/10637583
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/349909/10784744
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/420509/10792703
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.
www.eeworm.com/read/274773/10853515
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/272638/10951296
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/272527/10954363
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/467534/7005285
html functions.html
Created with DiDa
Ackley's Path function
Ackley's Path is a widely used multimodal test function.
function definition
www.eeworm.com/read/461264/7230676
pro minmax.pro
function minmax,array,NAN=nan, DIMEN=dimen, $
SUBSCRIPT_MAX = subscript_max, SUBSCRIPT_MIN = subscript_min
;+
; NAME:
; MINMAX
; PURPOSE:
; Return a 2 element array giving the minimum and m
www.eeworm.com/read/457711/7319023
m minmat.m
function M=minmat(n);
% The command M=minmat(n) generates an
% nxn matrix whose (i,j) entry is the
% minimum of i and j.
M=ones(n,1)*[1:n];
M=min(M,M');
www.eeworm.com/read/451547/7461941
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