-
Sift
图像Sift特征提取,由MATLAB和C混合编程完成。(Sift feature extraction, image performed by MATLAB and C programming.
)
- 2014-12-02 14:22:31下载
- 积分:1
-
PLL
自己写的一个锁相环程序,希望对大家有所帮助(A phase-locked loop to write their own procedures, we hope to be helpful)
- 2007-11-23 14:55:12下载
- 积分:1
-
classify
分类聚类Matlab源程序m文件用于数据的分类聚类(Category clustering Matlab source code m file for the classification of the data clustering)
- 2009-11-19 21:27:46下载
- 积分:1
-
Untitled71
mimo radar STAP algorthim using MDBR
- 2010-11-15 22:09:25下载
- 积分:1
-
Matlab
常用matlab指令列表,方便初学者学习或者查询。(Matlab command list of commonly used to facilitate learning for beginners or inquiries.)
- 2008-07-14 10:30:55下载
- 积分:1
-
simexamp
自学Matlab必备的100个小程序代码,详细的对各个基础进行了编程,对初学者有很好的而帮助(The necessary 10 self-study Matlab small program code, detailed to each basis programming, for beginners is good but help
)
- 2012-03-23 18:53:31下载
- 积分:1
-
Ex5_pmm
example simulation s of analysis of electrical machinery and drive systems - Pual C. Krause - Ex5
- 2013-10-04 04:32:15下载
- 积分:1
-
Cmeans
使用MATLAB软件进行模糊C均值聚类,进行迭代并观察迭代过程。(Using MATLAB software fuzzy C-means clustering, iterative and observe the iterative process.)
- 2013-11-11 17:20:06下载
- 积分:1
-
Deskt333op
【谷速软件编程】matlab源码-精确的眼中心位置 可以作为参考使用,程序是word版本
([Valley] matlab source software programming speed- the exact location of the eye center can use as a reference, the program is a word version)
- 2014-12-16 22:01:06下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1