-
1
说明: matlab开发的一个检测封闭曲线质心的程序。很好用(matlab developed a closed curve centroid detection procedures. Good use)
- 2007-11-27 17:40:41下载
- 积分:1
-
yichuansuanfa
遗传算法和最速下降法的比较及其各自的优缺点(Genetic algorithms and compare the steepest descent method and their respective advantages and disadvantages)
- 2013-12-22 21:33:36下载
- 积分:1
-
Basic-Interface
Bookmark
//
// ImageAndTextCell.h
// SimpleTreeController
//
// Created by System Administrator on 7/13/11.
// Copyright 2011 __MyCompanyName__. All rights reserved.
//
- 2014-01-21 17:47:36下载
- 积分:1
-
GSA-master
说明: 实现万有引力算法,可调式成功,可用来测试23个函数,方便初学者学习。(It can be used to test 23 functions, which is convenient for beginners to learn.)
- 2020-08-11 16:12:49下载
- 积分:1
-
三个遗传算法matlab程序实例
说明: 提供了三个经典遗传算法的案例,内有源代码。欢迎大家交流,共同进步。(Three cases of classical genetic algorithm are provided with code. Welcome to communicate and make progress together.)
- 2020-12-06 22:11:52下载
- 积分:1
-
matlab_Categoriesdetection
支持向量机方法,用matlab实现,用于分类检测、模式识别,人脸检测等(matlab implementation for classification detection, pattern recognition, face detection, etc.)
- 2009-10-23 14:47:25下载
- 积分:1
-
Vecto_Control
vector control permanent magnetmotor
- 2011-07-30 14:58:11下载
- 积分:1
-
ga
说明: GA算法代码 function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制(GA algorithm code function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制)
- 2012-04-28 18:02:03下载
- 积分:1
-
SingleChannelProny
python算法,信号分析,获得信号分量的幅值、频率、初相和衰减因子。(python algorithm, signal analysis, signal components obtained amplitude, frequency, phase and attenuation factor early.)
- 2015-04-16 15:23:14下载
- 积分:1
-
SSDSADNCCMatlab
立体匹配算法中比较经典的块匹配方法。其中包含了比较有名的SADSSD算法---即左右视图中逐一比对像素数值,从而求得最小disparity 继而得到depth。(SSDSAD methods present in this file,which are improtant in the stereo matching-----we obtain the disparity with the difference of the intensity between the left and right images )
- 2010-10-15 17:03:13下载
- 积分:1