-
wavemanupulations
ECG wave form manupolations
- 2010-02-20 04:18:15下载
- 积分:1
-
Neural-network-design-of-source2
说明: 神经网络设计源码,通过MATLAB仿真验证过(Neural network design source, verified by MATLAB)
- 2010-04-12 20:20:49下载
- 积分:1
-
a
说明: 一个很基础的运动目标检测的程序代码、码源~(A very moving target detection based code, source code ~)
- 2012-05-27 21:29:18下载
- 积分:1
-
stress
FEM膜单元模态、静力计算,matlab程序(Calculation of FEM membrane element modal, static, matlab program)
- 2014-11-29 20:20:37下载
- 积分:1
-
knnaba
natlab源程序,k近邻的程序,希望对大家有用(natlab source, k neighbor procedure, in the hope that useful)
- 2008-12-22 21:55:08下载
- 积分:1
-
RayleighFadingSimulati
瑞利衰落信道条件下的MATLAB程序,是值得参考的程序(Rayleigh fading channels under the MATLAB program, the program is worth considering)
- 2011-01-10 19:50:30下载
- 积分:1
-
histogram
histogram reperesentationnnn
- 2010-05-09 19:17:14下载
- 积分:1
-
assignment2
Useful library for Matlab
- 2012-04-18 22:03:04下载
- 积分:1
-
Codes
this is code for Distance Regularized Level Set Evolution and Its Application to Image Segmentation
paper.
I used this code and it was correct and have true answers.
- 2014-08-14 14:52:11下载
- 积分: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