-
ClusteringCoefficient
此程序用于求网络(交通网,电网,水网等)的聚类系数(This procedure is used to find the clustering coefficient of the network (transportation networks, power grids, water networks, etc.))
- 2012-10-13 08:43:55下载
- 积分: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
-
SURF-Points
Module Provides implementation of SURF Points to detect invariant features input image for robust image matching. It takes less time to detect features an image rather than SIFT
- 2015-02-20 20:01:18下载
- 积分:1
-
est_symbol
基于小波变换的PSK信号符号率估计的matlab程序(Based on Wavelet Transform PSK Symbol Rate Estimation signal matlab program)
- 2009-05-07 11:48:39下载
- 积分:1
-
fenxingyingyong
matlab在几何分形图中的应用,对初学分形课的同学有很大帮助(matlab in the geometry of fractal images, fractal lessons for beginners of great help to students)
- 2010-05-17 20:07:39下载
- 积分:1
-
Enhanced-Local-Texture
一篇很好的英文文献。导师推荐的,关于可变光照下人脸识别,用matlab仿真(A good English literature. Mentor recommended on face recognition under variable illumination, matlab simulation)
- 2014-09-19 14:52:48下载
- 积分:1
-
fast-ICA
快速ICA算法原理及MATLAB程序实现(Fast ICA algorithm and MATLAB program)
- 2020-07-24 15:18:46下载
- 积分:1
-
codelisting
MATLAB模拟的电磁学时域有限差分法的配套程序(MATLAB simulation of electromagnetic hours FDTD matching program)
- 2013-12-04 12:47:09下载
- 积分:1
-
DecimalFormatSymbolsProvider
Default constructor, for use by subclasses.
- 2014-02-24 09:52:02下载
- 积分:1
-
ILI9225_GP
说明: 这是9225的初始化资料,绝对OK,已测试过的,效果非常不错,欢迎大家试用(This is the 9225 initialization information, absolutely OK, have been tested, the effect is very good, welcome trial)
- 2010-04-02 14:25:59下载
- 积分:1