代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/416230/11037438
m program_2_1.m
% Program 2_1
% Generation of the ensemble average
%
R = 50;
m = 0:R-1;
s = 2*m.*(0.9.^m); % Generate the uncorrupted signal
d = rand(R,1)-0.5; % Generate the random noise
x1 = s+d';
stem(m,d)
www.eeworm.com/read/416181/11038546
txt final.txt
in order to avoid the local extreme value, we run the algorithm 100 times
the average of the population is
8.985365 8.985365 8.985365 8.985365 8.985365 8.985365 6.547795 6.547795 6.547795
www.eeworm.com/read/464609/7066375
txt nttnetstatisitcsfile2.txt
************************
Final Values
************************
Total Packets Generated: 11049680.000000
Total Packets Delivered: 10923389.000000
Total Packets Dropped: 123545.000000
Tot
www.eeworm.com/read/464709/7067676
cpp 2350.cpp
#include
int main()
{
int n;
int m;
int count;
float sum;
float *score;
float average;
scanf("%d", &n);
for(int i = 0; i < n; i++)
{
scanf("%d", &m);
score = new
www.eeworm.com/read/197608/7069758
c gymjudge.c
/*
* File: gymjudge.c
* ----------------
* This program averages a set of five gymnastic scores.
*/
#include
#include "genlib.h"
#include "simpio.h"
/*
* Constants
* ---------
* NJu
www.eeworm.com/read/322305/7072530
m contents.m
% MFE Toolbox.
% Version 1.0.1 (2007.11.05)
% Copyright (c) 2006-2007 by Rafal Weron
%
% Reference:
% [1] R.Weron (2006) "Modeling and Forecasting Electricity Loads and
% Prices: A Statisti
www.eeworm.com/read/166571/7095797
cpp accum6.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/166571/7095807
cpp accum1.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/166571/7095814
cpp accum2.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/166571/7095815
cpp accum9.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde