代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/487628/6506601

txt changes.txt

Changes in Version JM 14.2 (since JM 14.1) ------------------------------------------ - encoder: fix cabac_zero_word calculation (KS) - encoder: bipredictive ME bug fixes (EM/AT) - encoder: MBAFF
www.eeworm.com/read/487180/6516552

m oversamp.m

% Program 3-4 % oversamp.m % % Insert zero data to input data % % Programmed by H.Harada % function [out] = oversamp( indata, nsymb , sample) %****************** variables ***************
www.eeworm.com/read/480683/6659845

diz file_id.diz

VisualDSP Plus Plus v4.0 Analog Devices [2005-06-20] [40/40] TEAM Z.W.T ( ZERO WAiTiNG TiME ) 2005
www.eeworm.com/read/409645/11317290

c solve.c

#include "cbox11.h" /*[function Solve : Solution of the linear systems of equations by the Gauss elimination method providing for interchanging rows when encountering a zero diagonal coeficient. A
www.eeworm.com/read/409645/11317317

c solve.c

#include "cbox5.h" /*[ function Solve : Solution of the linear systems of equations by the Gauss elimination method providing for interchanging rows when encountering a zero diagonal coeficient. A
www.eeworm.com/read/409645/11317347

c solve.c

#include "cbox2.h" /*[function Solve : Solution of the linear systems of equations by the Gauss elimination method providing for interchanging rows when encountering a zero diagonal coeficient. A :
www.eeworm.com/read/409645/11317383

c solve.c

#include "cbox1.h" /*[function Solve for the solution of a linear system of equations by the Gauss Elimination method providing for interchange of rows when a zero diagonal coeficient is encountered.
www.eeworm.com/read/263812/11339905

frm frmarray.frm

VERSION 5.00 Begin VB.Form frmArray01 Caption = "Fig. 7.2: Initializing array elements to zero" ClientHeight = 3090 ClientLeft = 2745 ClientTop = 2415
www.eeworm.com/read/406910/11432821

m mdiv.m

function s = mdiv(varargin) % multiplies a number of argument % DESCRIPTION s = mdiv(a,b,c,...) % Divides (.*) varables of different sizes. % No warning if divide by zero. % Arguments are expanded
www.eeworm.com/read/402842/11527082

m compress.m

function [c, err] = compress(a, ratio) % COMPRESS Compress an array % % [c, err] = compress(a, ratio) % % The "compression" is achieved by zero-out 100*ratio percent of array % element with smal