代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/113685/6126380
result sample.result
************* MULTIGRID BENCHMARK *******************
NUMBER OF POINTS PER DIRECTION = 513
MAXIMUM NORM OF THE ERROR = 0.1484D-05
MAXIMUM NORM OF THE DEFECT = 0.9168D-
www.eeworm.com/read/113165/6137960
h timer.h
/*************************************************************************
* *
* Open Dynamics Engine, Copyright (C) 2001,2002 R
www.eeworm.com/read/101082/6248211
c networkdelta.c
#ifndef lint
static char *sccsid = "@(#)networkdelta.c 4.1 (ULTRIX) 7/2/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1988
www.eeworm.com/read/101082/6251854
m sail.m
.. @(#)sail.m 1.1 83/03/17
.TH SAIL PUBLIC
.UC 4
.SH NAME
sail \- multi-user wooden ships and iron men
.SH SYNOPSIS
.B sail
[
.B \-x
] [
.B num
]
.br
.fi
.SH DESCRIPTION
.I Sail
is a computer version
www.eeworm.com/read/101082/6251855
6 sail.6
.. @(#)sail.m 1.1 83/03/17
.TH SAIL 6
.UC 4
.SH NAME
sail \- multi-user wooden ships and iron men
.SH SYNOPSIS
.B sail
[
.B \-x
] [
.B num
]
.br
.fi
.SH DESCRIPTION
.I Sail
is a computer version of Av
www.eeworm.com/read/493294/6399933
m averagec.m
%AVERAGEC Combining of linear classifiers by averaging coefficients
%
% W = AVERAGEC(V)
% W = V*AVERAGEC
%
% INPUT
% V A set of affine base classifiers.
%
% OUTPUT
% W Combined classifier.
%
%
www.eeworm.com/read/402868/11526782
m my_clusters2.m
function Results=my_clusters2(Guess,Correct_size)
%This function calculates the real coordinates of the faces from the raw
%guesses and the template sizes used. To do so it groups the local maxima
www.eeworm.com/read/402862/11526846
m nlmeansfilter.m
function [output]=NLmeansfilter(input,t,f,h)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% input: image to be filtered
% t: radio of search window
% f: radio of s
www.eeworm.com/read/400577/11572628
m averagec.m
%AVERAGEC Combining of linear classifiers by averaging coefficients
%
% W = AVERAGEC(V)
% W = V*AVERAGEC
%
% INPUT
% V A set of affine base classifiers.
%
% OUTPUT
% W Combined classifier.
%
%
www.eeworm.com/read/158370/11622814
cpp 5ii.cpp
#include
// GetAveMaxMin() Calculate the average, max, and min. of
// a list of pos. values terminating with a negative number
// ASSUMPTION: List must contain one positive value
/