代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/298068/7976074

txt 2007-3-15-bak.txt

MAIN:DO; /***************************************************/ /*80C196KB CPU专用寄存器*/ /***************************************************/ DECLARE ZERO WORD AT (00H); /*R*/ DECLARE AD_COMMAND
www.eeworm.com/read/298012/7977599

m oversamp.m

% Program 3-4 % oversamp.m % % Insert zero data to input data % % Programmed by H.Harada % function [out] = oversamp( indata, nsymb , sample) %****************** variables ***************
www.eeworm.com/read/197649/7982899

m fazb.m

function [f, a] = fazb(datay, deltat); % [f, a] = fazb(datay, deltat): % % Function to generate a zero-crossing (and extrema) frequency % and amplitude of datay(k,n), % where k is num
www.eeworm.com/read/196399/8093858

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 = 3.14159265358979; doub
www.eeworm.com/read/331444/12828186

m spyrnumbands.m

% [NBANDS] = spyrNumBands(INDICES) % % Compute number of orientation bands in a steerable pyramid with % given index matrix. If the pyramid contains only the highpass and % lowpass bands (i.e., zero
www.eeworm.com/read/331439/12828990

m eq.m

function r = eq(a, b) % == Equal. % (Quaternion overloading of standard Matlab function.) % % If one of the operands is not a quaternion and the other has zero vector part, % the result is obtained b
www.eeworm.com/read/330732/12873201

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 = 3.14159265358979; do
www.eeworm.com/read/330732/12873255

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 = 3.14159265358979; doub
www.eeworm.com/read/142092/12963034

m fazb.m

function [f, a] = fazb(datay, deltat); % [f, a] = fazb(datay, deltat): % % Function to generate a zero-crossing (and extrema) frequency % and amplitude of datay(k,n), % where k is num
www.eeworm.com/read/142039/12968422

m find.m

function ind = find(chr,name) % FIND - finds the index of a chromosome with a specific name in an array. % index=find(chr,'name') if the chromosome is not found the function % returns zero ind=[];