-
chapter9
精通MATLAB数字图像处理与识别 chapter9 代码(Proficient in MATLAB digital image processing and recognition chapter9 code)
- 2013-12-05 20:48:28下载
- 积分:1
-
Plan-question
用matlab解决实际生活中的线性规划问题 属于实例教程 模拟一次函数 二次函数等求出最优解(The optimal solution using matlab to solve real-life examples of linear programming problems belong to simulate a tutorial function, such as a quadratic function)
- 2014-02-15 22:04:39下载
- 积分:1
-
差分进化算法
差分演化算法的matlab程序: function DE(Gm,F0)%差分进化算法程序基本程序%F是变异率 F0=0.6 Gm=1000; %最大迭代次数Np=100; %种群规模CR=0.9; %杂交参数G=1;%初始化代数D=0;%所求问题的维数eps=1e-9;%精度ge=zeros(1,Np);%各代的最优值bestx=zeros(Np,D);%各代的最优解%产生初始种群%xmin=-10;xmax=100;%带负数的下界xmin=-5.12;xmax=5.12;%-----函数值计算-----------function result=DEMB(XX); sol=XX; result=0;for i=1:D result=result sol(i)^2; %y=sum(XX.^2-10.*cos(2.*pi.*XX) 10);endend%---------------------------X0=(xmax-xmin)*rand(Np,D) xmin;X=X0;%%%%%%%%%%变异操作X1new=zeros(Np,D);%初始化X1_new=zeros(Np,D);%初始化X1=zeros(Np,D);%初始化value=zeros(1,Np);while Gxmin)&(bonCR %利用二项分布来交叉 X1_new(i,:)=X(i,:); else X1_new(i,:)=X1new(i,:); end end %%%%%%%%%%%%%%%竞争操作 for i=1:Np if DEMB(X1_new(i,:))
- 2021-05-06下载
- 积分:1
-
Swimming_relay_lingo
说明: 某班准备从5名游泳队员中选择4人组成接力队,参加学校的4×100m混合游泳接力比赛。 5名队员4种泳姿的百米平均成绩如下表,问应如何选拔队员组成接力队?(Classes to prepare a swim team from the five-member Select 4 relay team, participated in the School of the 4 × 100m relay swimming race mixing. Five members of the four kinds of strokes average 100 meters in the following table and asked how the composition of the selection of relay team members?)
- 2009-08-10 11:35:48下载
- 积分:1
-
Truss-Analysis
truss analizer analize the truss with matlab code
- 2013-08-30 18:03:28下载
- 积分:1
-
trans_time
各种时间之间的转换,包括:
将GPS周和周内秒转换到公历时间,
由公历日期和GPS周内秒计算公历时间,
将公历GPS时间转换到GPS周和周内秒,
将简化儒略日转换到公历时间,
将公历时间转换到简化儒略日,
从儒略日计算公历时间,
将公历时间转换到儒略日等。(The conversion between various times, including:
Conversion of GPS weeks and weeks to the calendar time,
The calendar time is calculated from the date of the calendar and the seconds within GPS weeks.
The GPS time of the calendar is converted to GPS weeks and within seconds,
Julian day will simplify the conversion to the calendar time,
The Gregorian calendar time to simplify the Julian day,
Calculate the Gregorian calendar time from Julian day,
Convert calendar time to Julian day.)
- 2020-09-16 09:47:57下载
- 积分:1
-
简单实用的BP神经网络代码
是一个简单实用的神经网络代码,可实现输入数据,给出预测结果,便于学习和掌握。
- 2022-02-16 01:10:58下载
- 积分:1
-
xiaogonglv
小功率电源的matlab仿真程序,实现三相电的转换(Low-power power supply matlab simulation program, to achieve three-phase power conversion)
- 2010-08-06 20:43:01下载
- 积分:1
-
19586564UWB_matlamatlab
本仿真是基于超宽带仿真,包括完整的系统分析和仿真程序。(The simulation is based on ultra-wideband simulation, including complete system analysis and simulation procedures.)
- 2010-10-28 22:21:02下载
- 积分:1
-
baset
说明: matlab仿真延迟相乘法估计调制信号符号速率(matlab simulation multiplication delayed modulation signal symbol rate is estimated)
- 2008-11-15 10:43:52下载
- 积分:1