- 博客(3)
- 收藏
- 关注
转载 java数据类型
一、基本数据类型: 数据类型 大小 范围 默认值 byte(字节) 8 -128 - 127 0 short(短整型) 16 -32768 - 32
2015-04-12 07:54:29
224
原创 FPGA按键消抖代码
《FPGA按键消抖代码》根据单片机的利用延时实现按键消抖写了一段FPGA的消抖代码: module key(clk,rst_n,key) input clk,rst_n; output key; reg [20:0]counter; parameter T
2015-03-24 21:42:11
1645
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人