-
Modal_Analysis
用于结构振动模态分析,可用于简单分析一些多自由度结构的频率等(Modal analysis for structural vibration can be used for simple analysis of the structure of a number of multi-frequency degrees of freedom)
- 2010-09-15 13:59:21下载
- 积分:1
-
Hiding-image-with-Gaussian
Image Encryption and Decryption
- 2014-08-29 13:12:24下载
- 积分:1
-
correlation-dimension(GP-method)
gp算法计算关联维数源程序,内有Lorenz数据,可根据自己数据改写(gp correlation dimension algorithm source code, there Lorenz data, the data can be rewritten according to their own)
- 2011-09-13 09:49:17下载
- 积分:1
-
new
本程序画出了时间序列下的各变量变化图,得到混沌性质,从而在区域内对变量进行取值,达到模拟出混沌的目的(This procedure draws the time series of each variable changes in plans, the chaotic nature, and thus in the region of variable values, to simulate the purpose of Chaos)
- 2007-07-31 12:42:06下载
- 积分:1
-
normalize_BP
说明: LDPC码归一化解码算法,加深对BP译码算法的理解(LDPC code decoding algorithm normalized to deepen the understanding of the BP decoding algorithm)
- 2010-05-02 16:49:48下载
- 积分:1
-
opt_foil
二维翼型优化程序,需要调用fluent和tecplot(2D foil optimization technique, need to use fluent and tecplot)
- 2017-12-09 21:47:24下载
- 积分:1
-
ESLII[1]
elements of statistical learning 统计学习与推理的经典教材(elements of statistical learning statistical learning and reasoning of the classical textbook)
- 2009-12-06 23:37:41下载
- 积分:1
-
snr
signal to noise ratio in different formats
- 2013-07-30 21:25:15下载
- 积分:1
-
youhua
matlab学习matlab学习matlab学习(matlab study)
- 2014-09-19 18:31:42下载
- 积分: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