代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/172061/7074796
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/172061/7074803
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/130489/7099179
css wp-layout.css
/* Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak
www.eeworm.com/read/165343/7143957
m mindist.m
function dmin = mindist(G)
% function dmin = mindist(G)
% G is an NxK matrix
%
% Compute the minimum distance of a binary code
% by exhaustive checking. (Therefore, only good for codes up to
% moder
www.eeworm.com/read/461382/7228225
m calculateminsnrvsb.m
function [sim_param, sim_state] = CalculateMinSNRvsB( sim_param, sim_state )
% CalculateMinSNRvsB determines the minimum SNR as a function of BW
% constraint B.
%
% The calling syntax is:
%
www.eeworm.com/read/461210/7231722
m qtrgbsplit.m
% % The method uses three thresholds for red,green and blue blocks.
% % For any R/G/B block if the maximum value of the block elements minus the
% % minimum value of the block elements is greater th
www.eeworm.com/read/455917/7361835
m mindismain.m
function [errorrate,result]=MINDISmain()
% this function is used to simulate the process of minimum distance
% classification
data=zeros(56*46*400,1);
fid=fopen('facedata','r');
[data,count]=fr
www.eeworm.com/read/452181/7446296
m rtest_3_cojocaru.m
function rval = rtest_3_cojocaru()
% The regression test for the bug reported by Radu Cojocaru on 9 November
% 2006. The error is getting erroneous edges in the minimum spanning tree.
% The cause
www.eeworm.com/read/449504/7502259
m linmin.m
function [pout,fout] = linmin(pin,xi,tol,f,varargin)
% PURPOSE: line minimization routine that performs an ad hoc n-dimensional
% Golden Section Search for the minimum of a function.
%
www.eeworm.com/read/446239/7582987
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