代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/420392/2068941
db rev.db
$TTL 86400
@ IN SOA server.myproject.com. root.myproject.com. (
2007120301 ; serial (d. adams)
10 ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
I
www.eeworm.com/read/411046/2194270
sdp_tc
[DECODE] testing
//
../testCases/tc_decode_1: Only required fields; absolute minimum values
../testCases/tc_decode_2: Only required fields;add TTL & #of addr for "c="
../testCases/tc_decode_3: Ba
www.eeworm.com/read/410339/2212754
h local_lim.h
/* Minimum guaranteed maximum values for system limits. Linux version.
Copyright (C) 1993, 94, 95, 96, 97, 98, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Th
www.eeworm.com/read/402296/2326029
txt log.txt
INDEXER SETTINGS:
Minimum term length: 2
Maximum term length: 20
Index files with extensions: htm html
Ignore files and directories:
C:\Dreamweaver\Projects\java.sun.com\j2se\1.4.2\docs\
www.eeworm.com/read/396844/2406722
m minbrack.m
function [br_min, br_mid, br_max, num_evals] = minbrack(f, a, b, fa, ...
varargin)
%MINBRACK Bracket a minimum of a function of one variable.
%
% Description
% BRMIN, BRMID, BRMAX, NUMEVALS] = M
www.eeworm.com/read/395229/2444780
h local_lim.h
/* Minimum guaranteed maximum values for system limits. Linux version.
Copyright (C) 1993, 94, 95, 96, 97, 98, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Th
www.eeworm.com/read/395229/2446624
h local_lim.h
/* Minimum guaranteed maximum values for system limits. Linux version.
Copyright (C) 1993, 94, 95, 96, 97, 98, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Th
www.eeworm.com/read/381722/2641568
h limits.h
/* Number of bits in a `char'. */
#define CHAR_BIT 8
/* No multibyte characters supported yet. */
#define MB_LEN_MAX 1
/* Minimum and maximum values a `signed char' can hold. */
#define SCHAR_MIN
www.eeworm.com/read/375736/2721588
asm maxmin.asm
;
; maximum and minimum routines.
;
.xlist
include ..\h\cmacros.inc
.list
sBegin code
assumes cs,code
cProc max,
parmW a
parmW b
cBegin
mov ax,a
cmp ax,b
jg maxdone
mo
www.eeworm.com/read/371704/2779096
m s_wavelet2roots.m
function zroots=s_wavelet2roots(wavelet)
% Compute the zeros of the z-transform of a wavelet; for a minimum-phase
% wavelet the absolute value of the roots must be > 1.
% Written by: E. R.: June 1