代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/126884/6010952

java numberrange.java

package org.trinet.util; import org.trinet.jdbc.*; public class NumberRange implements NumberRangeIF, Cloneable, Comparable { /** Minimum value bound. */ protected Number min; /** Ma
www.eeworm.com/read/488113/6496908

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/488224/6498699

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
www.eeworm.com/read/481988/6634631

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/481753/6637923

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/479088/6699282

m minimize.m

function [beq, spol] = minimize(x0,data,smat,emat,tt,tint,sizemat,bc,bt); % % Find the polynomial estimates where the focal quality % indicator is minimum. In this algorithm, the
www.eeworm.com/read/410537/11278874

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/263879/11338170

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/263879/11338178

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/157371/11716545

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