代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/364259/2906915
cpp c9-11.cpp
#include
using namespace std;
class Student
{public:
Student(int,int,int);
void total();
static float average();
private:
int num;
int age;
float score;
s
www.eeworm.com/read/356084/3042417
m slowbeamtransab_m.m
% SlowBeamTransAB_m -- Slow Beamlet Transform, taking average at boundary
% Usage
% [E,L] = SlowBeamTransAB_m(img);
% Input
% img square image, n by n
% Outputs
% E beamle
www.eeworm.com/read/194440/8194656
m filtboxnan.m
function y = filtboxnan(x,n)
% y = filtboxnan(x,n)
%
% THIS IS BASICALLY A MOVING AVERAGE OPERATOR
% x is the input vector; the no.of pts. of the vector
% need not be specified
% n is the number o
www.eeworm.com/read/194440/8194663
m filtbox.m
function y = filtbox(x,n)
% y = filtbox(x,n)
%
% THIS IS BASICALLY A MOVING AVERAGE OPERATOR
% x is the input vector; the no.of pts. of the vector
% need not be specified
% n is the number of poin
www.eeworm.com/read/194440/8194674
m filttri.m
function y = filttri(x,n)
% y = filttri(x,n)
%
% THIS IS BASICALLY A WEIGHTED MOVING AVERAGE OPERATOR
% x is the input vector; the no.of pts. of the vector
% need not be specified
% n is the numbe
www.eeworm.com/read/294589/8217535
m stdmean.m
function Y=stdmean(X,A)
%STDMEAN Weighted average based on error from the mean
% stdmean(X,A)
% This calculates a weighted mean based on how clusted the
% data is. Each value is weighted inversely
www.eeworm.com/read/393376/8293730
h visualkb.h
#define MAX_STRINGS 12
class CMyApp : public CWinApp
{
public:
virtual BOOL InitInstance ();
};
class CMainWindow : public CWnd
{
protected:
int m_cxChar; // Average character w
www.eeworm.com/read/413528/11152238
h verticalaverage.h
//
// VerticalAverage.h
// Returns a 1-dimensional array that is the average value in
// each column of the image.
//
// Copyright (C) 2003, 2006 by Jon A. Webb (Contact via GMail; username
www.eeworm.com/read/335539/12518310
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by K_average.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#de
www.eeworm.com/read/235612/14061408
m filtboxnan.m
function y = filtboxnan(x,n)
% y = filtboxnan(x,n)
%
% THIS IS BASICALLY A MOVING AVERAGE OPERATOR
% x is the input vector; the no.of pts. of the vector
% need not be specified
% n is the number o