-
sba-1.5
光束法平差实现,matlab和c混合编程(Bundle adjustment to achieve matlab and c mixed programming)
- 2012-12-28 16:33:58下载
- 积分:1
-
PPPMI------Dual-band-SRR-metamaterial-in-the-tera
Dual band SRR metamaterial
- 2014-11-11 04:53:48下载
- 积分:1
-
cc_grids_constrained
CC_GRIDS_CONSTRAINED computes CC orders and grids satisfying a constraint.
- 2012-09-01 16:40:18下载
- 积分:1
-
chazhinihe
插值与拟合回归,可以进行多元拟合线性回归等功能的实现,(Interpolation and fitting, can undertake multivariate regression fitting linear regression, etc, the realization of the function of
)
- 2011-04-28 09:04:31下载
- 积分:1
-
calibration3
matlab对滞回模型的校准程序,主要是校准改进I-K滞回模型的校准(Matlab in the civil engineering)
- 2012-10-17 13:34:16下载
- 积分:1
-
Matlabebook
Matlab详细手册
Matlab详细手册
Matlab详细手册()
- 2007-09-06 15:28:41下载
- 积分:1
-
5
说明: DC MOTOR SPEED CONTROL 4
- 2010-10-14 01:14:27下载
- 积分:1
-
shuzhuangchengxu2
梳状导频方式下OFDM系统的LS、LMMSE算法比较(Comb Pilot OFDM system under LS, LMMSE algorithm)
- 2008-06-11 15:33:28下载
- 积分: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
-
erchengfa
简单方便的最小二乘法曲线拟合,运用一个实例程序很好的解释了曲线拟合方法(Simple and convenient method of least squares curve fitting, using a good explanation of the example program of curve fitting method)
- 2015-03-03 10:21:15下载
- 积分:1