代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/338072/3322240
orig sdp_tc.orig
[DECODE] testinf
//
tc_decode_1: Only required fields; absolute minimum values
tc_decode_2: Only required fields;add TTL & #of addr for "c="
tc_decode_3: Basic fields; one media line with one non
www.eeworm.com/read/285244/4055137
java mouse.java
package nanovm.ctbot.drivers;
public class Mouse
{
public static final int MAXIMUM = Integer.MAX_VALUE;
public static final int MINIMUM = Integer.MIN_VALUE;
public static final int QUAL_MAX = 2
www.eeworm.com/read/282272/4106447
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/269603/4244699
evdev
// translation from evdev scancodes to something resembling xfree86 keycodes.
default xkb_keycodes "evdev" {
minimum = 8;
maximum = 255;
= 49;
= 10;
= 11;
= 12;
www.eeworm.com/read/268963/4248287
m4 esd.m4
# Configure paths for ESD
# Manish Singh 98-9-30
# stolen back from Frank Belew
# stolen from Manish Singh
# Shamelessly stolen from Owen Taylor
dnl AM_PATH_ESD([MINIMUM-VERSION, [ACTION-IF-FOUND
www.eeworm.com/read/447738/1696174
s syntax-1.s
! Verify that minimum support is provided as per SH-5/ST50-047-02.
.text
.mode shmedia
start:
! Both all-upper and all-lower must be supported. PTA/PTB without /L
! or /U is equivalent to with /L
www.eeworm.com/read/427042/1984331
m4 sdl.m4
# Configure paths for SDL
# Sam Lantinga 9/21/99
# stolen from Manish Singh
# stolen back from Frank Belew
# stolen from Manish Singh
# Shamelessly stolen from Owen Taylor
dnl AM_PATH_SDL([MINIMUM-VE
www.eeworm.com/read/414969/2138580
m4 sdl.m4
# Configure paths for SDL
# Sam Lantinga 9/21/99
# stolen from Manish Singh
# stolen back from Frank Belew
# stolen from Manish Singh
# Shamelessly stolen from Owen Taylor
dnl AM_PATH_SDL([MINIMUM-VE
www.eeworm.com/read/414527/2145547
m4 sdl.m4
# Configure paths for SDL
# Sam Lantinga 9/21/99
# stolen from Manish Singh
# stolen back from Frank Belew
# stolen from Manish Singh
# Shamelessly stolen from Owen Taylor
dnl AM_PATH_SDL([MINIMUM-VE
www.eeworm.com/read/411046/2194285
orig sdp_tc.orig
[DECODE] testinf
//
tc_decode_1: Only required fields; absolute minimum values
tc_decode_2: Only required fields;add TTL & #of addr for "c="
tc_decode_3: Basic fields; one media line with one non