-
PIDMAC
将PID算法与MAC算法相结合,使具有更好的控制效果。(The PID algorithm and MAC algorithm combined with better control effect.)
- 2009-03-04 15:54:22下载
- 积分:1
-
ant_tsp
用蚁群算法解决旅行商问题,有详细的注释,写成了函数,可修改部分参数后使用(Ant colony algorithm to solve traveling salesman problem, detailed notes, written in a function, some parameters can be modified to use)
- 2010-09-02 21:11:07下载
- 积分:1
-
uwbmatlab
说明: 还是ofdm的matlab仿真,加上simulink的模块仿真,有具体的说明!(OFDM is the matlab simulation, together with the simulink simulation module, there are specific!)
- 2008-09-17 23:00:45下载
- 积分:1
-
dwt
it is a dwt watermark code
- 2013-05-25 22:40:36下载
- 积分:1
-
WavetMatlab
基于小波的图像融合 matlab源程序 小波分析是当前应用数学和工程学科中一个迅速发展的新领域(Wavelet-based image fusion matlab source code)
- 2009-12-12 15:16:33下载
- 积分:1
-
DS_CDMA
直接序列扩频源程序,对于研究扩频的朋友十分有益,请大家下载!(the code of DSSS,It s very good for study DSSS)
- 2011-04-29 18:17:50下载
- 积分:1
-
QPSK.ashx
基于MATLAB的QPSK通信系统仿真源码,信道误码率等(MATLAB-based simulation of communication systems QPSK source, channel bit error rate)
- 2011-05-16 21:45:12下载
- 积分:1
-
Still-Image-and-Video-Compression-with-MATLAB
an usefull book about İ mage compression with matlab
- 2012-05-28 20:10:34下载
- 积分:1
-
critical-speed-of-nine-elements
十四单元的matlab程序,有少许改动。(14 unit matlab procedures, there are little changes.)
- 2012-11-14 15:40:10下载
- 积分:1
-
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