我好漂亮喔
5/5
★
基於 1 評論
Contact 我好漂亮喔
地址 : | 701, Taiwan, Tainan City, East District, Lane 45, Section 2, Datong Rd, 5號我好漂亮喔 |
電話 : | 📞 +889997 |
分類: |
美甲屋
,
|
城市 : | Datong Rd |
黃
|
黃莉秝 on Google
★ ★ ★ ★ ★ --Q3--
library ieee;
use ieee.std_logic_1164.all;
entity Q3 is port(
IN1:in bit;
IN2:in bit;
A:in bit;
B:in bit;
Clk:in std_logic;
Q:out bit);
end Q3;
architecture a of Q3 is
begin
process(IN1,IN2,A,B,CLK)
begin
if Clk' event and Clk = '1' then
if (A and B) = '0' then
Q<=IN1;
else
Q<=IN2;
end if;
end if;
end process;
end a;
|
Write some of your reviews for the company 我好漂亮喔
您的評論將非常有助於其他客戶查找和評估信息
Recommend a place for you