代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/393518/8280785
m zerocros.m
function [t,s]=zerocros(x,m)
%ZEROCROS finds the zeros crossings in a signal [T,S]=(X,M)% find zero crossings in a signal
% Inputs: x = input waveform
% m = mode string containing:
%
www.eeworm.com/read/192744/8288866
txt pinvs.txt
Sub PINVS(IE1, IE2, JE1, JSF, JC1, K, C(), NCI, NCJ, NCK, S(), NSI, NSJ)
ZERO = 0#: ONE = 1
Dim PSCL(10), INDXR(10)
JE2 = JE1 + IE2 - IE1
JS1 = JE2 + 1
For I = IE1 To IE2
www.eeworm.com/read/174450/9586927
fp semilagranianfluiddiffuse.fp
!!FP1.0
#Date:2003/12/31
#try to compute Brook sparse Matrix - Vector Multiplication Just For TEXRECT
# Vector X ----TEX0
# Previous ====TEX1 //////record the previous result
# Element & Posit
www.eeworm.com/read/174450/9586944
fp sdmatvectorrect.fp
!!FP1.0
#Date:2003/12/31
#try to compute Brook sparse Matrix - Vector Multiplication Just For TEXRECT
# Vector X ----TEX0
# Element ----TEX1 -- _iDataTexID // record the non zero elements
#
www.eeworm.com/read/174450/9586994
fp multisdmatvectorrect.fp
!!FP1.0
#Date:2003/12/31
#try to compute Brook sparse Matrix - Vector Multiplication Just For TEXRECT
# Vector X ----TEX0
# Previous ====TEX1 //////record the previous result
# Element & Posit
www.eeworm.com/read/174450/9587009
fp sdmatvectorrect.fp
!!FP1.0
#Date:2003/12/31
#try to compute Brook sparse Matrix - Vector Multiplication Just For TEXRECT
# Vector X ----TEX0
# Element ----TEX1 -- _iDataTexID // record the non zero elements
#
www.eeworm.com/read/174450/9587299
fp multisdmatvectorrect.fp
!!FP1.0
#Date:2003/12/31
#try to compute Brook sparse Matrix - Vector Multiplication Just For TEXRECT
# Vector X ----TEX0
# Previous ====TEX1 //////record the previous result
# Element & Posit
www.eeworm.com/read/370224/9608470
c thybrj1.c
/* driver for hybrj1 example. */
#include
#include
#include
int fcn(void *p, int n, const double *x, double *fvec, double *fjac, int ldfjac,
int iflag);
int
www.eeworm.com/read/368919/9672765
txt 边界提取.txt
bw4=zero(m,n)
for i=2:m
for j=2:n
if bw2(i,j)==1 &&(bw2(i+1,j)==0||bw2(i-1,j)==0||bw2(i,j+1)==0||bw2(i,j-1)==0)
bw4(i,j)=1;
end
end
end
www.eeworm.com/read/173088/9674960
c start08.c
/******************************************************************************
FILE : start08.c
PURPOSE : 68HC08 standard startup code
LANGUAGE : ANSI-C / INLINE ASSEMBLER