-
haykin
implementation of most algorithms in Simon haykin s book titled "Neural Network a comprehensive foundation."
- 2010-12-03 06:26:26下载
- 积分:1
-
matalab
其中有很多matalab程序的例子,很适合学习matalab编程。有一定的参考价值(There are many examples of matalab program, very suitable for learning matalab programming. Have certain reference value
)
- 2012-05-03 15:40:51下载
- 积分:1
-
d_ieee_30_bus
ieee 30 bus test system in simulink
- 2012-07-21 15:47:48下载
- 积分:1
-
ACO_TSP
蚁群算法,
求解旅行商问题matlab源程序,
31个城市,直接运行(Source of ant colony algorithm for TSP,
Can be run directly,matlab,Traveling Salesman Problem,Ant Colony Algorithm,matlab program,31 city)
- 2012-04-11 10:33:28下载
- 积分:1
-
Solar
solar pv cell power plant
- 2014-11-13 00:47:38下载
- 积分:1
-
hmm
隐马尔可夫链模型和例程(包括前向、后向算法、Viterbi解码以及为了减少概率数值计算误差编写的对数运算程序)(Introduction to Hiden Markov Model and Example Codes)
- 2009-03-11 17:59:43下载
- 积分:1
-
antqos
蚂蚁算法在路由中的应用,提升网络路由选择性能,运行环境matlab。(ant applicationg)
- 2020-07-15 20:28:50下载
- 积分:1
-
MATLAB-Ch3MatrixCulculation
此为《MATLAB教程》的第三章:矩阵运算。该书内容翔实,深入浅出,不可多得。(This is the MATLAB Guide Chapter III: matrix calculation. Book is informative, easy, hard to come by.)
- 2008-02-29 18:58:42下载
- 积分:1
-
Bairstow
Bairstow案例,主要是以matlab軟件來運算標準題型。(Bairstow cases, mainly matlab software to compute the standard questions.)
- 2013-12-17 14:45:38下载
- 积分:1
-
MATLAB-Fibonacci
写一个MATLAB函数fibo.m来计算Fibonacci数列,其定义如下: fibo(n+2)=fibo(n+1)+fibo(n) 此数列的初始条件如下:fibo(1)=0,fibo(2)=1。(Fibo.m write a MATLAB function to calculate the Fibonacci sequence, which is defined as follows: fibo (n+2) = fibo (n+1)+fibo (n) the initial conditions in this series are as follows: fibo (1) = 0, fibo (2) = 1.)
- 2014-12-12 06:07:28下载
- 积分:1