代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/157615/11681954
c net.c
/* Network interface functions
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
www.eeworm.com/read/157615/11681982
c ip.c
/* IP functions
NOTE: replace sizeof(ARPKT) with ARPLEN!!
Debug option to send IP datagrams with a dummy 'options' field */
#define BIGHEAD 0 /* Set non-zero to send datagrams with larger
www.eeworm.com/read/157615/11682056
c ping.c
/* Ping utility */
#define VERSION "0.18"
/* Debug option to use structured data (alphabetic chars 'a'-'w') */
#define ASCDATA 1 /* Set non-zero to use ASCII (not random) data in ping */
#
www.eeworm.com/read/157615/11682597
c ip.c
/* IP functions
NOTE: replace sizeof(ARPKT) with ARPLEN!!
Debug option to send IP datagrams with a dummy 'options' field */
#define BIGHEAD 0 /* Set non-zero to send datagrams with large
www.eeworm.com/read/346869/11714439
cpp cparams.cpp
#include "CParams.h"
//because we will always be loading in the settings from an ini file
//we can just initialize everything to zero
double CParams::dPi = 0;
double CParams::d
www.eeworm.com/read/346862/11716946
cpp cparams.cpp
#include "CParams.h"
//because we will always be loading in the settings from an ini file
//we can just initialize everything to zero
double CParams::dPi = 0;
double CParams::d
www.eeworm.com/read/157277/11722869
vhd ir.vhd
-- ir.vhd
-- This module implements the Instruction Register (IR). IR is loaded from
-- memory on the rising edge of "clk" when "IRwrite" is asserted high. It is
-- cleared to zero when "reset" i
www.eeworm.com/read/259565/11781808
txt help4s_wavelet_from_spectrum.txt
# s_wavelet_from_spectrum #
On startup, the left subplot of the figure window shows the spectrum of the input data and a smoothed version of it. The right subplot shows a zero-phase wavelet with th
www.eeworm.com/read/259565/11782251
m s_noise.m
function seismic=s_noise(seismic,varargin)
% Function computes zero-mean noise with the same structure as the input data set
% Depending on the option chosen the output is either the noise or the impu
www.eeworm.com/read/155543/11864107
m latcf2df.m
function [a] = latcf2df(K)
% All-Zero Lattice form to FIR Direct form Conversion
% ---------------------------------------------------
% [a] = latcf2df(K)
% a = FIR direct form coefficients (impu