代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/236649/14006154
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
www.eeworm.com/read/133341/14048568
c tbdm.c
/*
$Log: tbdm.c,v $
Revision 1.1.1.1 2001/11/19 19:50:16 smorlat
First cvs.
Revision 1.1.1.1 2001/08/08 21:29:08 simon
First import
* Revision 1.1 1996/08/19 22:30:26 jaf
* Initial revisio
www.eeworm.com/read/235723/14054949
pas minfunc.pas
{ **********************************************************************
* Program MINFUNC.PAS *
* Version 2.0d
www.eeworm.com/read/235612/14061508
m contents.m
% The CREWES Project Synthetics Toolbox
%
% A collection of tools for building synthetic seismic traces and sections.
% Also contains numerous wavelet functions and an interactive wavelet editor.
www.eeworm.com/read/204559/15337025
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
www.eeworm.com/read/202486/15381540
cpp pr0608.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 6.8 on page 143
// Finding the minimum value in an array
#include // defines
www.eeworm.com/read/201318/15410762
xml bislider.xml
This component is used to show a slider control.
www.eeworm.com/read/106690/15626675
m realproba.m
% realproba() - compute the effective probability of the value
% in the sample.
%
% Usage:
% >> [probaMap, probaDist ] = realproba( data, discret);
%
% Inputs:
% data - the d
www.eeworm.com/read/101557/15826897
m quadi.m
function [stepmin]=quadinter(steps,matf)
%QUADINTER Quadraticly interpolates three points to estimate minimum.
% This function uses QUADRATIC interpolation and
% the values of three