freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

數(shù)字邏輯課程設(shè)計(jì)報(bào)告--多功能數(shù)字鐘(編輯修改稿)

2025-02-14 21:53 本頁(yè)面
 

【文章內(nèi)容簡(jiǎn)介】 havior。 十進(jìn)制生成器件 2. 二十四進(jìn)制: 電路圖:生成器件: 3. 六十進(jìn)制: 電路圖: 生成器件: 模塊說(shuō)明:此計(jì)數(shù)器由兩個(gè)十進(jìn)制計(jì)數(shù)器構(gòu)成,片一的進(jìn)位TC獨(dú)立與片二的P,T連在一起,并行連接成一百進(jìn)制計(jì)數(shù)器,片一的P,T接高電平,兩片的CLK都接在同一輸入上,形成異步置零。片一上的AD,片二上的AC接入同一與非門,再接到兩片的LD上。H[3…0]構(gòu)成十位,L[3…0]構(gòu)成個(gè)位。 (2)DTSM模塊:dtsh源程序:library ieee。use 。use 。use 。entity dtsm is port(clk:in std_logic。 s :in std_logic_vector(7 downto 0)。 f :in std_logic_vector(7 downto 0)。 m :in std_logic_vector(7 downto 0)。 selout:out std_logic_vector(5 downto 0)。 segout:out std_logic_vector(6 downto 0) )。end dtsm。architecture a of dtsm issignal number:std_logic_vector(3 downto 0)。signal sel :std_logic_vector(5 downto 0)。signal seg :std_logic_vector(6 downto 0)。signal q :std_logic_vector(2 downto 0)。begina:process(clk)beginif(clk39。event and clk=39。139。)thenq=q+1。end if。end process a。process(q)BeginIcase q is when000=sel=000001。when001=sel=000010。when010=sel=000100。 when011=sel=001000。when100=sel=010000。 when101=sel=100000。when others=sel=000000。end case。end process。processbegin if sel =000001then number=m(3 downto 0)。 elsif sel=000010then number=m(7 downto 4)。 elsif sel=000100then number=f(3 downto 0)。 elsif sel=001000then number=f(7 downto 4)。 elsif sel=010000then number=s(3 downto 0)。 elsif sel=100000then number=s(7 downto 4)。 else number=1111。end if。end process。
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1