代码搜索:average

找到约 5,196 项符合「average」的源代码

代码结果 5,196
www.eeworm.com/read/133540/14036160

cpp stddev.cpp

#include #include "stddev.h" /** Calculate the arithmetic mean (a.k.a. average) */ double stddev::calc_mean_( const double *v, const size_t N ) { double mean = 0.0; do
www.eeworm.com/read/133540/14036193

cpp stddev.cpp

#include #include "stddev.h" /** Calculate the arithmetic mean (a.k.a. average) */ double stddev::calc_mean_( const double *v, const size_t N ) { double mean = 0.0; do
www.eeworm.com/read/235612/14060926

m vave2vint.m

function vint=vave2vint(vave,t) % vins=vave2vint(vave,t) % % Convert average to interval velocity % NOTE: It is illegal for you to use this software for a purpose other % than non-profit education or
www.eeworm.com/read/187477/8637006

ins resr10.ins

The new index "yannisR10.idx" is created. rectangles inserted: 10 splits: 0 splits per insert: 0.00 pages touched per insert: 1.00 # of downward splits: 0 average downward splits per insert: 0.
www.eeworm.com/read/285722/8821807

m gpstrackingdemo.m

% % Comparison of TYPE2, DAMP2 and DAMP3 vehicle tracking models using % a simulator for 1.5 km figure-8 track at 90 kph average speed % clear all; close all; % % Load satellite ephemerides and
www.eeworm.com/read/284258/8952345

r print.sum.psgc.r

"print.sum.psgc"
www.eeworm.com/read/381211/9104240

m entropy.m

function [H,Ht]=entropy(x); % function [H,Ht]=entropy(x). % % x =any INTEGER vector or array. (Real values are rounded.) % % H = Average entropy in vector x in bits per symbol. % Ht = Total entr
www.eeworm.com/read/184175/9118897

m rndtopo1d.m

% % function [C,netsize,D,Rm,Rd] = rndtopo1d(n,d,vard) % % Generates random topology and traffic matrix. Nodes are Poisson % distributed with average n on a line of size n. Distance between a flow's %
www.eeworm.com/read/181293/9260495

m rndtopo1d.m

% % function [C,netsize,D,Rm,Rd] = rndtopo1d(n,d,vard) % % Generates random topology and traffic matrix. Nodes are Poisson % distributed with average n on a line of size n. Distance between a flow's %
www.eeworm.com/read/179809/9336010

f rd.f

program rd c...Average-polynomial interpolation ENO reconstruction c...via the primitive function. Polynomial order controlled c...by parameter m (e.g. m=3 corresponds to quadratic) c...B