代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/311447/13630937

m dup.m

function y = dup(x, step, phase) % DUP Diagonal Upsampling对角线上采样 % % y = dup(x, step, [phase]) % % Input: % x: input image % step: upsampling factors for each dimension which should be a %
www.eeworm.com/read/309167/13680441

c dlamchtst.c

#include main() { /* Local variables */ double base, emin, prec, emax, rmin, rmax, t, sfmin; extern double dlamch_(char *); double rnd, eps; eps = dlamch_("Epsilon");
www.eeworm.com/read/309167/13680444

c slamchtst.c

#include main() { /* Local variables */ float base, emin, prec, emax, rmin, rmax, t, sfmin; extern double slamch_(char *); float rnd, eps; eps = slamch_("Epsilon");
www.eeworm.com/read/308442/13701340

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/308442/13701371

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/307616/13718885

cpp soln4_4.cpp

// Soln4_4.cpp : main project file. #include "stdafx.h" using namespace System; // This uses an array of bool values to record which data values // have been output at any given time. A valu
www.eeworm.com/read/302366/13836986

rpt seg7_1.tan.rpt

Timing Analyzer report for seg7_1 Mon Apr 10 10:56:10 2006 Version 4.1 Build 181 06/29/2004 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notic
www.eeworm.com/read/301198/13864134

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/301198/13864165

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/152261/5675041

java usernumberbean.java

/* * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. U.S. * Government Rights - Commercial software. Government users are subject * to the Sun Microsystems, Inc. standard license