摘要:
分类:动态规划 难度:简单 题目来源:https://www.spoj.com/problems/ACODE/ 建议用时:18mins id: zoj2202 poj2033 hdu1508 sp394 spoj 题面: Alice and Bob need to send secret messa 阅读全文
摘要:
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; --功能:利用4位共阴极动态数码管实现模值为100的计数器,计数区间0~99,无进位输出 --原理:动态扫描电路,时钟分频,段选位选 entity led is port ( clkin:in std_logic;--时钟输入,也是唯... 阅读全文