代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/101557/15826900
m cubici1.m
function r=cubici1(fnew,fold,graddnew,graddold,stepsize)
%CUBICI1 Cubicly interpolates 2 points and gradients to estimate minimum.
%
% This function uses cubic interpolation and the values of two
www.eeworm.com/read/100018/15888736
cgi save_zonedef.cgi
#!/usr/local/bin/perl
# save_zonedef.cgi
# Save zone defaults
require './dns-lib.pl';
&ReadParse();
$whatfailed = "Failed to save zone defaults";
%access = &get_module_acl();
$access{'defaults'} || &
www.eeworm.com/read/100018/15889603
cgi save_soa.cgi
#!/usr/local/bin/perl
# save_soa.cgi
# Save changes to an SOA record
require './bind8-lib.pl';
&ReadParse();
&error_setup($text{'master_err2'});
%access = &get_module_acl();
&can_edit_zone(\%access,
www.eeworm.com/read/124910/6037408
in configure.in
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
# Local configure fragment for sysdeps/unix/sysv/linux.
# The Linux kernel headers can be found in
# /lib/modules/$(uname -r)/bu
www.eeworm.com/read/212047/15167647
c fsolver.c
/* min/fsolver.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publ
www.eeworm.com/read/229147/14351348
pdf zero forcing and minimum mean-square-erro equalizaion for multiuser detection in cdma channels.pdf
www.eeworm.com/read/391726/8387060
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
Function FUNC(X:real):real;
Function FUNC2(X:array of real;N:integer):real;
www.eeworm.com/read/192256/8393899
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
Function FUNC(X:real):real;
Function FUNC2(X:array of real;N:integer):real;
www.eeworm.com/read/192089/8407975
c ch05.02.c
// #include
#include
#include
/**
** Minimum value: 1 occurs: 5 times.
**/
int min( const vector< int > &ivec, int &occurs )
{
int minVal = ivec[
www.eeworm.com/read/191613/8426640
cpp pr0513.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 5.13
// Finding the minimum of four integers
#include // defines the cout ob