代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/167584/9959879

c lstring.c

/****************************************************************************** * Filename : util.c * * Program : loader.
www.eeworm.com/read/363143/9966656

asm func.asm

;****************************************************************************** ;* TMS320C6x C/C++ Codegen PC Version 4.32 * ;* Date/Time created: Tue May 23 16:09
www.eeworm.com/read/362663/9987302

m makeparitychk.m

function [c, newH] = makeParityChk(dSource, H, strategy) % Generate parity check vector bases on LDPC matrix H using sparse LU decomposition % % dSource : Binary source (0/1) % H : LDPC ma
www.eeworm.com/read/362663/9987308

m decodelogdomain.m

function vHat = decodeLogDomain(rx, H, N0, iteration) % Log-domain sum product algorithm LDPC decoder % % rx : Received signal vector (column vector) % H : LDPC matrix % N0
www.eeworm.com/read/361464/10050825

html instructions2.doc31.html

VM Spec Contents |
www.eeworm.com/read/163927/10139669

m kruh.m

function circle=kruh(vel,radius); % make circle of ones in the zero-matrix sized SxS with the radius RADIUS % circle=kruh(s,radius); % B.Zitova, zitova@utia.cas.cz pom=1:floor(vel/2); if floor(ve
www.eeworm.com/read/359349/10154187

m d_zpolse.m

% Name:d_zpolse.m % The function to draw the pole-zero diagram and the impulse response for discrete system clear; A=input('Type in the coefficient vector of denominator polynomial:'); B=input('Ty
www.eeworm.com/read/359349/10154231

m d_zpole.m

% Name:d_zpolse.m % The function to draw the pole-zero diagram and the impulse response for discrete system clear; A=input('Type in the coefficient vector of denominator polynomial:'); B=input('Ty
www.eeworm.com/read/358389/10189985

v alu.v

//----------------------------------------------------------------------------- // Title : ALU Behavioral Model //-----------------------------------------------------------------------------
www.eeworm.com/read/356815/10220888

cpp gf2.cpp

#include #include NTL_START_IMPL void div(GF2& x, GF2 a, GF2 b) { if (b == 0) Error("GF2: division by zero"); x = a; } void div(GF2& x, long a, GF2 b)