-
eye_detect
用matlab语言来实现一幅图像中对人脸中左右眼睛的定位。(detect eye in a image which include a face)
- 2014-11-14 10:09:04下载
- 积分:1
-
Code
说明: matlab粒子群优化(Particle Swarm Optimization, PSO)算法(Particle Swarm Optimization)
- 2020-04-14 00:26:08下载
- 积分:1
-
Matlab_Example100
采用MATLAB语言编写的应用实例,主要目的是了解MATLAB的功能,实现对M语言的熟练掌握。(MATLAB language using an application example, the main purpose is to understand the function of MATLAB to achieve proficiency on the M language.)
- 2010-05-23 10:57:39下载
- 积分:1
-
BNT
The Bayes Net Toolbox for Matlab was written by Kevin Patrick Murphy et al.
This version was last updated on 17 Oct 2007..
- 2011-06-05 16:39:19下载
- 积分:1
-
CAmatlab
交通流研究中的元胞自动机模型源码,可以模拟交通现象(traffic flow study of Cellular Automata Model source, the phenomenon can be simulated traffic)
- 2007-06-01 22:57:43下载
- 积分:1
-
matlab-grammar-
MATLAB中的基本语法和语句示例代码,MATLAB中基本的知识,具有实用性(MATLAB basic grammar and sentence sample code, MATLAB basic knowledge, practical)
- 2014-09-18 11:01:00下载
- 积分:1
-
example03_01
在matlab中调用smooth函数进行加噪数据的平滑处理的方法代码(The M code tells how to call a function to smooth the data which be merged into the noise in Matlab )
- 2010-09-25 22:44:25下载
- 积分:1
-
Simple-Clustering
ICA Clustering
In computer science, Imperialist Competitive Algorithm (ICA)[1] is a computational method that is used to solve optimization problems of different types. Like most of the methods in the area of evolutionary computation, ICA does not need the gradient of the function in its optimization process.
From a specific point of view, ICA can be thought of as the social counterpart of genetic algorithms (GAs). ICA is the mathematical model and the computer simulation of human social evolution, while GAs are based on the biological evolution of species
- 2012-08-18 20:11:12下载
- 积分:1
-
143069211sa-for-tsp-1
This is matlab implementation for finding shortest path by using simulated annealing
- 2015-04-15 14:18:53下载
- 积分: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