-
MatlabandVC
Matlab与VC++的混合编程,利用Matlab强大的混图功能在VC画出想要的图形,操作步骤详细易学(Matlab and VC++ mixed programming, Matlab, mixed plan features a powerful draw the desired graphics in VC, the steps to learn more)
- 2010-06-29 10:24:16下载
- 积分:1
-
segment1
image segmentation, find in other sits
- 2013-02-11 16:23:48下载
- 积分:1
-
code2
精通MATLAB数字图像处理与识别第二章练习代码(Proficient in MATLAB digital image processing and recognition chapter exercises code)
- 2013-12-05 20:42:31下载
- 积分:1
-
cicbuchang
cic补偿 滤波器很有用的啊 ,要下载的尽快啊 很不错的啊 (cic bu chang lv bo qi hen you yong
a qing xia zai la xie xie la )
- 2010-09-13 16:25:21下载
- 积分:1
-
PhysioNet_ECG_Exporter
将mit/db心电数据库中的心电数据的数据转存为.mat格式的文件(The mit/db ECG ECG data in a database data dump to. Mat format)
- 2010-11-03 15:25:05下载
- 积分: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
-
output-feedback-control-
以时滞切换系统为对象,给出了使系统稳定的输出状态反馈器设计条件(Dynamic output feedback control for a class of switched delay)
- 2014-02-21 15:52:58下载
- 积分:1
-
MATLAB
MATLAB有限元分析与应用,详细的介绍了matlab在结构分析中的应用(MATLAB finite element analysis and application, a detailed description of the matlab in Structural Analysis)
- 2014-02-12 13:02:19下载
- 积分:1
-
LPFG_Wavelength_Find
通过配置参数来计算导入的LPFG(.xls格式data)的中心波长,适于计算中心波长漂移(Thougth setting/change the parameter to obtain the attenuation central wavelength of the LPFG.)
- 2009-05-21 20:08:36下载
- 积分:1
-
GPSPos
导入RENIX文件,通过卫星导航电文计算卫星的位置,并与精密星历做对比。(RENIX import files via satellite navigation data to calculate the position of the satellite, and with precise ephemeris do comparison.)
- 2014-12-13 00:13:27下载
- 积分:1