代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/357022/3035052
data dns_db_iscache_1.data
$TTL 1000
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
a in ns ns.vix.com.
a in ns ns2.vix.com
www.eeworm.com/read/357022/3035101
data master3.data
$TTL 1000
in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
in ns ns.vix.com
in ns ns2vix.com.
a
www.eeworm.com/read/357022/3035106
data master1.data
$TTL 1000
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
a in ns ns.vix.com.
a in ns ns2vix.com.
www.eeworm.com/read/357022/3035107
data master6.data
$TTL 1000
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
secure1 3600 IN DNSKEY (
FLAG2|FLAG4
www.eeworm.com/read/355768/3048201
c min_max.c
#include
#include
void main (void)
{
printf("Maximum of %f and %f is %f\n",
10.0, 25.0, max(10.0, 25.0));
printf("Minimum of %f and %f is %f\n",
10.0,
www.eeworm.com/read/257673/4361661
c min_max.c
#include
#include
void main (void)
{
printf("Maximum of %f and %f is %f\n",
10.0, 25.0, max(10.0, 25.0));
printf("Minimum of %f and %f is %f\n",
10.0,
www.eeworm.com/read/160611/5569150
c pa_minlat.c
/** @file pa_minlat.c
@brief Experiment with different numbers of buffers to determine the
minimum latency for a computer.
@author Phil Burk http://www.softsynth.com
*/
/*
* $Id: pa_minlat.c,v
www.eeworm.com/read/471453/6892674
m demo1.m
function demo1
%DEMO1 Demo for usage of DIFFERENTIALEVOLUTION.
% DEMO1 starts searching the minimum of Rosenbrock's saddle as a demo.
% Modify this function for your first optimization.
%
% Markus
www.eeworm.com/read/194440/8193957
m polydist.m
function dmin = polydist(x,y,datum,icol)
% dmin = polydist(x,y,datum,icol)
% dmin = polydist(x,y,datum)
%
% POLYDIST is the minimum distance from a polynomial to a datum line
%
% x,y = coordinate ve
www.eeworm.com/read/413673/11147038
h itemset.h
//
// Class for itemset.
//
//
#ifndef _ITEMSET_H_
#define _ITEMSET_H_
#include "tzObject.h"
#include
typedef int Item;
/* to find the minimum and maximum integer from two p