代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/437545/7746221
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/437545/7746225
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/436097/7776568
txt readme uv interface.txt
Universal Viewer application interface
======================================
1. WM_COPYDATA message: pass data to Viewer.
wParam: handle of sender window
lParam: pointer to COPYDATASCRUCT
www.eeworm.com/read/199008/7894918
m dvdlead.m
function S = DVDLead(blockname,TunableParameters)
% SCDLEADEXAMPLE Configuration function for the lead-lag controller demo.
%
% SCDLEADEXAMPLE creates the configuration structure S which is used
www.eeworm.com/read/197650/7982812
m aux_sub2ind.m
function ndx = aux_sub2ind (siz, varargin)
% FUNCTION ndx = aux_sub2ind (siz,varargin)
%
% Linear index from multiple subscripts.
% This is same as Matlab's own sub2ind, but without checking for
% ze
www.eeworm.com/read/297896/7989558
c formula.c
#include
#include
#ifdef HEADUSED
#define DELTA 0
#else
#define DELTA 0.3
#endif
#ifndef SMB_RATIO
#define SMB_RATIO 1
#endif
#define A1 0.0176
#define A2 0.414
#
www.eeworm.com/read/397106/8067520
m change_parameter.m
function change_parameter(caller)
%When there are changes to one of the parameters of a Gaussian, save it to file.
%Used by the manual entry screen.
load synthetic
tag = get(caller, 'Tag')
www.eeworm.com/read/295861/8136468
c rs_eedec_euc.c
// ------------------------------------------------------------------
// File: rs_eedec_euc.c
// Author: Robert Morelos-Zaragoza
// Date: March 20, 2002
//
// The Reed-Somolon code is specified
www.eeworm.com/read/246404/12727429
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
www.eeworm.com/read/246404/12727904
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