代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/211274/15183248
cs gps.cs
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/206273/15297274
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/169775/5410444
c log.c
/* log.c - math routines */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01f,05feb93,jdi doc changes based on kdl review.
01e,02dec92,jdi doc twe
www.eeworm.com/read/168578/5444379
java intervalxyzdataset.java
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (
www.eeworm.com/read/168433/5446879
relnotes_55
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 version
www.eeworm.com/read/168239/5447578
java numberdisplay.java
/**
* The NumberDisplay class represents a digital number display that can hold
* values from zero to a given limit. The limit can be specified when creating
* the display. The values range from z
www.eeworm.com/read/167185/5462082
c dmclear.c
dmclear(M,n)/* clear matrix */
register double *M;
register int n;
{
register int i,lim;
register double zero;
lim=n*n;
zero=0;
for(i=0;i
www.eeworm.com/read/167185/5462197
c dmclear.c
dmclear(M,n)/* clear matrix */
register double *M;
register int n;
{
register int i,lim;
register double zero;
lim=n*n;
zero=0;
for(i=0;i
www.eeworm.com/read/167046/5470781
s memset.s
/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Hartvig Ekner , 2002.
The GNU C Library is free software;