代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/209211/4982488
c unwhack.c
#include "stdinc.h"
#include "whack.h"
enum
{
DMaxFastLen = 7,
DBigLenCode = 0x3c, /* minimum code for large lenth encoding */
DBigLenBits = 6,
DBigLenBase = 1 /* starting items to encode for b
www.eeworm.com/read/204040/5036168
txt maxmin.txt
SUMMARY maximum and minimum routines.
#include
cProc max,
parmW a
parmW b
cProc min,
parmW a
parmW b
cProc lmax,
parmD a
parmD b
cProc lmin,
www.eeworm.com/read/196926/5100028
h inttypes.h
#ifndef _INTTYPES_H_
#define _INTTYPES_H_
#include
#include "../../../utils/config/skyeye_types.h"
/* This header defines a set of minimum-width integer types. There is no need
* for fix
www.eeworm.com/read/189320/5200307
mpb event.mpb
// -*- MPC -*-
// event.mpb,v 1.12 2004/09/07 23:42:00 jtc Exp
project : orbsvcslib, ec_use_typed_events, minimum_corba {
after += CosEvent
libs += TAO_CosEvent
}
www.eeworm.com/read/175466/5346285
data master5.data
$TTL 1000
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
a any ns ns.vix.com.
a in ns ns2vix.com
www.eeworm.com/read/163821/5508375
h local_lim.h
/* Minimum guaranteed maximum values for system limits. Linux version.
Copyright (C) 1993, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU
www.eeworm.com/read/337546/3329732
h minstate.h
#include
#include
#include "entry.h"
/*
* DO_SAVE_MIN switches to the kernel stacks (if necessary) and saves
* the minimum state necessary that allows us to turn ps
www.eeworm.com/read/333376/3387789
data master6.data
$TTL 1000
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
secure1 3600 IN KEY (
FLAG2|FLAG4|FL
www.eeworm.com/read/333376/3387795
data master5.data
$TTL 1000
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
a any ns ns.vix.com.
a in ns ns2vix.com
www.eeworm.com/read/329482/3431499
java cl_agent.java
package jns.agent;
import jns.util.IPAddr;
/**
CL_Agent is the minimum interface of any agent in JNS that wants to provide
connection-less packet delivery.
*/
public interface CL_Agent