代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/258434/11864425
c bitcnt_1.c
/*
** Bit counter by Ratko Tomic
*/
int bit_count(long x)
{
int n = 0;
/*
** The loop will execute once for each bit of x set, this is in average
** twice as fast as the shift/test
www.eeworm.com/read/341877/12057101
c bitcnt_1.c
/*
** Bit counter by Ratko Tomic
*/
int bit_count(long x)
{
int n = 0;
/*
** The loop will execute once for each bit of x set, this is in average
** twice as fast as the shift/test
www.eeworm.com/read/337328/12376365
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/250723/12387308
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/148472/12464938
m cp0801_ppmreceiver.m
% FUNCTION 8.5 :"cp0801_PPMreceiver"
%
% Simulates the receiver for 2PPM TH UWB signals and compute the average
% BER
% 'R' is an array containing different waveforms of the received signals
% 'm
www.eeworm.com/read/132105/14110290
txt @psc_readme_4937_3.txt
Title: ^-Mean, Median, Mode, and Range-^
Description: This program will ask how many numbers you want to find the average of, then it will allow you to enter your numbers(yes they can even be decimal
www.eeworm.com/read/233844/14132653
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/130553/14186738
c bitcnt_1.c
/*
** Bit counter by Ratko Tomic
*/
int bit_count(long x)
{
int n = 0;
/*
** The loop will execute once for each bit of x set, this is in average
** twice as fast as the shift/test
www.eeworm.com/read/128477/14294478
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
www.eeworm.com/read/127232/14367983
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