代码搜索:minimum

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

代码结果 5,594
www.eeworm.com/read/136989/5839145

readme

/** @page Thread Pool Latency Test README File This test tries to estimate the minimum latency for the Thread-Pool concurrency model. The test uses a multi-threaded client and server. Pl
www.eeworm.com/read/124910/6038856

s s_fminf.s

/* Compute minimum of two numbers, regarding NaN as missing argument. Copyright (C) 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Dre
www.eeworm.com/read/124910/6038859

s s_fminl.s

/* Compute minimum of two numbers, regarding NaN as missing argument. Copyright (C) 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Dre
www.eeworm.com/read/124910/6038860

s s_fmin.s

/* Compute minimum of two numbers, regarding NaN as missing argument. Copyright (C) 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Dre
www.eeworm.com/read/124910/6039466

s s_fminl.s

/* Compute minimum of two numbers, regarding NaN as missing argument. Copyright (C) 1997, 1998, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulri
www.eeworm.com/read/113071/6141990

java password.java

package jabadot; public class Password { /** Minimum length for a decent password */ public static final int MIN_LENGTH = 8; /** The random number generator. */ protected static java.util.Random
www.eeworm.com/read/101082/6241181

c mon.c

static char *sccsid = "@(#)mon.c 4.9 (Berkeley) 7/26/83"; #define ARCDENSITY 5 /* density of routines */ #define MINARCS 50 /* minimum number of counters */ #define HISTFRACTION 2 /* fraction of tex
www.eeworm.com/read/100285/6270827

pltcl_delmod

#!/bin/sh # Start tclsh \ exec tclsh "$0" $@ # # Code still has to be documented # #load /usr/local/pgsql/lib/libpgtcl.so package require Pgtcl # # Check for minimum arguments # if {$argc < 1} {
www.eeworm.com/read/100285/6270829

pltcl_listmod

#!/bin/sh # Start tclsh \ exec tclsh "$0" $@ # # Code still has to be documented # #load /usr/local/pgsql/lib/libpgtcl.so package require Pgtcl # # Check for minimum arguments # if {$argc < 1} {
www.eeworm.com/read/100285/6270831

pltcl_loadmod

#!/bin/sh # Start tclsh \ exec tclsh "$0" $@ # # Code still has to be documented # #load /usr/local/pgsql/lib/libpgtcl.so package require Pgtcl # # Check for minimum arguments # if {$argc < 2} {