代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/136812/5859448
c rect_util.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)rect_util.c 1.1 92/07/30 Copyr 1984 Sun Micro";
#endif
#endif
/*
* Copyright (c) 1983 by Sun Microsystems, Inc.
*/
/*
* Various rectangle util
www.eeworm.com/read/347622/11653913
rss aknexslider.rss
/* Copyright (c) 2004, Nokia. All rights reserved */
// RESOURCE IDENTIFIER
NAME EXSL
// INCLUDES
#include
#include
#include
#include
www.eeworm.com/read/168845/5432751
cpp prim-example.cpp
//=======================================================================
// Copyright 2001 Jeremy G. Siek, Andrew Lumsdaine, Lie-Quan Lee,
//
// Distributed under the Boost Software License, Vers
www.eeworm.com/read/188324/8550660
m fnmin.m
function [minval, minsite] = fnmin(f,interv)
%FNMIN Minimum of a function (in a given interval).
%
% FNMIN(F) returns the minimum value of the scalar-valued univariate spline
% in F on its ba
www.eeworm.com/read/359900/10116931
m minperpoly.m
function [x, y] = minperpoly(B, cellsize)
%MINPERPOLY Computes the minimum perimeter polygon.
% [X, Y] = MINPERPOLY(F, CELLSIZE) computes the vertices in [X, Y]
% of the minimum perimeter polyg
www.eeworm.com/read/418342/10952880
m minperpoly.m
function [x, y] = minperpoly(B, cellsize)
%MINPERPOLY Computes the minimum perimeter polygon.
% [X, Y] = MINPERPOLY(F, CELLSIZE) computes the vertices in [X, Y]
% of the minimum perimeter polyg
www.eeworm.com/read/326135/13163429
m minperpoly.m
function [x, y] = minperpoly(B, cellsize)
%MINPERPOLY Computes the minimum perimeter polygon.
% [X, Y] = MINPERPOLY(F, CELLSIZE) computes the vertices in [X, Y]
% of the minimum perimeter polyg
www.eeworm.com/read/309003/3708608
m vdlfig09.m
% vdlfig09 -- Minimum Entropy Focusing: Evaluate minimum
%
% Here we experiment with using the wavelet transform to focus a blurry
% signal (i.e. one convolved with an autoregressive filter). By a
www.eeworm.com/read/208294/4994425
c gminval.c
#include "csf.h"
#include "csfimpl.h"
/* get minimum cell value
* RgetMinVal returns the value stored in
* the header as the minimum value.
* If the minMaxStatus is MM_WRONGVALUE
* then a missin
www.eeworm.com/read/334276/3369438
cpp template.cpp
// Section 10.1
// $ CC template.cpp
/*
minimum of 10 and 20 is: 10
minimum of 10.3 and 20.6 is: 10.3
*/
#include
using std::cout;
using std::endl;
template