代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/455175/1625398
h diehard_2dsphere.h
/*
* diehard_2dsphere test header.
*/
/*
* function prototype
*/
void diehard_2dsphere(Test **test,int irun);
static Dtest diehard_2dsphere_dtest = {
"Diehard Minimum Distance (2d Circle) Test
www.eeworm.com/read/240162/4580797
c enum5.c
// { dg-do run }
// Copyright (C) 2001, 2003 Free Software Foundation, Inc.
// Contributed by Ben Elliston
// PR 80: Packed enums use minimum required storage.
extern "C" void abort
www.eeworm.com/read/237551/4623185
h local_lim.h
/* Minimum guaranteed maximum values for system limits. Linux/IA-64 version.
Copyright (C) 1993-1998,2000,2002,2003,2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
www.eeworm.com/read/233448/4673616
c enum5.c
// { dg-do run }
// Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
// Contributed by Ben Elliston
// PR 80: Packed enums use minimum required storage.
extern "C" void
www.eeworm.com/read/229812/4743400
h iptypes.h
#ifndef _IPTYPES_H
#define _IPTYPES_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#include
#ifdef __cplusplus
extern "C" {
#endif
#define DEFAULT_MINIMUM_ENTITIES 32
www.eeworm.com/read/193656/5143071
indy
// $Xorg: indy,v 1.3 2000/08/17 19:54:39 cpqbld Exp $
default xkb_keycodes "universal" {
minimum= 15;
maximum= 149;
include "sgi_vndr/indy(pc105)"
alternate = 91;
alternate
www.eeworm.com/read/189320/5200337
mpb ifrservice.mpb
// -*- MPC -*-
// ifrservice.mpb,v 1.8 2005/11/26 03:13:13 ossama Exp
project : iortable, svc_utils, typecodefactory, pi_server, minimum_corba {
avoids += ace_for_tao // Requires ace/Configur
www.eeworm.com/read/162614/5520061
c enum5.c
// { dg-do run }
// Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
// Contributed by Ben Elliston
// PR 80: Packed enums use minimum required storage.
extern "C" void
www.eeworm.com/read/334276/3369436
cpp min4.cpp
// Section 10.3
// $ CC min4.cpp
/*
minimum value is: 3
*/
#include "Array.h"
#include "ArrayRC.h"
#include "Array.cpp"
#include "ArrayRC.cpp"
template
Type min4
www.eeworm.com/read/326711/3470153
c fig06_22.c
/* Fig. 6.22: fig06_22.c
Double-subscripted array example */
#include
#define STUDENTS 3
#define EXAMS 4
/* function prototypes */
int minimum( const int grades[][ EXAMS ], int pu