-
stage_reaction
这个小程序是计算涡轮一级的反动度沿叶高分布的,只要有压力沿叶高分布的.csv文件即可(This program can calculate the reaction in the turbine, it only needs the pressure distribution along radial direction.)
- 2013-12-05 19:46: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
-
LE
说明: 拉普拉斯特征映射算法,运用MATLAB编写完成。(Laplace feature mapping algorithm, using MATLAB prepared.)
- 2015-05-07 16:51:12下载
- 积分:1
-
modulation
基于matlab仿真的调制信号详细功能实现,能完美运行,且有相关说明。(The matlab simulation-based modulation signal functions, perfect run, and instructions.)
- 2012-09-11 11:07:11下载
- 积分:1
-
802.11
802.11程序对无线局域网11的系统构成、信号体制、编解码以及OFDM结构等等,MIMO系统等等进行编程实现(802.11 wireless LAN system 11 program constitutes the signal system, codecs and OFDM structure, etc., MIMO systems, etc. can be programmed to achieve)
- 2013-11-30 15:11:53下载
- 积分:1
-
New-Microsoft-Word-Document
it will nagative the i/p image
- 2013-12-17 18:50:42下载
- 积分:1
-
TSPproblemantcolonysourcecode-
The TSP problem ant colony algorithm MATLAB source code
- 2013-08-23 17:36:57下载
- 积分:1
-
mp
说明: 可压缩传感,随机投影,稀疏性,非相干,图像重建(Compressible sensing, random projection, sparse, non-coherent, image reconstruction)
- 2015-01-13 22:12:50下载
- 积分:1
-
改进MFO算法3
对MFO的exploration和exploitation进行改进,提高算法效率(Improved MFO exploration and exploitation to increase algorithm efficiency)
- 2020-06-23 13:40:02下载
- 积分:1
-
matlab
matlab的PPT课件,内容简单易懂,易操作,适合于初学者,自动化方向(matlab software for PPT, the contents of easy-to-read, easy to operate, suitable for beginners, automatic direction)
- 2009-04-01 21:11:20下载
- 积分:1