代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/125716/14469226
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/122551/14685319
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/213651/15127957
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/212063/15166300
cpp test.cpp
void print_out(char *comment, float t, int comp_ct, int searches)
{
float average;
cout
www.eeworm.com/read/212063/15166306
cpp test.cpp
void print_out(char *comment, float t, int comp_ct, int searches)
{
float average;
cout
www.eeworm.com/read/37180/899917
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/491360/1191633
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/485361/1263309
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/461848/1549539
m mystats.m
function [avg, med] = mystats(u)
%MYSTATS Find mean and median with internal functions.
% Function MYSTATS calculates the average and median
% of a data set using subfunctions.
n = length(u);
a
www.eeworm.com/read/461848/1549554
m runstats.m
function [ave, std] = runstats(x)
%RUNSTATS Generate running ave / std deviation
% Function RUNSTATS generates a running average
% and standard deviation of a data set. The
% values x must be pa