代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/195013/5122753

txt shaper.txt

Traffic Shaper For Linux This is the current BETA release of the traffic shaper for Linux. It works within the following limits: o Minimum shaping speed is currently about 9600 baud (it can only sha
www.eeworm.com/read/182103/5268992

gdbinit

# # GDB Init script for the Coldfire 5206e processor. # # The main purpose of this script is to perform minimum initialization of # processor so code can be loaded. Also, exception handling is perform
www.eeworm.com/read/179911/5299952

txt shaper.txt

Traffic Shaper For Linux This is the current BETA release of the traffic shaper for Linux. It works within the following limits: o Minimum shaping speed is currently about 9600 baud (it can only sha
www.eeworm.com/read/350097/3134842

txt shaper.txt

Traffic Shaper For Linux This is the current BETA release of the traffic shaper for Linux. It works within the following limits: o Minimum shaping speed is currently about 9600 baud (it can only sha
www.eeworm.com/read/316872/3604586

txt shaper.txt

Traffic Shaper For Linux This is the current BETA release of the traffic shaper for Linux. It works within the following limits: o Minimum shaping speed is currently about 9600 baud (it can only sha
www.eeworm.com/read/312989/3647188

txt uc35fd6a360208.txt

This use case allows a Registrar to close the registration process. Course offerings that do not have enough students are cancelled. Course offerings must have a minimum of three students in them.
www.eeworm.com/read/308750/3712458

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/308750/3712462

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/304358/3799789

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/304358/3799795

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