代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/429378/8809698

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/428974/8826200

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/428974/8826208

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/384905/8834839

c lstring.c

///////////////////////////////////////////////////////////////////////////////// // Copyright(c) 2001-2002 Hybus Co,.ltd. All rights reserved. // // Module name: // lstring.c // // Description:
www.eeworm.com/read/383177/8963584

c free_53.c

/*===========================================================================*/ /* SEED reader | free_type53 | station header */ /*======================================
www.eeworm.com/read/383177/8963760

c free_43.c

/*===========================================================================*/ /* SEED reader | free_type43 | station header */ /*======================================
www.eeworm.com/read/283708/8994610

cpp chartma.cpp

// ChartMA.cpp: implementation of the CChartMA class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "LastProject.h" #include "ChartMA.h"
www.eeworm.com/read/283498/9015798

asm peek1st.asm

; Need to include "lists.a" in order to get list structure definition. include lists.a wp equ ;I'm a lazy typist ; Special case to handle MASM 6.0 vs. all other assembler
www.eeworm.com/read/185152/9054910

m gulf.m

function [fvec,J] = gulf(n,m,x,opt) % *************************************************** % *************************************************** % function [fvec, J]= gulf(n,m,x,opt) % Gulf resea
www.eeworm.com/read/184327/9109567

pas ac1105.pas

program tju1105; const zero=1e-6; var a,k,l,r,t,s1,s2:extended; begin repeat read(a,k); l:=k;r:=1e10; repeat t:=(l+r)/2; s1:=a*t*t/2; s2:=(t-k)*(t-k)*(t