代码搜索:maximum

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

代码结果 9,165
www.eeworm.com/read/198974/7898741

cpp ch7_7.cpp

//********************* //** ch7_7.cpp ** //********************* #include int maximum(int[][4],int,int); void main() { int sg[3][4]={{68,77,73,86},
www.eeworm.com/read/298649/7946985

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/397799/8021371

m fwhm.m

function [delta,t0] = fwhm(t,u,tr) % This function computes the intensity full-width at half maximum % (FWHM) of the periodic signal u. % % USAGE: % % delta = fwhm(t,u); % delta = fwhm(t,u
www.eeworm.com/read/397077/8069788

h os_cfg.h

/* ********************************************************************************************************* * uC/OS *
www.eeworm.com/read/196358/8097956

h amr_config.h

#define MAX_NUM_METERS 100 // maximum of meters in the system
www.eeworm.com/read/196355/8098075

h amr_config.h

#define MAX_NUM_METERS 100 // maximum of meters in the system
www.eeworm.com/read/246667/12715388

h sst1601.h

//宏定义 #include "type.h" #define AddrsShift 2 // define 2 if it's true that A1 of system address bus has been shifted to A0 of device address, A2 to A1, etc. // otherwis
www.eeworm.com/read/245799/12780480

cpp leimobanyingyong.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/144517/12786664

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/144074/12819688

cpp prg9_5.cpp

#include #pragma hdrstop #include "link.h" // include the linked list class #include "random.h" // position the list L at its maximum element template void F