代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/168625/9904339

tcl spaceway-ngso.tcl

# # Spaceway NGSO # # Zero phasing between planes, since an odd number of sats in planes # 180deg opposed means that sats cross the other plane halfway between # sats in that plane, which is ideal for
www.eeworm.com/read/168118/9937264

m impulse.m

function imp=impulse(v,n) % IMPULSE: create a signal with a single impulse in it % % imp=impulse(v,n) % imp=impulse(v) % % returns a vector of the same size as v which is zero % except at samp
www.eeworm.com/read/168118/9937783

m oncurve.m

function index=oncurve(x,y,xnot,ynot) % index=oncurve(x,y,xnot,ynot) % % ONCURVE returns zero if the point (xnot,ynot) is not determined to lie on % the piecewise linear curve represented by the vec
www.eeworm.com/read/362500/9996096

m mdauto.m

function [ax,mx,stdx] = mdauto(x,flag) %MDAUTO Autoscales matrix with missing data to mean zero unit variance. % Autoscales matrix (x) with missing values indicated by (flag), % returning a matri
www.eeworm.com/read/359212/10161223

c zncc.c

/** * \file zncc.c * \author Peter Corke * \brief optimized zero-mean cross correlation * * CSIRO MANUFACTURING SCIENCE & TECHNOLOGY * QCAT, PO Box 883, Kenmore, Q 4069, Australia *
www.eeworm.com/read/359181/10162013

java categorizer.java

package shared; import java.lang.*; import java.io.*; /** Abstract base class for Categorizers. Number of categories must be * strictly positive (greater than zero). Description cannot be empty
www.eeworm.com/read/357628/10204543

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/426325/10262544

pas xlscommon.pas

unit XLSCommon; interface uses SysUtils; type ExlsFileError = class(Exception); const MAX_COL_COUNT = 255; MAX_ROW_COUNT = 65535; {zero based} MAX_SHEET_COUNT
www.eeworm.com/read/162188/10327862

src poisson.src

/* ** poisson.src - Poisson Regression Model (with Optional Truncation-at-zero) ** ** ** (C) Copyright 1988-1995 Aptech Systems, Inc. ** All Rights Reserved. ** ** This Software Product is PRO
www.eeworm.com/read/161460/10407318

java categorizer.java

package shared; import java.lang.*; import java.io.*; /** Abstract base class for Categorizers. Number of categories must be * strictly positive (greater than zero). Description cannot be empty