代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/161141/10445882
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/424400/10454505
cc mssriicc.cc
/*
MssrIIcc.cc
Implementation of the coclustering algothm for the second problem, H = A - RR'A - ACC' + RR'ACC'
in the paper, "Minimum Sum-Squared Residue Co-clustering of Gene Expression Da
www.eeworm.com/read/278064/10576959
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/421910/10680043
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/273093/10927523
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/273093/10927544
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/272638/10951294
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/272638/10951302
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/416329/11032545
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/416230/11037612
m program_4_4.m
% Program 4_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