代码搜索:maximum

找到约 9,165 项符合「maximum」的源代码

代码结果 9,165
www.eeworm.com/read/354573/10344964

m repair.m

% repair.m sets up matrices for a model of the number of machines working % and the number in repair N = 40; % total number of machines M = 30;
www.eeworm.com/read/353416/10449016

txt medium_read me.txt

------find the medium value -------- /////////////////change the value that can be compared /////////////////////////// assign dat1=(data1
www.eeworm.com/read/353416/10449041

bak medium_read me.txt.bak

------find the medium value -------- /////////////////change the value that can be compared /////////////////////////// assign dat1=(data1
www.eeworm.com/read/424063/10501582

m cubic.m

function [maximum,err]=cubic(pts,checkpt,location) %CUBIC Cubicly interpolates four points to find the maximum value. % The second argument is for estimation of the error in the % in
www.eeworm.com/read/423959/10513119

cpp c9-14.cpp

#include using namespace std; template class Compare {public: Compare(numtype a,numtype b) {x=a;y=b;} numtype max() {return (x>y)?x:y;} numtype min
www.eeworm.com/read/159731/10620684

h os_cfg.h

/* ********************************************************************************************************* * uC/OS *
www.eeworm.com/read/159601/10635124

m delta.m

function[change] = delta(ct,mt,y,b) % The delta function is the non-uniform distributions used by the nonUniform % mutations. This function returns a change based on the current gen, the % max gen
www.eeworm.com/read/422279/10650317

txt readme.txt

This program is run under DOS environment. To run it, under DOS prompt, type in Pso pso.run then press the return key. The pso.run file specifies all information required to run the progra
www.eeworm.com/read/350982/10691022

m delta.m

function[change] = delta(ct,mt,y,b) % The delta function is the non-uniform distributions used by the nonUniform % mutations. This function returns a change based on the current gen, the % max gen an
www.eeworm.com/read/158967/10705865

h os_cfg.h

/* ********************************************************************************************************* * uC/OS *