代码搜索:average
找到约 5,196 项符合「average」的源代码
代码结果 5,196
www.eeworm.com/read/362900/9977200
cpp anisotropic_averaging.cpp
#include
#include "meep_internals.hpp"
/* This file contains routines to compute the "average" or "effective"
dielectric constant for a pixel, using an anisotropic averaging
procedure
www.eeworm.com/read/420098/10817084
m plotersdop.m
function plotersdop(rawdatafile,len,nlines,headerbytes,ave);
% function plotersdop(rawdatafile,len,nlines,headerbytes,ave);
%
% Function to estimate Doppler centroid using the average phase shift
%
www.eeworm.com/read/458493/7295505
m contents.m
% NMM toolbox: routines for demonstration of code structure and debugging
%
% dailyAve Compute average daily flow rate from hourly flow data
% Used for analysis of Glen Canyon D
www.eeworm.com/read/458488/7295930
m contents.m
% NMM toolbox: routines for demonstration of code structure and debugging
%
% dailyAve Compute average daily flow rate from hourly flow data
% Used for analysis of Glen Canyon D
www.eeworm.com/read/452222/7444756
m mean.m
function me = mean(chr)
% STD - Average value
% For vectors, MEAN(chr) returns the mean value of the members
% in the population. For matrices, MEAN(chr) is a column vector
% containing the a
www.eeworm.com/read/434450/7865969
awk sum.awk
# accumulate totals and transactions for each person
# print the transactions in a separate file for each person
# print the total and average when done
NF == 2 { a[$1] += $2; b[$1]++
www.eeworm.com/read/144399/12796850
m contents.m
% NMM toolbox: routines for demonstration of code structure and debugging
%
% dailyAve Compute average daily flow rate from hourly flow data
% Used for analysis of Glen Canyon D
www.eeworm.com/read/124989/6034684
doc algorithm.doc
The compressor achieves an average compression rate of 60% of the
original size which is on par with "gzip". It seems that you cannot do
much better for compressing compiled binaries. This mea
www.eeworm.com/read/103088/6224095
doc algorithm.doc
The compressor achieves an average compression rate of 60% of the
original size which is on par with "gzip". It seems that you cannot do
much better for compressing compiled binaries. This mea
www.eeworm.com/read/130034/14211459
m world.m
// The Santa Fe Stockmarket -- Implementation of class World
// SOME VARIABLES EXPLAINED
//
// int malength[]
// List of moving average periods.
//
#import "World.h"
#import "MovingAverag