代码搜索:vhdl
找到约 10,000 项符合「vhdl」的源代码
代码结果 10,000
www.eeworm.com/read/333258/12692666
ppt vhdl.ppt
www.eeworm.com/read/144021/12822720
pdf vhdl例程.pdf
www.eeworm.com/read/329963/12923341
pdf vhdl.pdf
www.eeworm.com/read/243682/12925515
txt vhdl.txt
/L12"VHDL" Line Comment = -- Nocase String Chars = " File Extensions = VHD VHO VHDL
/Delimiters = ; ( )'=:+/-*|&,
/Indent Strings = "entity" "architecture" "component" "begin" "(" "if" "case" "els
www.eeworm.com/read/328113/13046109
doc vhdl.doc
www.eeworm.com/read/327444/13077965
pdf vhdl.pdf
www.eeworm.com/read/240876/13189872
txt vhdl.txt
--fadd.vhd fadd.vhd one bit full adder
library ieee ;
use ieee.std_logic_1164.all;
entity fadd is
port(
a: in std_logic;
b: in std_logic;
ci : in std_logic;
co: out std_logic;
www.eeworm.com/read/138605/13228643
txt vhdl.txt
5-1加法器(减法器电路设计
5-1-1全加器电路
--fadd.vhd fadd.vhd one bit full adder
library ieee ;
use ieee.std_logic_1164.all;
entity fadd is
port(
a: in std_logic;--被加数
b: in std_logic;---加数
ci : in std
www.eeworm.com/read/240247/13229363