-
PlanProblem
线性规划:
CmpSimpleMthd(完整单纯形法)
整数规划(含0-1规划)
DividePlane(割平面法)
ZeroOneprog(枚举法)
二次规划
QuadLagR(拉格朗日法)
ActivedeSet(起作用集法)(Linear Programming:
CmpSimpleMthd (complete simplex method)
Integer programming (including 0-1 Programming)
DividePlane (Cutting Plane Method)
ZeroOneprog (enumeration method)
Quadratic Programming
QuadLagR (Lagrangian)
ActivedeSet (work set method))
- 2015-04-07 10:53:22下载
- 积分:1
-
ARMA
基于改进的ARMA模型 定阶预测方法,经过调试,程序能顺利运行(Improved ARMA model order prediction method, after debugging, the program can run smoothly)
- 2012-06-25 17:09:52下载
- 积分:1
-
AMT
figure imagesc(Img,[0 255]) colormap(gray) hold on
bw = roipoly
phi = 2*(0.5-bw)
tic
for n = 1:200
phi = Evo_ILF_2D(phi,mu,lambda,epsilon,timestep,Img_lap)
pause(0.05)
imagesc(Img, [0, 255]) colormap(gray) hold on
[c,h] = contour(phi,[0 0], b )
iterNum=[num2str(n), iterations ]
title(iterNum)
hold off
- 2015-03-16 13:37:29下载
- 积分:1
-
kftoolmatlab
介绍matlab中simulink仿真工具的使用以及类别,如何搭建kalman滤波的仿真框图(Matlab simulink simulation tools introduced in the use and type, how to build the simulation block diagram of the kalman filter)
- 2010-11-04 21:39:50下载
- 积分:1
-
displayEpipolarF
Function to draw epipolar lines
- 2010-01-30 21:06:05下载
- 积分:1
-
music_method
空间谱估计music 谱估计方法,估计信号参数(Spatial spectrum estimation music spectrum estimation methods, estimates signal parameters)
- 2013-07-15 19:10:37下载
- 积分:1
-
MATLAB
最速下降法,搜索算法,匈牙利算法。等等···(Steepest descent method, the search algorithm, the Hungarian algorithm. Etc.)
- 2010-08-24 09:47:23下载
- 积分:1
-
ESDNonlinear
introduction to nonlinear estimation with EKF and an example in Matlab
- 2009-04-09 02:09:23下载
- 积分:1
-
Flow-calculation
潮流计算在matlab中的程序使用,根据电力系统中的公式,在matlab中进行实现(Flow calculation in matlab program using a formula based on the power system, carried out to achieve in matlab)
- 2013-12-23 14:10:31下载
- 积分:1
-
RLS_algorithm
RLS自适应滤波算法程序。包含FIR RLS demo和IIR RLS demo。()
- 2007-07-22 01:49:36下载
- 积分:1