-
For2008a
ACOUNT: 用于A 方向灯的时间显示,8 位,可驱动两个数码管;
BCOUNT: 用于B 方向灯的时间显示,8 位,可驱动两个数码管。*/
module traffic(CLK,EN,LAMPA,LAMPB,ACOUNT,BCOUNT)
output[7:0] ACOUNT,BCOUNT
(reg[7:0] numa,numb
reg tempa,tempb
reg[2:0] counta,countb
reg[7:0] ared,ayellow,agreen,aleft,bred,byellow,bgreen,bleft
reg[3:0] LAMPA,LAMPB
always @(EN)
if(!EN)
)
- 2010-06-23 14:39:58下载
- 积分:1
-
hough-Matlab
自动检测圆的Matlab源码,有图例示范有源代码演示(Matlab source code automatically detects the circle, there are legends demo model source code)
- 2009-10-28 10:16:48下载
- 积分:1
-
code1
code is related to matlab any can use it
- 2011-09-09 15:56:12下载
- 积分:1
-
Vblast_QR
VBLAST的QR实现,包括维特比软译码 以及软解调 严格按照802.11构建(VBLAST of QR implementation, including the Viterbi soft decoding and soft-demodulator constructed in strict accordance with the 802.11)
- 2009-02-27 09:20:28下载
- 积分:1
-
LCS
使用贪心算法解决了图论算法中的最大点集覆盖问题 (Greedy algorithm using graph theory algorithms to solve the biggest point set covering problem)
- 2015-01-18 09:57:26下载
- 积分:1
-
main
An Neuro-Fuzzy Controller for a Non Linear Power Electronic Boost Converter
- 2016-08-01 16:23:05下载
- 积分:1
-
Partial Shading (ALMarCho)
说明: For partial shading of PV system.
- 2019-06-01 17:50:37下载
- 积分:1
-
MATLAB
matlab系统仿真的说明,例子多样清楚,简单易懂(system simulation matlab note, for example, clearly diverse, easy-to-read)
- 2009-03-26 13:44:00下载
- 积分:1
-
MATLAB-for-engineers-and-scienists-
<<工程与科学数值方法的matlab实现>>此书中的源代码(the source codes for the book <<applied numerical methods with MATLAB for engineers and scienists>>)
- 2012-05-03 11:33:35下载
- 积分:1
-
PSO
标准粒子群算法,内含1个简单的适应度函数,可直接运行,没有错误(Standard particle swarm algorithm, containing a simple fitness function, can be directly run, no error)
- 2013-12-26 12:25:14下载
- 积分:1