代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/365166/9876011
c testapp.c
// Description: Driver program that makes use of two library functions to
// calculate the maximum, minimum and spread values within an array
#include
int main()
{
int test_da
www.eeworm.com/read/365166/9876446
c testapp.c
// Description: Driver program that makes use of two library functions to
// calculate the maximum, minimum and spread values within an array
#include
int main()
{
int test_da
www.eeworm.com/read/168118/9937247
m wavedyn.m
function [wavelet,twave]=wavedyn(dt,fdom,tlength)
% WAVEDYN: minimum phase wavelet for impulsive sources
%
% [wavelet,twave]=wavedyn(dt,fdom,tlength)
% [wavelet,twave]=wavedyn(dt,fdom)
% [wavele
www.eeworm.com/read/168118/9937620
m wavemin.m
function [wavelet,twave]=wavemin(dt,fdom,tlength)
% WAVEMIN: creates a minimum phase wavelet for impulsive sources
%
% [wavelet,twave]=wavemin(dt,fdom,tlength)
% [wavelet,twave]=wavemin(dt,fdom)
www.eeworm.com/read/363287/9962940
m demopsobehavior.m
% demopsobehavior.m
% demo of the pso.m function
% the pso tries to find the minimum of the f6 function, a standard
% benchmark
%
% on the plots, blue is current position, green is Pbest, and red
www.eeworm.com/read/363215/9965106
sql cache_hit_ratio.sql
--* File Name : Cache_Hit_Ratio.sql
--* Author : DR Timothy S Hall
--* Description : Displays cache hit ratio for the database.
--* Comments : The minimum figure of 89% is often quote
www.eeworm.com/read/166306/10024513
m fminusub.m
function [x,FVAL,GRADIENT,HESSIAN,EXITFLAG,OUTPUT] = fminusub(funfcn,x,verbosity,options,Fval,Gval,Hval,varargin)
%FMINUSUB Finds the minimum of a function of several variables.
% Copyright (c)
www.eeworm.com/read/166306/10024528
m nlconstold.m
function [x,OPTIONS,lambda,HESS]=nlconstold(FUNfcn,x,OPTIONS,VLB,VUB,GRADfcn,varargin);
%NLCONST Helper function to find the constrained minimum of a function
% of several variables. Called by CO
www.eeworm.com/read/163777/10145998
m program_5_4.m
% Program 5_4
% Program to Design Elliptic Lowpass Filter
%
% Read in the filter order, passband edge frequency,
% passband ripple in dB and minimum stopband
% attenuation in dB
N = input('Order
www.eeworm.com/read/358694/10181652
m fminusub.m
function [x,FVAL,GRADIENT,HESSIAN,EXITFLAG,OUTPUT] = fminusub(funfcn,x,verbosity,options,Fval,Gval,Hval,varargin)
%FMINUSUB Finds the minimum of a function of several variables.
% Copyright (c)