P,PI D控制系统仿真设计的例子,为初学者提供详细的程序去学习。
上传时间: 2013-12-25
上传用户:1051290259
g(x)=f(m,n,L), 其中,m,n,L均服从正态分布,分布情况也在所给的图中. 使用matlab,用蒙特卡罗模拟法 对该函数进行模拟,得出g(x)大于0的概率.
上传时间: 2016-10-25
上传用户:youmo81
用于计算G-P关联维;和一些相关参数。并能确定最佳的嵌入维数;不是很成熟;希望各位指正;
上传时间: 2013-12-19
上传用户:wuyuying
二插法已知:F(x1,x2)=4*x1-x2的平方-12;求极小值,极小值点,迭代次数? 用复合形法求极值。
标签: 12
上传时间: 2014-01-25
上传用户:ruan2570406
数据加密程序 p macro buf lea dx,buf mov ah,9 int 21h endm data segment pp db 0dh,0ah, welcome you to run this programme!$ qq db 0dh,0ah, when you input number,press enter.$ qw db 0dh,0ah, 6eh,52h,94h,52h,$ qa db 0dh,0ah, $ info1 db 0dh,0ah,0dh, input number:$ info2 db 0dh,0ah, output number:$ bufa db 20
上传时间: 2013-12-24
上传用户:离殇
F:\梦幻西游\自动跑商开发
上传时间: 2014-01-08
上传用户:1101055045
For sigma-delta modulated Factional-N P
标签: Factional-N sigma-delta modulated For
上传时间: 2016-11-09
上传用户:bcjtao
一、用GA直接训练BP网络的权重算法 主程序:gafault.m 它包括以下子程序: 1. BP网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; 二、用GA先求BP网络的权重,再用纯BP直接训练BP的混合GA-BP算法 主程序:gabpfault.m 它包括以下子程序: 1. 网络初始化:nninit.m――给出P,T,R,S1,S2; 2. 适应值计算函数:gabpEval.m; 3.将遗传算法的编码解码为BP网络所对应的权值、阈值函数:gadecod.m; 三、纯BP 主程序:(1)bpfault.m 在MATLAB5.2上 (2)bpfault.m 在MATLAB6.5上 为后来所加
上传时间: 2014-08-15
上传用户:litianchu
无约束条件 max f(x1,x2)=21.5+x1*sin(4*pi*x1)+x2sin(20*pi*x2) -3.0<x1<12.1 4.1<x2<5.8 1%的变异 25%交叉 旋转转轮选择
上传时间: 2013-11-26
上传用户:咔乐坞
public void playerUpdate(final Player p, final String event, final Object eventData) { // queue a call to updateEvent in the user interface event queue Display display = Display.getDisplay(midlet) display.callSerially(new Runnable() { public void run() { DRMPlayer.this.updateEvent(p, event, eventData) } }) }
标签: final playerUpdate eventData public
上传时间: 2013-12-18
上传用户:1109003457