代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/134619/13980176

cpp minmax1.cpp

/* The following code example is taken from the book * "The C++ Standard Library - A Tutorial and Reference" * by Nicolai M. Josuttis, Addison-Wesley, 1999 * * (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/236837/13997351

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/236837/13997412

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/236649/14006336

c ch05.02.c

// #include #include #include /** ** Minimum value: 1 occurs: 5 times. **/ int min( const vector< int > &ivec, int &occurs ) { int minVal = ivec[
www.eeworm.com/read/235723/14054947

pas min1.pas

{ ********************************************************************** * Program MIN1.PAS * * Version 1.2d
www.eeworm.com/read/204914/15331790

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/204914/15331821

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/204559/15337109

c ch05.02.c

// #include #include #include /** ** Minimum value: 1 occurs: 5 times. **/ int min( const vector< int > &ivec, int &occurs ) { int minVal = ivec[
www.eeworm.com/read/202486/15381873

cpp pr0513.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Problem 5.13 // Finding the minimum of four integers #include // defines the cout ob
www.eeworm.com/read/202224/15389204

m mm1903.m

%(MM1903.m plot) Hz=[20:10:100 200:100:1000 1500 2000:1000:10000]; % frequencies in Hertz spl=[76 66 59 54 49 46 43 40 38 22 ... % sound pressure level in dB 14 9 6 3.5 2.5 1.4 0.7 0 -1 -3 ... -8 -