-
CAS
单点登陆的例子,说明文档,源码,jar包都有(Examples of single-point landing, documentation, source code, jar package has)
- 2007-10-23 09:13:21下载
- 积分:1
-
matlab_RDS_decoder_sourcecode
matlab RDS decoder source code
- 2007-11-11 13:25:27下载
- 积分:1
-
Slidingmodeupravljanje
Sliding mode control implementation
- 2010-08-25 03:07:13下载
- 积分:1
-
zimmerk_scia05
eBook about ANPR. Finding, analizing, process images to find regestration number plate in the image
- 2010-01-25 00:10:00下载
- 积分:1
-
Hateman-Matlab
磁流体力学中哈特曼流动的matlab源代码(Hartmann MHD flow in the source code matlab)
- 2011-05-22 22:50:59下载
- 积分:1
-
CPSO
混沌粒子群算法。将混沌搜索方法,用在粒子群算法中,避免了粒子群的陷入极小值的缺点。(Chaotic particle swarm algorithm. The chaos search method, use on the particle swarm algorithm, avoid the particle swarm into the minimum faults.)
- 2012-05-04 11:34:34下载
- 积分:1
-
camera
Matlab script to find a ball using a webcam
- 2012-06-06 17:25:22下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
Ipopt-3
MATLAB程序。无线传感器节点的定位。(Location of a wireless sensor node)
- 2015-01-07 20:19:16下载
- 积分:1
-
pid
主要研究基于粒子群算法控制系统PID参数优化设计方法以及对PID控制的改进。选择控制系统的目标函数,本控制系统选用时间乘以误差的绝对值,通过对控制系统的逐步仿真,对结果进行分析(The main research based on particle swarm optimization algorithm control system PID parameter optimization design method and the improvement of PID control. Choose the objective function of the control system, this control system uses the absolute value of the error, and the result is analyzed by the simulation of the control system.
)
- 2016-09-18 09:02:53下载
- 积分:1