代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/329482/3431502
java co_agent.java
package jns.agent;
import jns.util.IPAddr;
/**
CO_Agent is JNS' minimum interface for an agent that wants to provide a
connection-oriented (but not necessarily reliable) service.
*/
pub
www.eeworm.com/read/320652/3545617
s s_fminf.s
/* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper
www.eeworm.com/read/320652/3545654
s s_fminl.s
/* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper
www.eeworm.com/read/320652/3545669
s s_fmin.s
/* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper
www.eeworm.com/read/320652/3546333
s s_fminf.s
/* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger
www.eeworm.com/read/320652/3546351
s s_fmin.s
/* Compute minimum of two numbers, regarding NaN as missing argument.
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger
www.eeworm.com/read/298327/3868460
cpp metalmap.cpp
#include "MetalMap.h"
CMetalMap::CMetalMap(AIClasses* ai) {
this->ai = ai;
// from 0-255, the minimum percentage of metal a spot needs to have
// from the maximum to be saved, prevents cr
www.eeworm.com/read/290267/3982355
data dns_db_find_7.data
$TTL 1000
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
a.b.c.d in A 1.2.3.4
a.b in A 1.2.3.4
www.eeworm.com/read/286002/4043415
m setpitchpar.m
function Pitchpar = SetPitchpar (Pitchpar)
% Pitch parameters
% PMin: Minimum pitch lag
% PMax: Maximum pitch lag
% PMode: Pitch mode for each subframe; 0 is relative to open
% loop pitch; 1 is rel
www.eeworm.com/read/285908/4044189
m pfminbnd.m
function [X,FVAL,EXITFLAG,OUTPUT] = pfminbnd(FUN,initialX,LB,UB,options)
%PFMINBND Finds minimum of a function with bound constraints.
% PFMINBND solves problems of the form:
% min F(X) s