代码搜索:zero

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

代码结果 10,000
www.eeworm.com/read/350636/10726572

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/350498/10737993

html cellkey.zero.html

www.eeworm.com/read/350498/10738392

html modulos.zero.html

www.eeworm.com/read/276309/10748814

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/275419/10816991

asm pre_zero.asm

;------------------------------------------------------------------ ;/* ; * predictor_zero() ; * ; * computes the estimated signal from 6-zero predictor. ; * ; */ ;---------------------------
www.eeworm.com/read/419980/10825131

c dev_zero.c

/* * Cisco C7200 (Predator) Simulation Platform. * Copyright (C) 2005,2006 Christophe Fillot. All rights reserved. * * Zeroed memory zone. */ #include #include #include
www.eeworm.com/read/273857/10897422

vhd zero_detect.vhd

library ieee; use ieee.std_logic_1164.all; entity zero_detect is port(a:in std_logic_vector(3 downto 0); zero:out std_logic); end zero_detect; architecture rtl of zero_detect is begin
www.eeworm.com/read/273857/10897887

vhd zero_detect.vhd

library ieee; use ieee.std_logic_1164.all; entity zero_detect is port(a:in std_logic_vector(3 downto 0); zero:out std_logic); end zero_detect; architecture rtl of zero_detect is begin
www.eeworm.com/read/273857/10898069

vhd zero_detect.vhd

library ieee; use ieee.std_logic_1164.all; entity zero_detect is port(a:in std_logic_vector(3 downto 0); zero:out std_logic); end zero_detect; architecture rtl of zero_detect is begin
www.eeworm.com/read/417462/10988820

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); }