-
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
-
matlab_prog
一本关于Matlab编程的书,很经典,而且是英文版的(A book on Matlab programming, classic, and is in English)
- 2010-07-22 09:12:08下载
- 积分:1
-
ITD
说明: 时域模态参数识别方法,有效的识别时域信号 并提取模态参数。效果较好(Time-domain modal parameter identification methods, and effective identification of time-domain signal and extraction of modal parameters. Better-)
- 2020-11-26 19:29:30下载
- 积分:1
-
rwg1
Antenna and EM Modeling with MATLAB
- 2011-10-07 06:06:31下载
- 积分:1
-
model19th
这是Sorensen等人提出人体血糖-胰岛素模型,依据偏微分方程组搭建的simulink仿真模型。(This simulink model is based on the theory of Sorensen team, which is the blood glucose regulation mechanism of hunman.
)
- 2013-12-05 09:47:50下载
- 积分:1
-
Introduction-to-Robotics
说明: 本书全面、简明地介绍了机器人学,包括机器人运动学分析、微分运动、机器人动力学和轨迹规划等。还有一些子系统如驱动器、传感器、视觉系统以及模糊逻辑等。(Book comprehensive and concise introduction to robotics, including robot kinematics analysis, differential motion, robot dynamics and trajectory planning. There are a number of subsystems, such as drives, sensors, vision systems and fuzzy logic.)
- 2011-03-06 08:38:36下载
- 积分:1
-
matlab
说明: 通过vc与matlab的接口,计算光滑曲面上的平均曲率和高斯曲率
(By vc interface with matlab to calculate the average on the smooth surface curvature and Gaussian curvature)
- 2011-04-11 17:09:54下载
- 积分:1
-
MATLAB--GUI
这些文档里包含了大量MATLAB GUI的实例和方法对GUI图形界面编程很有帮助(These documents contain MATLAB GUI examples and methods to help the GUI graphical interface programming)
- 2012-07-06 10:55:39下载
- 积分:1
-
Mean-shift-segmentation-algorithm-for-color-image
The goal of segmentation is to simplify and change the representation of an image into something that is more meaningful and easier to analyze. Here similar looking pixels are grouped together for efficiency of further processing. In segmentation a label is assigned to every pixel in an image such that pixels with same label share certain visual characteristics. There are many methods and algorithms to segment an image. Mean shift Algorithm is also an algorithm which can be used to segment a color image.
- 2014-12-01 20:34:19下载
- 积分:1
-
kinemat
四连杆机构的运动学仿真。输出四连杆机构各杆的位移、角度、加速度、角加速度等信息。(Kinematics simulation of the four-bar linkage. The output of each of the rod of the four-link mechanism displacement, angle, acceleration, angular acceleration, and other information.)
- 2021-03-24 20:09:14下载
- 积分:1