代码搜索:maximum

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

代码结果 9,165
www.eeworm.com/read/479166/6700225

cpp gradebook.cpp

// Fig. 6.3: GradeBook.cpp // Member-function definitions for class GradeBook that // determines the maximum of three grades. #include using std::cout; using std::cin; using std::endl
www.eeworm.com/read/476941/6743321

h param.h

#define NPROC 64 // maximum number of processes #define PAGE 4096 // granularity of user-space memory allocation #define KSTACKSIZE PAGE // size of per-process kernel stack #define NCP
www.eeworm.com/read/264046/11331615

m del.m

function yd=del(y,n) % DEL Matrix of delayed variables % % yd=del(y,n) % % y: time series (*) % n: maximum delay (1) % % yd: nxm matrix of delayed variables for i=1:n % Copyright (c) 2006
www.eeworm.com/read/263399/11364545

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/408528/11383802

h f34x_usb_config.h

//----------------------------------------------------------------------------- // F34x_USB_Config.h //----------------------------------------------------------------------------- // Copyright 200
www.eeworm.com/read/408523/11383916

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/406910/11432794

m maxsize.m

function res = maxsize(varargin) % DESCRIPTION res = maxsize(a,b,c,...) % Takes any number of inputs and % leaves the maximum size for all of them. % INPUT % an argument list with variables of dif
www.eeworm.com/read/403657/11513311

bas module1.bas

Attribute VB_Name = "Module1" Public minvalue, maxvalue, mintime, maxtime As Double Public temp(), data() As Variant Public mtop, mbottom, mleft, mright, mcount, mtemp, trvindex, mhead, maxnum As I
www.eeworm.com/read/402890/11526617

m getusan.m

%function U = getUSAN(A,maxInt,sigma,thresh,width) % % Returns the USAN response of a greysale image % % INPUT: % A - the image. Intensity must be quantized as integers with a minimum %
www.eeworm.com/read/402890/11526620

m susan.m

%function [U,V,USAN] = SUSAN(A,maxInt,sigma,thresh,g,radius,width) % % Returns the USAN response of a greysale image % % INPUT: % A - the image. Intensity must be quantized as integers with a mi