-
68872607AGA
利用自适应遗传算法求解多元函数的最值问题。(Most adaptive genetic algorithm for multi-function value.)
- 2013-01-18 14:18:31下载
- 积分:1
-
Ada_Boost
adaboost算法,用matlab编写的源程序,希望对大家有帮助(AdaBoost algorithm, prepared by matlab source, in the hope that we have to help)
- 2008-12-22 22:13:13下载
- 积分:1
-
gas-liquid-and-vapor-liquid
水的沸腾程序,能和FLUENT一起做水的相变(Water boiling process, energy and FLUENT to do with the phase change of water)
- 2011-05-20 09:49:57下载
- 积分:1
-
hh
说明: 直接带入数据..可以求解理论总塔板数以及提馏和精馏段塔板数(directly into the data can be solved .. Theory total plate number and stripper and distillation of the plate numbers)
- 2007-07-02 12:08:29下载
- 积分:1
-
MODASK
This program simulates Digital ASK Modulation.
- 2011-01-09 11:05:17下载
- 积分:1
-
cycling_code
说明: 循环码编码,能够根据用户需要改变参数,完成循环码编码(crc encode)
- 2009-07-26 21:29:27下载
- 积分:1
-
uplink_downlink
ofdm is the important technology for future wireless communication. battery power is constraint one. to improve this many energy efficiency scheduling are used along with power allocation technique
- 2013-02-25 21:50:06下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
trainlm
使用MATLAB语言写的,LM算法,将LM算法应用于神经网络的训练,大幅提高速度(Using MATLAB language, LM algorithm)
- 2012-05-18 21:48:09下载
- 积分:1
-
simplex
使用Matlab编程工具对单纯形法的基本算法的实现,不包括二阶段修正部分(Simplex algorithm)
- 2014-10-15 18:02:04下载
- 积分:1