-
CCNA
思科认证CCNA study guide 640-802 英文版教材(ccna study guide 640-802)
- 2010-07-22 12:19:58下载
- 积分:1
-
MATLABintheapplicationofwatermarc
matlab可以看作小波前期工作的平台。它忽略了其他架子上的修饰,直接进入底层实现数值计算分析(wavelet Matlab can be seen as preparatory work for the platform. It ignores the other hangers tinkering with the direct access to the underlying implementation Numerical Analysis)
- 2007-01-10 11:07:26下载
- 积分: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
-
dctcode
hide message inside image and retrive it from image using dct
- 2014-02-05 14:27:57下载
- 积分:1
-
bilinear
image resample code
bilinear with Matlab
- 2009-06-06 12:54:42下载
- 积分:1
-
2
说明: matlab file to calculate trajectory
- 2011-01-28 17:55:35下载
- 积分:1
-
F16_Nonlinear_Model
说明: F16战斗机的仿真程序,可以仿真F16战斗机飞行中的姿态.(F16 fighter simulation program, you can F16 fighter jets in flight simulation gesture.)
- 2008-10-10 21:41:21下载
- 积分:1
-
guangfudianzhanchuneng
光伏电站储能控制里面的模型希望给有需要的呃人帮忙(PV power plant energy storage control inside the model the Eren help hope to those in need)
- 2013-04-27 17:57:00下载
- 积分:1
-
huiseyuce_jianyan
matlab灰色关联度预测模型,带详细说明。
并计算残差,相对误差,级比偏差值。(Matlab gray relational grade prediction model, with detailed instructions. And calculate the residuals, the relative error level than the deviation.)
- 2012-08-16 11:40:44下载
- 积分:1
-
Complete--Filter
完整的Kalman Filter、EKF、IEKF、Unscented Kalman Filter及Particle Filter滤波程序。(The complete Kalman Filter, EKF, IEKF, Unscented Kalman Filter and Particle Filter filtering procedure.)
- 2013-12-21 17:04:53下载
- 积分:1