代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/106125/15647041
chm hacker-zero.chm
www.eeworm.com/read/103430/15732740
c zero_pad.c
#include
void main ()
{
int value = 5;
printf ("%01d\n", value);
printf ("%02d\n", value);
printf ("%03d\n", value);
printf ("%04d\n", value);
}
www.eeworm.com/read/103374/15735871
c zero_pad.c
#include
void main ()
{
int value = 5;
printf ("%01d\n", value);
printf ("%02d\n", value);
printf ("%03d\n", value);
printf ("%04d\n", value);
}
www.eeworm.com/read/102731/15760627
c zero_pad.c
#include
void main ()
{
int value = 5;
printf ("%01d\n", value);
printf ("%02d\n", value);
printf ("%03d\n", value);
printf ("%04d\n", value);
}
www.eeworm.com/read/102394/15784146
c bessel_zero.c
/* specfunc/bessel_zero.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/102394/15784159
c airy_zero.c
/* specfunc/airy_zero.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Ge
www.eeworm.com/read/101771/15818852
c zero_pad.c
#include
void main ()
{
int value = 5;
printf ("%01d\n", value);
printf ("%02d\n", value);
printf ("%03d\n", value);
printf ("%04d\n", value);
}
www.eeworm.com/read/100750/15865353
c bessel_zero.c
/* specfunc/bessel_zero.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/100750/15865366
c airy_zero.c
/* specfunc/airy_zero.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Ge
www.eeworm.com/read/433114/8544830
m s_zero_phase.m
function seismic=s_zero_phase(seismic,wlength)
% Create the zero-phase equivalent of the input data set (usually a wavelet).
% The output data set is centered at time 0; if the input data set has an
%