代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/155798/11846831
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/155798/11846967
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/155798/11847073
asl p364fdc.asl
Device(FDC0)
{
Name(_HID, EISAID("PNP0700")) // PnP Device ID
Method(_STA,0)
{
Store(Zero,LDN_)
If(ACTR)
{
www.eeworm.com/read/155798/11847188
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/155798/11847541
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
www.eeworm.com/read/344464/11877566
m bungeescript.m
for k=1:50;
[t,x,y]=sim('bungee_cmd');
if min(y)>0
break
end
end
disp(['The minimum safe k is: ',num2str(k)])
www.eeworm.com/read/342347/12026864
cpp toj_2916.cpp
/*2916. Help Me Time Limit: 1.0 Seconds Memory Limit: 65536K
Total Runs: 10 Accepted Runs: 3
We all interested in mathematics and world are divided in to two parts. One who are interested in m
www.eeworm.com/read/256014/12036671
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/256014/12036764
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/255742/12060916
h eointbounds.h
// -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
//-----------------------------------------------------------------------------
// eoIntBounds.h
// (c) Marc Sc