代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/365273/2897848
h inttypes.h
#ifndef _SKYEYE_MIPS_INTTYPES_H_
#define _SKYEYE_MIPS_INTTYPES_H_
#include
#include "../../../utils/config/skyeye_types.h"
/* This header defines a set of minimum-width integer types. The
www.eeworm.com/read/357022/3035049
data dns_db_find_10.data
$TTL 1000
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
a.b.c in NS ns1.vix.com.
a.b.c in A 1.
www.eeworm.com/read/264113/4289224
h inttypes.h
#ifndef _SKYEYE_MIPS_INTTYPES_H_
#define _SKYEYE_MIPS_INTTYPES_H_
#include
#include "../../../utils/config/skyeye_types.h"
/* This header defines a set of minimum-width integer types. The
www.eeworm.com/read/260597/4331594
c pipe.c
/*
* pipe()
* Xenix pipe using 286DOS call. Try to make a 16K pipe, then halve
* request until success. Minimum pipe is 512 bytes.
* If not enough core for pipe, set errno to ENOMEM.
*
www.eeworm.com/read/254811/4380533
c pipe.c
/*
* pipe()
* Xenix pipe using 286DOS call. Try to make a 16K pipe, then halve
* request until success. Minimum pipe is 512 bytes.
* If not enough core for pipe, set errno to ENOMEM.
*
www.eeworm.com/read/474588/6813256
m quadmap.m
function dummy=quadmap(mumin,mumax,nomu,ix0)
% quadmap(mumin,mumax,nomu,ix0)
% mumin = minimum value of mu
% mumax = maximum value of mu
% nomu = number of equally-spaced values of mu to evaluate
www.eeworm.com/read/192744/8287154
txt d11r8.txt
Private Sub Command1_Click()
'PROGRAM D11R8
'Driver for routine FRPRMN
NDIM = 3
PIO2 = 1.5707963
FTOL = 0.000001
Dim P(3)
Print Tab(5); "PROGRAM finds the minimum of
www.eeworm.com/read/369152/9661561
m mve.m
function [x50,x,TX,CX]=MVE(X)
%Syntax: [x50,x,TX,CX]=MVE(X)
%____________________________
%
% Calculates the Minimum Vulume Ellipsoid (MVE) of a data set X.
%
% x50 is the 50% of the points that
www.eeworm.com/read/171195/9767515
h itemset.h
//
// Class for itemset.
//
//
#ifndef _ITEMSET_H_
#define _ITEMSET_H_
#include "tzObject.h"
#include
//##ModelId=42E494EF00DB
typedef int Item;
/* to find the minimum and
www.eeworm.com/read/384729/8848620
m4 acinclude.m4
dnl @synopsis AC_PATH_GENERIC(LIBRARY [, MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl
dnl Runs a LIBRARY-config script and defines LIBRARY_CFLAGS and LIBRARY_LIBS
dnl
dnl The scri