代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/101912/15798170

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/101771/15819029

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/101771/15819060

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/101557/15826944

m arraymin.m

function [sys, x0, str, ts] = arraymin(t,x,u,flag) %ARRAYMIN outputs the index of the minimum input. % This M-file is designed to be used in a SIMULINK S-function block. % This function will de
www.eeworm.com/read/101238/15840289

cs numerictextbox.cs

using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; using System.Diagnostics; namespace UtilityLibrary.Wi
www.eeworm.com/read/101004/15857894

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/101004/15857979

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/101004/15858043

asl p364fdc.asl

Device(FDC0) { Name(_HID, EISAID("PNP0700")) // PnP Device ID Method(_STA,0) { Store(Zero,LDN_) If(ACTR) {
www.eeworm.com/read/101004/15858115

asl p364midi.asl

Device(MIDI) { Name(_HID, EISAID("PNPB006")) // PnP Device ID Midi Type Method(_STA,0) { Store(0x0C,LDN_) If(ACTR)
www.eeworm.com/read/101004/15858321

asl p364uar2.asl

Device(COMB) { Name(_HID,EISAID("PNP0501")) Name(_UID,0x02) Method(_STA,0) { Store(0x02,LDN_) // set logical device number for Serial Port 2