-
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
-
pso-path-plan
基于莱维飞行粒子群算法的点焊机器人路径规划(Spot welding robot Levy flight path planning based on particle swarm algorithm)
- 2016-04-30 11:14:18下载
- 积分:1
-
old
说明: 带约束算子的粒子群算法,用于matlab环境,对于搞研究的教师有很大帮助(Operator Constrained Particle Swarm Optimization for the matlab environment, engage in research for teachers are very helpful.)
- 2010-04-08 18:17:38下载
- 积分:1
-
RandomForest
随机森林算法是一个可用于数据分类和显现回归的一个相当不错的算法,可实现很多功能。这个算法只需要将所需文件放入一个matlab路径中即可实现(A pretty good random forests algorithm is an algorithm for data classification and regression show, can achieve a lot of functionality. This algorithm only to the desired file into a matlab path can be realized)
- 2014-08-06 19:55:34下载
- 积分:1
-
lms
基于matlab的LMS、LMS牛顿算法。用于实现步长K改变对LMS、NLMS的影响。(LMS、NLMS methods based on Matlab. To test the changes when change the K.)
- 2013-12-28 10:28:48下载
- 积分:1
-
vmd-verify
vmd终极修改版,各种修改更新,可用于实测信号和仿真信号分解哦。(vmd ultimate modified version, update various modifications can be used to simulate the measured signal and the signal decomposition oh.)
- 2021-03-04 10:19:32下载
- 积分:1
-
FPS_in_image
说明: 检测图像的特征点,并检测两个图像之间的匹配的特征点(Image feature point detection and matching between two images detected feature points)
- 2020-12-10 10:59:18下载
- 积分:1
-
l-p-opf
matlab ieee modified 30 bus data and pso economic disaptch
- 2011-08-27 15:12:27下载
- 积分:1
-
timesyn
说明: 通信系统中的定时同步仿真,经过matlab调试和编译,可实现定时信息提取和误差估计检测!!(Timing synchronization in communication systems simulation, debug and compile through matlab, timing information can be extracted to achieve detection and error estimates! !)
- 2010-04-21 11:03:14下载
- 积分:1
-
Information-hiding
基于 DCT(离散余弦变换 )域的信息隐藏算法是目前应用最广的变换域算法 ,此类算法的最大不足是嵌信息量小。通过分析 DCT域隐藏算法隐藏容量少的原因 ,提出了一种大容量的 DCT域信息隐藏算法。算法首先对载体图像进行频谱均匀化处理 ,然后对图像进行全局 DCT变换 ,并将隐藏信息嵌入到载体图像的低频 DCT系数上 ,信息嵌入采用分段量化的方法实现 ,提取隐藏信息时不需要原始载体图像。实验结果表明 ,该算法的嵌入容量大 ,不可感知性好。(Based on DCT (discrete cosine transform) domain information hiding algorithm is the most widely used transform domain algorithms, the largest of these algorithms is the lack of a small amount of information embedded. Hiding Algorithm for DCT domain by analyzing the hidden reasons for the low capacity, a large capacity of information hiding algorithm for DCT domain. Firstly, the spectrum of the carrier image homogenization, and then the image is a global DCT transformation, and hidden information embedded into the image of the low-frequency DCT coefficients, the information embedded in the methods used to achieve sub-quantization, extract hidden information without the original Vector image. Experimental results show that the algorithm embedding capacity, can not be perceived good.)
- 2021-04-06 09:29:03下载
- 积分:1