代码搜索:maximum
找到约 9,165 项符合「maximum」的源代码
代码结果 9,165
www.eeworm.com/read/101082/6244715
2 getrlimit.2
.\" SCCSID: @(#)getrlimit.2 2.5 8/10/87
.TH getrlimit 2
.SH Name
getrlimit, setrlimit \- control maximum system resource consumption
.SH Syntax
.ft B
.nf
#include
#include
www.eeworm.com/read/101082/6246577
2 getrlimit.2
.\" SCCSID: @(#)getrlimit.2 2.5 8/10/87
.TH getrlimit 2
.SH Name
getrlimit, setrlimit \- control maximum system resource consumption
.SH Syntax
.ft B
.nf
#include
#include
www.eeworm.com/read/101082/6250899
h consts.h
(*#@(#)consts.h 4.1 Ultrix 7/17/90 *)
(****************************************************************************
* *
* Copyright (c) 1984 by *
* DIGITAL EQUIPMENT CORPORAT
www.eeworm.com/read/101078/6253381
h cogdefuzzsetobj.h
//
// File: COGDefuzzSetObj.h
//
// Purpose: Mean of Maximum defuzzification Method.
//
// Copyright
www.eeworm.com/read/100433/6269612
java stringtoolongexception.java
/*
* Java SMPP API
* Copyright (C) 1998 - 2001 by Oran Kelly
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Lic
www.eeworm.com/read/494289/6381829
tpl mrcomba2.tpl
/*
* MIRACL Comba's method for ultimate speed binary polynomial
* mrcomba2.tpl
*
* Here the inner loops of the basic multiplication, and squaring
* algorithms are completely unrav
www.eeworm.com/read/479824/6680921
pas hidtoken.pas
{******************************************************************}
{ }
{ Borland Delphi Runtime Library
www.eeworm.com/read/479166/6700234
cpp fig06_26.cpp
// Fig. 6.26: fig06_26.cpp
// Function template maximum test program.
#include
using std::cout;
using std::cin;
using std::endl;
#include "maximum.h" // include definition of functi
www.eeworm.com/read/410432/11287520
c misuse.c
/* misuse.c -- uses a function incorrectly */
#include
int imax(); /* old-style declaration */
int main(void)
{
printf("The maximum of %d and %d is %d.\n",
3, 5,
www.eeworm.com/read/410432/11287539
c proto.c
/* proto.c -- uses a function prototype */
#include
int imax(int, int); /* prototype */
int main(void)
{
printf("The maximum of %d and %d is %d.\n",
3, 5, imax(3