代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/382395/9032106

c min_max.c

#include #include void main (void) { printf("Maximum of %f and %f is %f\n", 10.0, 25.0, max(10.0, 25.0)); printf("Minimum of %f and %f is %f\n", 10.0,
www.eeworm.com/read/380940/9121312

c minmax.c

#include #define MIN(x, y) (((x) < (y)) ? (x): (y)) #define MAX(x, y) (((x) > (y)) ? (x): (y)) void main(void) { printf("Minimum of 3 and 5 is %d\n", MIN(3, 5)); printf("Max
www.eeworm.com/read/380940/9121353

c min_max.c

#include #include void main (void) { printf("Maximum of %f and %f is %f\n", 10.0, 25.0, max(10.0, 25.0)); printf("Minimum of %f and %f is %f\n", 10.0,
www.eeworm.com/read/184067/9123410

m min.m

%列状数据最小值 %例如 % A=[11 4 0.2;22 3 0.5;0 3 0.4]; % min(A) % %MIN Smallest component. % For vectors, MIN(X) is the smallest element in X. For matrices, % MIN(X) is a row vector contain
www.eeworm.com/read/281789/9135457

pas uscroll.pas

{*********************************************} { TeeChart Delphi Component Library } { Auto Axis scaling Demo } { Copyright (c) 1995-1996 by David Berneda } { Al
www.eeworm.com/read/183084/9179314

m truesize.m

function truesize(H) %TRUESIZE Shrink movie to minimum pixel size feval(H.fcns.truesize,[],[],H.hfig);
www.eeworm.com/read/379078/9208336

c hiduse.c

char code HidUseReportDescriptor[47] = { 0x06, 0xA0, 0xFF, // Usage page (vendor defined) 0x09, 0x01, // Usage ID (vendor defined) 0xA1, 0x01, // Collection (application) // The Inp
www.eeworm.com/read/377279/9283632

asl p364game.asl

Device(GAME) { Name(_HID, EISAID("PNPB02F")) // PnP Device ID Game Type Method(_STA,0) { Store(0x0B,LDN_) If(ACTR)
www.eeworm.com/read/377279/9283820

asl p364uar1.asl

Device(UAR1) { Name(_HID, EISAID("PNP0501")) // PnP Device ID 16550 Type Name(_UID,0x1) Method(_STA,0) { Store(0x03,LDN_) If
www.eeworm.com/read/377279/9284005

asl p364fdc.asl

Device(FDC0) { Name(_HID, EISAID("PNP0700")) // PnP Device ID Method(_STA,0) { Store(Zero,LDN_) If(ACTR) {