代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/335675/12508868
vhd low_zero.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity low_zero is
port
( a1 : in std_logic_vector ( 7 downto 0 );
b1 : out std_logic_vector ( 8 dow
www.eeworm.com/read/248541/12554145
f zero1.f
subroutine zero1
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine initializes the values for some of the arrays
use parm
hru_slp = 0.
hruaao = 0.
hruyro = 0.
www.eeworm.com/read/248541/12554155
f zero2.f
subroutine zero2
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine zeros all array values
use parm
aairr = 0.
algae = 0.
anion_excl = 0.
alpha_bnk = 0.
www.eeworm.com/read/147406/12554617
c zero_pad.c
#include
void main(void)
{
int value = 5;
printf ("%01d\n", value);
printf ("%02d\n", value);
printf ("%03d\n", value);
printf ("%04d\n", value);
}
www.eeworm.com/read/248541/12554677
f zero0.f
subroutine zero0
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine initializes the values for some of the arrays
use parm
wtab = 0.8
afrt_surface = 0.
alai_min =
www.eeworm.com/read/238320/13893396
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/238313/13896107
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/237869/13924417
vi zero insert.vi
www.eeworm.com/read/237869/13924614
vi zero insert.vi
www.eeworm.com/read/236837/13996907
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);
}