-
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
-
bch
自己年编写的matlab中bch码的仿真程序。有编码和译码2个主程序,附有运行结果。(Their own, prepared in BCH code in matlab simulation program. Coding and decoding has two main program, with the results.)
- 2008-06-09 20:47:04下载
- 积分:1
-
State_Order_change
如何在Simulink中改变其状态量的顺序的实例程序,主要用于控制系统的设计(Explores how to leverage the Structure with Time Simulink data format to alleviate ordering and index issues on inputs/outputs/states.)
- 2011-01-04 15:25:58下载
- 积分:1
-
initpop
求matlab编的遗传算法源程序,用于求解带约束的优化问题。(Seeking matlab genetic algorithm source code for solving optimization problems with constraints.)
- 2014-09-25 22:17:22下载
- 积分:1
-
baoluqu
雷达在单部大功率干扰、多部分布式干扰情况下探测距离和暴露区的仿真(Radar simulation distance and exposed areas in a single portion of power interference, multiple distributed interference)
- 2021-04-13 16:58:56下载
- 积分:1
-
8051fx_wdog
This example program shows how to configure PCA Module 4 as a
watchdog timer. In this example, the watchdog is configured to
overflow after 0xFF00 clock cycles.
- 2007-11-22 20:59:22下载
- 积分:1
-
matlab
基本的matlab程序开发 对于matlab的入门有很重要的作用,快速掌握matlab(basic matlab s programme develop
)
- 2009-05-06 21:09:17下载
- 积分:1
-
fern
Experiments with MATLAB源代码:fern仿真(Experiments with MATLAB source code: fern Simulation)
- 2011-04-25 11:06:56下载
- 积分:1
-
fft
利用matlab实现功率谱估计中的间接法,不是通过函数调用实现的,是根据算法的思想,一步一步实现的,文件夹中还有实现自相关的算法(Using matlab to achieve the indirect method of power spectrum estimation, not by function calls, is based on the idea of the algorithm, step by step, the folder also auto-correlation algorithm)
- 2012-06-15 10:58:27下载
- 积分:1
-
HMM
用matlab来解决隐马尔科夫的概率问题(HMM in matlab)
- 2012-09-06 15:18:50下载
- 积分:1