代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/164272/10120301
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/164272/10120333
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/163523/10154915
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/357136/10215700
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
www.eeworm.com/read/357136/10215717
m df2latcf.m
function [K] = df2latcf(a)
% FIR Direct form to All-Zero Lattice form Conversion
% ---------------------------------------------------
% [K] = df2latcf(a)
% K = Lattice filter coefficients (refle
www.eeworm.com/read/162344/10312798
v packer.v
`timescale 1ns/10ps
module packer(
//input
clk,nrst,
dcten,idle,
den,dc,eob,zero15,
lumenb,chromenb,
din,din_
www.eeworm.com/read/162188/10328433
src negbin.src
/*
** negbin.src - Negative Binomial Regression Model
** (Truncation-at-zero and Variance Functions Optional)
**
** (C) Copyright 1988-1995 Aptech Systems, Inc.
** All Rights Reserv
www.eeworm.com/read/424063/10501811
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/424063/10501940
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/424063/10502207
m gftrunc.m
function c = gftrunc(a, tp)
%GFTRUNC Truncates redundant part of a GF(P) polynomial.
% C = BFTRUNC(A) removes the zero coefficient from the highest order
% terms from a GF(P) polynomial