代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/340608/12144054
c frexp.c
/****************************************************************************/
/* frexp v2.54 */
/* Copyright (c) 1995-2004 Texas Instru
www.eeworm.com/read/340608/12144351
asm u_tofs16.asm
;******************************************************************************
;* U_TOFS16.ASM - 16 BIT STATE - v2.54 *
;* Copyright (c) 1996-2004 Texas Instr
www.eeworm.com/read/340289/12167662
asm prog49a.asm
; Prog49A - Do Some Real Video Output
;
;
; This Program is an Attempt to get a White Bar Across the Screen.
;
; To get the Correct Voltage Levels:
; 0.00 Volts (Synch/"Blacker than B
www.eeworm.com/read/151841/12171048
txt relnotes_55.txt
LPC version 55 has the following differences from version 54:
* Preemphasis is restored to the original single-zero filter, 1-.9375**z-1.
This removes the extra 6 dB boost added around versi
www.eeworm.com/read/151143/12232875
m units4plot.m
function units=units4plot(units)
% Replace "n/a" by zero length string
if strcmpi(units,'n/a')
units='';
end
www.eeworm.com/read/339382/12239573
cpp vander.cpp
void vander(double x[], double w[], double q[], int n)
{
const int nmax = 100;
double zero = 0.0;
double one = 1.0;
double c[100];
int i,j,k,k1;
double xx,t,b,s;
if (n ==
www.eeworm.com/read/339382/12239930
cpp laguer.cpp
void value(double x1[3],double dx[3],double gm[3],double gp[3],
double sq[3],double g2[3],double h[3],double f[3],
double d[3],double b[3],double zero[3])
{
int i;
for(i=1;i
www.eeworm.com/read/339382/12240043
cpp pinvs.cpp
void pinvs(int ie1, int ie2, int je1, int jsf, int jc1, int k,
double c[], int nci, int ncj, int nck, double s[],
int nsi, int nsj)
{
double zero = 0.0; int one = 1;
double psc
www.eeworm.com/read/338612/12292112
asm 08232x2.asm
;
; BZ-100RC F I R M W A R E
;
;--------------------------------------------------------------------------
; Copyright (c) 2002-2004 by
; The Watt Stopper, Inc., Santa Clara, CA., USA
; All R
www.eeworm.com/read/150072/12317368
cpp vander.cpp
void vander(double x[], double w[], double q[], int n)
{
const int nmax = 100;
double zero = 0.0;
double one = 1.0;
double c[100];
int i,j,k,k1;
double xx,t,b,s;
if (n ==