代码搜索:minimum

找到约 5,594 项符合「minimum」的源代码

代码结果 5,594
www.eeworm.com/read/443108/7637868

c testapp1.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/443108/7637881

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/443108/7638070

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/440368/7690168

cpp 最小费用最大流.cpp

/*************************************************** * * Ek形式的最小费用最大流矩阵形式。 * (poj 2516 Minimum Cost) ***************************************************/ int const MAXN = 256;//矩阵维数最大值
www.eeworm.com/read/438874/7725052

asv interp.asv

% THIS PROGRAMME IS WRITTEN BY Rockins % THE FEATURE IS BILINEAR-INTERPOLATE THE SOUCE-IMAGE TO GET A DESTINATE-IMAGE % THE MAXIMUM SCALOR == 9.0, THE MINIMUM SCALOR == 1.0 % Copyright 2006-2007,Al
www.eeworm.com/read/438874/7725053

m interp.m

% THIS PROGRAMME IS WRITTEN BY Rockins % THE FEATURE IS BILINEAR-INTERPOLATE THE SOUCE-IMAGE TO GET A DESTINATE-IMAGE % THE MAXIMUM SCALOR == 9.0, THE MINIMUM SCALOR == 1.0 % Copyright 2006-2007,Al
www.eeworm.com/read/197958/7960681

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/197958/7960716

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/196814/8058701

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/196814/8058716

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