代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/228506/14381163
m cp0303_ppm_random.m
%
% FUNCTION 3.4 : "cp0303_PPM_random"
%
% Generation of a PPM-UWB signal in the case of
% a random modulating signal and rectangular pulses
% The modulating signal is characterized by
% a norma
www.eeworm.com/read/228505/14381166
m cp0302_ppm_periodic.m
%
% FUNCTION 3.3 : "cp0302_PPM_periodic"
%
% Generation of a PPM-UWB signal in the case of a generic
% periodic modulating signal and rectangular pulses
% Modulating signal is chosen to be charac
www.eeworm.com/read/225725/14521728
htm ei20.htm
Effective C++, 2E | Item 20: Avoid data members in the public interface Back to Item 19: Differentiate among member functions, non-member functions, and friend functions.
Continue to Item 21: Use con
www.eeworm.com/read/122674/14676491
cpp prg13_4.cpp
#include
#pragma hdrstop
#include "bstree.h"
#include "avltree.h"
#include "random.h"
// loads array, binary search tree and avl tree with same
// n random numbers in the range
www.eeworm.com/read/222627/14682142
m timingtest.m
%TIMINGTEST Works out the average cputime required to run
% nearestneighbour
% This is a support function for nndemo.m
% T = TIMINGTEST(P, X, MODE)
% Runs NEARESTNEIGHBOUR(P, X,
www.eeworm.com/read/220661/14793890
html timeseriesdemo8.html
TimeSeriesDemo8
A time series chart with a 30-day moving average.
www.eeworm.com/read/116739/14956383
grade
#!/bin/csh -f
#
# Sript name: grade
# Example: 9.80
#
echo -n "What was your grade? "
set grade = $<
if ( $grade >= 90 && $grade 79 ) the
www.eeworm.com/read/212111/15165800
c tms470r1a256_adc10_06.c
//******************************************************************************
// Functional
// TMS470 Demo - MibADC Buffered Sample with polling
//
// Description; the MibADC is used in buff
www.eeworm.com/read/210671/15193639
cpp fig04_23.cpp
// Fig. 4.23: fig04_23.cpp
// Double-subscripted array example
#include
using std::cout;
using std::endl;
using std::ios;
#include
using std::setw;
using std::setios
www.eeworm.com/read/163965/5503696
java timer.java
/*
* Copyright 2001-2004 (C) MetaStuff, Ltd. All Rights Reserved.
*
* This software is open source.
* See the bottom of this file for the licence.
*
* $Id: Timer.java,v 1.4 2005/01/29 1