-
hadi-alizade
this is a new alghorithm about tabu search....
- 2013-05-26 16:47:20下载
- 积分:1
-
TSP
说明: 算法仿真,很好用蚁群算法算法仿真,很好用蚁群算法(Algorithm simulation, a good simulation algorithm using ant algorithm, ant colony algorithm with good)
- 2008-10-13 20:23:26下载
- 积分:1
-
Simulated-Annealing-of-matlab-matlab
Simulated Annealing of matlab
- 2013-01-14 11:48:49下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
plant
地球公转自转Revolution of the earth rotation(Revolution of the earth rotation)
- 2014-10-24 16:22:34下载
- 积分:1
-
VC_Matlab_MultiThread_Demo_2009_07_03
Visual C++ 下调用Matcom转换的Matlab代码(Visual C++ under the call of the Matlab code conversion Matcom)
- 2009-07-10 17:35:32下载
- 积分:1
-
Ex0502
在MATLAB中实现二阶响应曲线绘制的m函数,可以完成线性或非线性二阶响应曲线绘制(In MATLAB to achieve second-order response of the m curve drawing function, can be linear or non-linear response curve of second-order mapping)
- 2009-05-03 15:34:11下载
- 积分:1
-
shichaxiaozheng
用互相关法求相对剩余静校正量;并用时差统计法或相关函数统计法分离,最后可求出记录道的绝对剩余静校正量。(Using cross correlation method the relative residual statics and separated by the difference method or statistical correlation function statistics of the last track can be obtained an absolute residual statics.)
- 2016-12-23 12:58:50下载
- 积分:1
-
Pprtools317a
模式识别 MATLAB 的工具箱,比较实用,包括SVM,IICA,PCA,NN等等模式识别算法.,已通过测试。
(MATLAB toolbox of pattern recognition, more practical, including SVM, IICA, PCA, NN pattern recognition algorithms. Has been tested.)
- 2012-10-07 00:26:45下载
- 积分:1
-
main
This AVL tree program that keeps the balance of the tree while deleting numbers
- 2015-04-18 22:03:44下载
- 积分:1