-
download_schedule_matlab
下行调度资源算法的matlab实现,整个程序很完整,可运行。(Right algorithm to implement the resources of matlab and the whole process is complete and work.
)
- 2010-11-21 14:18:40下载
- 积分:1
-
musicDOAguji
空间谱估计,DOA到达角估计,MUSIC算法仿真以及延伸算法(Spatial spectrum estimation, DOA DOA estimation, MUSIC algorithm simulation and extended algorithm)
- 2013-11-20 21:08:34下载
- 积分:1
-
c2-matlab
DSP编程,c语言和matlab常用算法
(DSP programming, c language and Matlab algorithms)
- 2007-02-05 16:56:33下载
- 积分:1
-
jiaojing.zip
我们采用交警平台!对数据进行处理!我们会努力的加油(We use traffic platform! For data processing!)
- 2013-09-11 19:34:03下载
- 积分:1
-
diedai
利用数值迭代技术计算GPS数据转换,该方法修正了计算的海拔高度溢出的问题。(Calculated using numerical iterative technique GPS data conversion, correction of the method to calculate the altitude of the overflow problem.)
- 2011-11-08 10:39:30下载
- 积分:1
-
horn_antenna.tar
Realization of Horn-Antenna for plotting radiation pattern in matlab using finite difference time domain method
- 2013-10-23 20:56:56下载
- 积分:1
-
IA_LD
IA_LD是用免疫优化算法(immune algorithm)解决物流配送中心选址(Logistics and Distribution)的问题。文件打开后运行IA_LD.m文件即可得到结果,代码中有详细注释,方便修改。运行示例已经保存为图片附在压缩包中。(IA_LD is immune optimization algorithm (immune algorithm) to solve the logistics distribution center location (Logistics and Distribution) problem. Run IA_LD.m file to get the file to open the result, the code has detailed notes, easy to modify. Run the sample has been saved as a picture attached to the compressed package.)
- 2014-02-08 12:25:55下载
- 积分:1
-
pso
粒子群算法的基本程序,文中举的是最简单的例子(Particle swarm optimization of the basic procedures, the paper cited is the simplest example of)
- 2010-11-26 13:44:25下载
- 积分:1
-
genetic_algorithm
general genetic agorithm coding
- 2009-06-02 22:28:09下载
- 积分:1
-
JHSantiagoTexcoco_FletcherReeves-MatLab
Prueba1 FletcherReeves
Hernández Santiago José
Maestría en Ciencias de la Computación
Septiembre / 2011
1. Comenzar con un punto arbitrario
2. Calcular Gradiente de Fi
3. Si el Gradiente Fi es igual a 0(converge), termina
4. Si el Gradiente Fi es !=0 continuar
5. Encontrar dirección de búsqueda
Si= -GradienteFi= - Gradiente F(Xi)
6. Determinar la Longitud Optima del incremento lamda(i) en dirección Si
X(i+1)=X(i)+lamda(i)*S(i)= X(i)-lamda(i)*Gradiente F(Xi)
7. Hacer i=2
8. Obtener Gradiente Fi
9. Calcular Si= -GradFi + ( [abs(GradFi)^2]/[abs(GradF(i-1))^2] )*S(i-1)
10. Determinar la Longitud Optima del incremento lamda(i) en dirección Si
X(i+1)=X(i)+lamda(i)*S(i)= X(i)-lamda(i)*Gradiente F(Xi)
7. Verificar Optimalidad de X(i+1)
Si es optimo, detener
Si no es optimo hacer i=i+1 e ir al paso 8
- 2013-08-08 14:30:24下载
- 积分:1