代码搜索:Addition
找到约 2,224 项符合「Addition」的源代码
代码结果 2,224
www.eeworm.com/read/460435/7251094
m subsref.m
%SUBSREF Subscript reference overload of mapping
%
% This routine enables constructions like DATA = W.DATA,
% which is similar to DATA = GETDATA(W).
%
% In addition V = W(I,J) is supported for affine
www.eeworm.com/read/460187/7256236
cpp invmatrix.cpp
// header file for matrix template class
// NOTE: all matrices handled here must be SQUARE
// (i.e., # rows = # columns)
// in addition, all DIAGONAL ELEMENTS MUST BE NONZERO
// written b
www.eeworm.com/read/459593/7273107
m gwnoisy.m
function Noisysig = GWNoisy(data,sigma)
% GWNoisy- Addition of a Gaussian White Noise
% Usage
% Noisysig = GWNoisy(sig,sigma)
% Inputs
% sig Input signal
% sigma s.d for add
www.eeworm.com/read/459145/7280320
c p5.c
/* Protocol 5 (pipelining) allows multiple outstanding frames. The sender may transmit up
to MAX_SEQ frames without waiting for an ack. In addition, unlike the previous protocols,
the network
www.eeworm.com/read/450608/7480500
m subsref.m
%SUBSREF Subscript reference overload of mapping
%
% This routine enables constructions like DATA = W.DATA,
% which is similar to DATA = GETDATA(W).
%
% In addition V = W(I,J) is supported for affine
www.eeworm.com/read/441245/7673314
m subsref.m
%SUBSREF Subscript reference overload of mapping
%
% This routine enables constructions like DATA = W.DATA,
% which is similar to DATA = GETDATA(W).
%
% In addition V = W(I,J) is supported for affine
www.eeworm.com/read/299064/7894353
modemu copyright.modemu
This package was put together by John Goerzen . The
only changes made were compiling with -O2 and the addition of the brief
"QuickStart" document. Below is the copyright infor
www.eeworm.com/read/146126/12668656
cpp matrixadd.cpp
// matrix addition
#include
#include "make2dArrayNoCatch.h"
using namespace std;
template
void matrixAdd( T **a, T **b, T **c, int numberOfRows,
www.eeworm.com/read/246803/12704256
m gwnoisy.m
function Noisysig = GWNoisy(data,sigma)
% GWNoisy- Addition of a Gaussian White Noise
% Usage
% Noisysig = GWNoisy(sig,sigma)
% Inputs
% sig Input signal
% sigma s.d for add
www.eeworm.com/read/244377/12869979
m vlpvcdit.m
% In addition to the variables needed in the workspace by vlpvrun.m,
% we need: blk, lastit, w.
% method & firstit are optional.
if ~exist('method')
method = 'pdlf';
end
if ~exist('firstit')
firs