代码搜索:Variance

找到约 2,271 项符合「Variance」的源代码

代码结果 2,271
www.eeworm.com/read/317063/13510887

cpp sgm.cpp

// GM.cpp: implementation of the GM class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "sGM.h" #include "math.h" #ifdef _DEBUG #un
www.eeworm.com/read/142621/5764499

cpp setupdlg.cpp

// SetupDlg.cpp : implementation file // #include "stdafx.h" #include "Simulator.h" #include "SetupDlg.h" #include "help.h" #include "regvars.h" #ifdef _DEBUG #define new DEBUG_NEW #undef
www.eeworm.com/read/482389/6623987

c crossval.c

#include #include "ripper.h" #include "mdb.h" static double std_err(double *,double,int); /*****************************************************************************/ typedef void (*tr
www.eeworm.com/read/405858/11455475

m parameter.m

% clear; %======================================= % Global parameters global adebug bdebug cdebug; global n node; global Gt Gr freq L ht hr pathLossExp std_db d0; global cs_threshold; global
www.eeworm.com/read/405858/11455503

m recv_phy.m

function [Pr0, SNR] = recv_phy(tx, rv, rmodel) % send packet at PHY layer global node; global white_noise_variance; if node(tx, 3)
www.eeworm.com/read/218565/14915338

cpp statistics.cpp

#include "hbstock2/hbstock_config.h" #include #include "gnu/statistics.h" using namespace std; static double variance_calc (const std::vector& vect_data, const size_t stride, c
www.eeworm.com/read/215897/15034720

m parameter.m

% clear; %======================================= % Global parameters global adebug bdebug cdebug; global n node; global Gt Gr freq L ht hr pathLossExp std_db d0; global cs_threshold; global
www.eeworm.com/read/215897/15034765

m recv_phy.m

function [Pr0, SNR] = recv_phy(tx, rv, rmodel) % send packet at PHY layer global node; global white_noise_variance; if node(tx, 3)
www.eeworm.com/read/459540/7274082

m carrier_sense.m

function busy = carrier_sense(rv) % check if the channel is busy global node; global white_noise_variance; global rmodel cs_threshold; Pr = 0; I = find(node(:, 3)>0); for i=1:length(I)
www.eeworm.com/read/405858/11455499

m carrier_sense.m

function busy = carrier_sense(rv) % check if the channel is busy global node; global white_noise_variance; global rmodel cs_threshold; Pr = 0; I = find(node(:, 3)>0); for i=1:length(I)