代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/131315/5932135

c gausspage.c

/* * Random page access with * a gaussian distribution. * * Allocate a large (zero fill on demand) address * space and fault the pages in a random gaussian * order. */ float sqrt(), log(), rnd
www.eeworm.com/read/120251/6079503

py sampleframework.py

import localogre as ogre # Big bug: Vector.ZERO is returned as a reference. If modified, then the static is modified ! class Application: def __init__( self ): self.frameListener =
www.eeworm.com/read/119864/6081723

c btdtrl.c

/* btdtrl.c * * Beta distribution * * * * SYNOPSIS: * * long double a, b, x, y, btdtrl(); * * y = btdtrl( a, b, x ); * * * * DESCRIPTION: * * Returns the area from zero to x und
www.eeworm.com/read/119864/6081933

c btdtr.c

/* btdtr.c * * Beta distribution * * * * SYNOPSIS: * * double a, b, x, y, btdtr(); * * y = btdtr( a, b, x ); * * * * DESCRIPTION: * * Returns the area from zero to x under the b
www.eeworm.com/read/119864/6081938

c gdtr.c

/* gdtr.c * * Gamma distribution function * * * * SYNOPSIS: * * double a, b, x, y, gdtr(); * * y = gdtr( a, b, x ); * * * * DESCRIPTION: * * Returns the integral from zero to x o
www.eeworm.com/read/113165/6141513

py sampleframework.py

import localogre as ogre # Big bug: Vector.ZERO is returned as a reference. If modified, then the static is modified ! class Application: def __init__( self ): self.frameListener =
www.eeworm.com/read/111672/6154058

m dscale.m

function [X,Xscale]=dscale(X) % DSCALE % ------ % [X,Xscale]=dscale(X) scales data to zero mean and variance 1. % % INPUTS: % X - Data matrix % (dimension is # o
www.eeworm.com/read/111374/6155659

c att_abs_postp.c

/* * Pitch/ Pole/Zero/Tilt postfilter * This software module was originally developed by Peter Kroon (Bell Laboratories, Lucent Technologies) in the course of development of the MPEG-2 NBC/MPEG-
www.eeworm.com/read/101082/6241524

c rename_.c

/* char id_rename[] = "@(#)rename_.c 1.2"; * * rename a file atomically * * synopsis: * integer function rename (from, to) * character*(*) from, to * * where: * return value will be zero norm
www.eeworm.com/read/487954/6502811

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