-
bupingdu
求解一幅图像内连接任意两点的变化最平缓曲线上最大值与最小值的差值(Solution to connect any two points within an image change in the most gentle curve of the difference between maximum and minimum)
- 2010-07-25 21:34:59下载
- 积分:1
-
mathematica5.0-mainbook
matlab提供使用的全部函数说明和范例指导。全面而便于查询(matlab provides all the functions used in the guidance notes and examples. A comprehensive and easily accessible)
- 2009-12-02 11:33:16下载
- 积分:1
-
GA
说明: 利用matlab实现了遗传算法,并利用该算法对一般的连续函数进行了求最值的问题 (Using the genetic algorithm matlab implementation and use of the method of continuous functions in general for finding the best value problems)
- 2010-05-18 16:59:41下载
- 积分:1
-
E-plot
Electric field plot of a cylindrical antenna, conformally mapped, in matlab(source code)
- 2011-05-04 08:33:25下载
- 积分:1
-
clutch
自动离合器,模型包含制动器,,变速器,主减速器,差速器等子模型及其模糊控制规则(Automatic clutch, the model includes brakes, transmission main gear box, differential and sub-model and its fuzzy control rules)
- 2012-06-22 17:47:38下载
- 积分:1
-
create_PEC_plates
matlab程序,fdtd算法创建pec完美匹配曾目标的程序,语言简单易懂(Matlab, FDTD algorithm to create the pec perfect match has target program, easy to understand language)
- 2013-09-26 20:01:57下载
- 积分:1
-
mypwe
2D PWM Photonic crystal source code
- 2013-12-03 17:34:30下载
- 积分: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
-
DSP_FFT
产生两不迥频率的信号,并对两信号作复数FFT变换,找出频率为50Hz的信号对其进行能量计算(Two distant signal is not generated frequency, and two signals for complex FFT transform to identify the frequency of 50Hz signal to calculate its energy)
- 2013-12-01 10:35:35下载
- 积分:1
-
Image-inpainting
attached file contains matlab code
- 2014-12-06 13:06:23下载
- 积分:1