代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/309003/3708633
m idfig10.m
% idfig10 -- Ideal Figure 10: Ideal Fourier Damping of Noisy Data
%
% For comparison purposes.
%
% The reconstruction is obtained by setting to zero in the
% Fourier domain all coefficients sma
www.eeworm.com/read/307164/3728080
f ieeeck.f
INTEGER FUNCTION IEEECK( ISPEC, ZERO, ONE )
*
* -- LAPACK auxiliary routine (version 3.0) --
* Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,
* Courant Institute,
www.eeworm.com/read/306178/3747986
buffer
'buffer' is a cross between the LPC array type and the LPC string type.
'buffer' is intended as a way to conveniently manipulate binary data.
'buffer' is not zero-terminated (that is, it has an
www.eeworm.com/read/303435/3811382
main sumiggbzo.su.main
SUMIGGBZO - MIGration via Gaussian Beams of Zero-Offset SU data
sumiggbzo outfile vfile= nz= [optional parameters]
Required Parameters:
vfile= name of file co
www.eeworm.com/read/303435/3812543
readme
README for Demo5
This demo shows a multimedia model with synclines,
and 3 sets of zero offset seismic sections with
different ray content.
Run the Demo by typing
PSdemo
www.eeworm.com/read/303435/3812558
readme
README for Demo5
This demo shows a multimedia model with synclines,
and 3 sets of zero offset seismic sections with
different ray content.
Run the Demo by typing
Xdemo
www.eeworm.com/read/303435/3812758
readme
This directory is used to compute a synthetic zero-offset
section over a model with a topographic surface, a variable
base of weathering and a reflector at depth. After running
Xcshot, the model is d
www.eeworm.com/read/295117/3912249
mv-moves-large-file
dd if=/dev/zero of=foo seek=10k count=1 2>/dev/null
busybox mv foo bar
test ! -e foo
test -f bar
www.eeworm.com/read/293917/3927316
cpp fig10_53.cpp
/**
* Compute all-shortest paths.
* a contains the adjacency matrix with
* a[ i ][ i ] presumed to be zero.
* d contains the values of the shortest path.
* Vertices are numbered starting at
www.eeworm.com/read/279968/4131303
c fe_dfl_env.c
#include
/*
* Define for FE_DFL_ENV macro, all bits zero.
*/
const fenv_t __fe_dfl_env = { 0 };