代码搜索:Calculation

找到约 2,005 项符合「Calculation」的源代码

代码结果 2,005
www.eeworm.com/read/209401/15220646

m eps_pnl.m

% CALCULATION OF EPSILON ( algorithm : x(t+1)=x(t)+nu*epsilon(x(t)) ) %------------------------------------------------------------------------------- % y = output matrix (nsrc-by-T) % x = imput m
www.eeworm.com/read/162614/5519282

c crash22.c

// { dg-do compile } // Origin: Debian GCC maintainers // Volker Reichelt // PR c++/16706: Dependent type calculation during access checking
www.eeworm.com/read/474504/6810943

m t_ukf_kim.m

function [est_x , PA, PHI, Inno] = t_ukf_kim(F, est_x, PA, Qvec, R, Cbn, llh, svxyzmat, measvec, cl_bias, deltat) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/471872/6883607

h modexp.h

/* modexp.h handle the Modexp calculation ((a^p)%m) using Montgomery algorithm (O(logn)) */ #ifndef _MODEXP_H #define _MODEXP_H #define BIGINT unsigned long long BIGINT modexp(BIG
www.eeworm.com/read/292863/8328506

m var2.m

% V = VAR2(MTX,MEAN) % % Sample variance of a matrix. % Passing MEAN (optional) makes the calculation faster. function res = var2(mtx, mn) if (exist('mn') ~= 1) mn = mean2(mtx); end
www.eeworm.com/read/292863/8328586

m var2.m

% V = VAR2(MTX,MEAN) % % Sample variance of a matrix. % Passing MEAN (optional) makes the calculation faster. function res = var2(mtx, mn) if (exist('mn') ~= 1) mn = mean2(mtx); end
www.eeworm.com/read/369540/9641228

c sig1.c

/********* *sig1.c * *********/ #include #include #include #include int main(int argc,char **argv) { double y; sigset_t intmask; int i,repeat_fact
www.eeworm.com/read/369113/9662328

todo

TODO ==== - update vbv_delay calculation to agree with November 1994 (WG11 approved IS draft of ISO/IEC 13818-2). - allow intra only encoding of sequences (disable ipflag in putseq.c)
www.eeworm.com/read/368120/9711131

h calu.h

//======== Copyright(C) ?????????????? All rights reserved! ====== // Copyright contents herein, currently it is not defined!! // // Purpose: Interface for Calculation arthmatic expression // //
www.eeworm.com/read/269220/11105420

h doctor.h

//===================================== // doctor.h //===================================== #ifndef HEADER_DOCTOR #define HEADER_DOCTOR //------------------------------------- #include"graduates