代码搜索:zero

找到约 10,000 项符合「zero」的源代码

代码结果 10,000
www.eeworm.com/read/491610/6431057

c measure.c

/* Measure the Normally distributed noise in a small region. Assume that the mean is zero. */ #include #include #define MAX #include "lib.h" mai
www.eeworm.com/read/487180/6516546

m compoversamp.m

% Program 3-8 % compoversamp.m % % Insert zero data to Ich and Qch input data % % programmed by H.Harada % function [iout,qout] = compoversamp( idata, qdata , nsymb , sample) %***********
www.eeworm.com/read/486654/6524089

cpp 1793.cpp

/* This Code is Submitted by wywcgs for Problem 1793 on 2006-09-12 at 20:26:32 */ #include #include #include using namespace std; const char NUM[][10] = { "zero
www.eeworm.com/read/481966/6633387

cpp 1793.cpp

/* This Code is Submitted by wywcgs for Problem 1793 on 2006-09-12 at 20:26:32 */ #include #include #include using namespace std; const char NUM[][10] = { "zero
www.eeworm.com/read/479665/6684612

cpp a100else.cpp

// nuovi concetti: diverso da zero equivale a vero #include using namespace std; int main() { int n; cout > n; cout
www.eeworm.com/read/477723/6732876

m compoversamp.m

% Program 3-8 % compoversamp.m % % Insert zero data to Ich and Qch input data % % programmed by H.Harada % function [iout,qout] = compoversamp( idata, qdata , nsymb , sample) %***********
www.eeworm.com/read/476907/6754075

m wnyqui.m

function wnyqui(alpha,action) %impulse response and Fourier transform of root-raised-cosine pulse warning off; % avoid devide by zero warning if nargin == 0 alpha = .5; end; if isstr(alpha) a
www.eeworm.com/read/410510/11280524

m norm_0mean_1variance.m

function im = norm_0mean_1variance(imvec); % written by xiaoxun zhang. %normalize to zero mean and unit variance im = imvec - mean(imvec); im = im/norm(im);
www.eeworm.com/read/409992/11305366

h assert.h

/* * * assert.h * * Assertion - use liberally for debugging. Defining NDEBUG * turns assertions off. * assert(exp) where exp is non-zero does nothing, while * assert(ex
www.eeworm.com/read/406421/11442656

cpp stpinvar.cpp

// // File = stpinvar.cpp // #include "stpinvar.h" void StepInvar( double_complex *pole, int num_poles, double_complex *zero, int num_zeros,