代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/124842/14534473

m da_pcr.m

% % mv_pcr % % Principal Component Regression entry point % % % Clear the screen % da_front; drawnow; clear impact py vy; % % Make sure that none of the variables have a zero % stan
www.eeworm.com/read/124842/14534525

m da_lsqs.m

% % da_lsqs % % Least squares regression entry point % % % Clear the screen % da_front; drawnow; % % Make sure that none of the variables have a zero % standard deviation % s=std(dat
www.eeworm.com/read/222880/14669391

c net.c

/* Debug option: reverse the order in which IP fragments are sent */ #define SUBFIRST 0 /* Set non-zero to transmit subframes first */ /* Debug options to drop frames on transmit or receive */ #de
www.eeworm.com/read/222880/14669450

c net.c

/* Debug option: reverse the order in which IP fragments are sent */ #define SUBFIRST 0 /* Set non-zero to transmit subframes first */ /* Debug options to drop frames on transmit or receive */ #de
www.eeworm.com/read/222880/14669477

c net.c

/* Debug option: reverse the order in which IP fragments are sent */ #define SUBFIRST 0 /* Set non-zero to transmit subframes first */ /* Debug options to drop frames on transmit or receive */ #de
www.eeworm.com/read/119817/14820590

c alloc.c

#include "mail.h" /* Allocate & initialize a mail structure, and all the buffers it needs */ MAIL * _mail_alloc(int namelen) { MAIL *mail; /* Use calloc, to init structure to zero */ if ( (m
www.eeworm.com/read/119473/14829623

asm ex15_4.asm

; EX15_4.asm ; ; This program compares the performance of length prefixed strings versus ; zero terminated strings using some simple examples. ; ; Note: these routines all assume that the strings
www.eeworm.com/read/217397/14966141

c cmplxflt.c

/* * SCHDINT A SIMULINK scheduling integration * * Syntax: [sys, x0] = cmplxflt(t, x, u, flag, NUM, DEN, TS) * * This block will reset the integration to be zero at K*TD(1) + TD
www.eeworm.com/read/217397/14966215

c schdint.c

/* * SCHDINT A SIMULINK scheduling integration * * Syntax: [sys, x0] = schdint(t, x, u, flag, TD, TS, Modulo) * * This block will reset the integration to be zero at K*TD(1) + T
www.eeworm.com/read/216045/15028157

m nyqui.m

function nyqui(alpha,action) %impulse response and Fourier transform of raised-cosine pulse warning off; % avoid devide by zero warning if nargin == 0 alpha = .5; end; if isstr(alpha)