代码搜索:minimum
找到约 5,594 项符合「minimum」的源代码
代码结果 5,594
www.eeworm.com/read/251888/12313480
java uvs.java
/* -------------------------------------------------------------------------
* This program reads a (text) data file and computes the mean, minimum,
* maximum, and standard deviation. The one-p
www.eeworm.com/read/251885/12313700
c uvs.c
/* -------------------------------------------------------------------------
* This program reads a (text) data file and computes the mean, minimum,
* maximum, and standard deviation. The one-p
www.eeworm.com/read/129991/14213310
txt performs a dot product on 256 pairs of 9 element vectors.txt
*===============================================================================
*
* TEXAS INSTRUMENTS, INC.
*
* MINIMUM ERROR SEARCH LOOP
*
* Revision Date: 04/23/97
*
* USAGE This routin
www.eeworm.com/read/218782/14906091
m simu1.m
%On the minimum node degree and connectivity of a wireless multihop network%
%********Report research simulation***********%%%%%%%%%%%%%%%%%%%%%%%%
%************simulation of prob of each node has a
www.eeworm.com/read/218782/14906117
asv simu1.asv
%On the minimum node degree and connectivity of a wireless multihop network%
%********Report research simulation***********%%%%%%%%%%%%%%%%%%%%%%%%
%************simulation of prob of each node has a
www.eeworm.com/read/38039/1095944
mnu minmaxthk.mnu
THICK#CHECK
#
MaxThickness
Maximum wall thickness value.
#
MinThickness
Minimum wall thickness value.
#
www.eeworm.com/read/312989/3647109
txt op34b0f8bc014a.txt
* Increases the capacity of this vector, if necessary, to ensure
* that it can hold at least the number of components specified by
* the minimum capacity argument.
*
www.eeworm.com/read/309003/3708524
m mesdemo.m
%********************************************************
function MESDemo(action)
%Usage: MESDemo
%Description: Demo for paper Minimum Entropy Segmentation
%Date: August 1, 2005
%***************
www.eeworm.com/read/293917/3927378
cpp fig06_12.cpp
code{text}
/**
* Remove the minimum item.
* Throws UnderflowException if empty.
*/
void deleteMin( )
{
if( isEmpty( ) )
throw UnderflowException(
www.eeworm.com/read/293917/3927402
cpp fig06_56.cpp
/**
* Remove the minimum item and place it in minItem.
* Throws UnderflowException if empty.
*/
void deleteMin( Comparable & minItem )
{
if( isEmpty( ) )