-
Resecl
这是用于遥感影像的后方交汇计算的程序,欢迎使用。(This is used for remote sensing images of the rear intersection calculation procedures, the use of welcome.)
- 2007-04-11 20:18:24下载
- 积分:1
-
Best-so-far-ABC
很好的一个蜂群算法 基于matlab的源程序 从作者那要过来的。 ARTIFICIAL BEE COLONY ALGORITHM(Good bee colony algorithm matlab source code from the author to come. ARTIFICIAL BEE COLONY ALGORITHM)
- 2012-10-02 22:25:20下载
- 积分:1
-
PSO_Garver6网架规划(直流)
说明: 采用粒子群算法对GARVER-6节点配电网络进行直流潮流计算(DC power flow calculation of GARVER-6 node distribution network using particle swarm optimization)
- 2019-03-21 11:39:18下载
- 积分:1
-
ecgsimple
关于心电图入门的基本知识,便于初学者学习和使用。(Getting Started on the basic knowledge of ECG, easy for beginners to learn and use.)
- 2008-03-16 22:25:14下载
- 积分:1
-
Chapter8
现代通信信号在matlab中的实现以应用程序(good)
- 2009-05-09 17:30:13下载
- 积分: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
-
TenFold-adaboost
adaboost算法,采用十折分析法对参数进行优化,弱学习方法是BP神经网络(Ten fold methed on BP-adaboost)
- 2015-04-07 03:14:46下载
- 积分:1
-
event_dip
This code is about synthetics seismic data.
- 2009-11-13 03:25:51下载
- 积分:1
-
06826929
Wind energy conversion based doubly fed induction generator controlled by direct matrix converter
- 2014-08-30 08:35:34下载
- 积分:1
-
model_completregulator
model complet regulator in enghislh cmpletiii regularores completos
- 2011-11-14 01:50:01下载
- 积分:1