代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/247775/12619632

cpp pinvs.cpp

void pinvs(int ie1, int ie2, int je1, int jsf, int jc1, int k, double c[], int nci, int ncj, int nck, double s[], int nsi, int nsj) { double zero = 0.0; int one = 1; double psc
www.eeworm.com/read/334090/12638081

c frexp.c

/****************************************************************************/ /* frexp v2.24 */ /* Copyright (c) 1995-2002 Texas Instrum
www.eeworm.com/read/334090/12638331

asm u_tofs16.asm

;****************************************************************************** ;* U_TOFS16.ASM - 16 BIT STATE - v2.24 * ;* Copyright (c) 1996-2002 Texas Instru
www.eeworm.com/read/238439/13887322

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/238274/13898131

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/135534/13922762

c bls2.c

/************************************************************************* (c) Copyright 1993 University of Tennessee All R
www.eeworm.com/read/135534/13922840

c bls2.c

/************************************************************************* (c) Copyright 1993 University of Tennessee All R
www.eeworm.com/read/134548/13984003

aspx eventlog2.aspx

Sub Page_Load(Sender As Object, E As EventArgs) 'Declare all variables dim x as integer dim y as int
www.eeworm.com/read/234916/14094005

cpp vander.cpp

void vander(double x[], double w[], double q[], int n) { const int nmax = 100; double zero = 0.0; double one = 1.0; double c[100]; int i,j,k,k1; double xx,t,b,s; if (n ==
www.eeworm.com/read/205181/15325002

c start08.c

/****************************************************************************** FILE : start08.c PURPOSE : 68HC08 standard startup code LANGUAGE : ANSI-C / INLINE ASSEMBLER