代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/242424/7809154
java 2.java
package shared;
import java.lang.*;
import java.io.*;
/** Abstract base class for Categorizers. Number of categories must be
* strictly positive (greater than zero). Description cannot be empty
www.eeworm.com/read/199432/7857119
txt vander.txt
procedure VANDER(X:array of real;var W:array of real;
Q:array of real; N:integer);
const
NMAX = 100; ZERO = 0;
ONE = 1;
var
C:array[0..100] of rea
www.eeworm.com/read/298012/7977586
m compoversamp.m
% Program 3-8
% compoversamp.m
%
% Insert zero data to Ich and Qch input data
%
% programmed by H.Harada
%
function [iout,qout] = compoversamp( idata, qdata , nsymb , sample)
%***********
www.eeworm.com/read/197649/7982868
m faz.m
function [f,a]=faz(data,dt)
% The function FAZ generates a frequency and amplitude using zero-crossing method
% applied to data(n,k), where n specifies the length of time series,
% and k is the
www.eeworm.com/read/197649/7982907
m fazoi.m
function [f,a]=faz(data,dt)
% The function FAZ generates a frequency and amplitude using zero-crossing method
% applied to data(n,k), where n specifies the length of time series,
% and k is the
www.eeworm.com/read/245180/12812818
m extr.m
%EXTR finds extrema and zero-crossings
%
% [indmin, indmax, indzer] = EXTR(x,t)
%
% inputs : - x : analyzed signal
% - t (optional) : sampling times, default 1:length(x)
%
% outputs : - indm
www.eeworm.com/read/244937/12829992
m wnyqui.m
function wnyqui(alpha,action)
%impulse response and Fourier transform of root-raised-cosine pulse
warning off; % avoid devide by zero warning
if nargin == 0 alpha = .5; end;
if isstr(alpha) a
www.eeworm.com/read/244154/12881028
m extr.m
%EXTR finds extrema and zero-crossings
%
% [indmin, indmax, indzer] = EXTR(x,t)
%
% inputs : - x : analyzed signal
% - t (optional) : sampling times, default 1:length(x)
%
% outputs : - indm
www.eeworm.com/read/143194/12890100
vhd reg.vhd
-- reg.vhd
-- This module implements a 16-bit general purpose register. The contents of
-- register is loaded on the rising edge of "clk". It is cleared to zero when
-- "reset" is asserted low. T