题目内容

请在下面空白处填入适当内容,完成365进制双向BCD计数器的设计。library ieee;use ieee.std_logic_1164.all;use ieee.std_logic_unsigned.all;use ieee.std_logic_arith.all;entity cnt365 isport(clk, rst, updown: in std_logic;qout: buffer std_logic_vector(9 downto 0));end cnt365;architecture behave of ___________ isbeginprocess(clk,rst,updown)beginif rst='1' then qout<=(others=>'0');elsif clk'event and clk='1' thenif updown='1' thenif qout="___________________" thenqout<=(others=>'0');elsif qout(7 downto 0)=x"_______" thenqout<=qout+x"67";elsif qout(3 downto 0)=x"________" thenqout<=qout+x"7";else qout<=qout+1;end if;elseif qout="0000000000" thenqout<="_________________";elsif qout(7 downto 0)="00000000" thenqout<=qout-x"_____________";elsif qout(_______________)="0000" thenqout<=qout-x"__________";else qout<=qout-1;end if;end if;end if;end process;end behave;

查看答案
更多问题

节能护眼台灯则多用于客厅、卧室。

A. 对
B. 错

中药饮片厂生产黄连饮片必须实施的质量管理规范是

A. GAP
B. GCP
C. GLP
D. GUP
E. GMP

《药品生产许可证》的有效期是

A. 1年
B. 2年
C. 3年
D. 4年
E. 5年

根据《药品生产质量管理规范》的要求,关于药品生产企业生产时的要求,下列说法错误的是

A. 药品生产企业的质量管理负责人和质量受权人可以兼任
B. 不同级别洁净区之间的压差应不低于20帕斯卡
C. 质量控制实验室通常应当与生产区分开
D. 每批药品应当有批记录,批记录应当由质量管理部门负责管理

答案查题题库