代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/470917/1439862
s s_fmin.s
/* Floating-point minimum. PowerPC version.
Copyright (C) 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redis
www.eeworm.com/read/453176/1642048
m range2.m
% [MIN, MAX] = range2(MTX)
%
% Compute minimum and maximum values of MTX, returning them as a 2-vector.
% Eero Simoncelli, 3/97.
function [mn, mx] = range2(mtx)
%% NOTE: THIS CODE IS NOT AC
www.eeworm.com/read/248077/4471016
m clopt.m
% CLOPT.M Find the minimum of a function input as 'fn(x(1),x(2))'
% Input function and initial guess.
clear
fn=input('Function to minimize as a string f(x(1),x(2))=')
%
% Input the limits for minimiz
www.eeworm.com/read/245488/4502920
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/242082/4556433
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/237551/4623227
h local_lim.h
/* Minimum guaranteed maximum values for system limits. Linux/PPC version.
Copyright (C) 1993-1998,2000,2002-2004,2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
www.eeworm.com/read/237551/4623251
h local_lim.h
/* Minimum guaranteed maximum values for system limits. Linux/Alpha version.
Copyright (C) 1993-1998,2000,2002,2003,2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
www.eeworm.com/read/237551/4623381
h local_lim.h
/* Minimum guaranteed maximum values for system limits. Linux/SPARC version.
Copyright (C) 1993-1998,2000,2002,2003,2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
www.eeworm.com/read/237551/4624129
s s_fmin.s
/* Floating-point minimum. PowerPC version.
Copyright (C) 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redis
www.eeworm.com/read/234134/4661927
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