搜索资源列表
calculatecorrelationdimention
- 采用MATLAB编程用GP方法计算关联维的源代码-MATLAB programming method used GP correlation dimension of the source code
MATLAB蚁群算法源代码
- 很实用
matlab 算法集合
- 100个经典的算法的Matlab程序源代码,附有注释,是学习应用的好资料
MATLAB程序设计教程》源代码-2660
- MATLAB程序设计教程的源代码,供学习和练习!
weka
- 经典的数据挖掘算法的源代码,包括分类、聚类、关联规则等,非常有用。-Classical data mining algorithms of source code, including classification, clustering, association rules and so on, very useful.
GA-BP
- 用遗传算法优化BP神经网络的源代码,自己编的,可直接运行,代码为用MA指标对股指收盘价进行预测,另附带一个matlab编程实例!-Genetic algorithm to optimize BP neural network source code, compiled their own, can be directly run code MA indicators to predict the closing price of the stock index, the other with a
src
- 通过eclipse写java程序来调用matlab,这是matlabcontrol中demo的源代码-Through eclipse write a Java program to invoke matlab, this is the demo matlabcontrol source code
otsu_2d
- 灰度图像的二维otsu曲线阈值分割法,matlab实现源代码-Otsu curves dimensional gray image threshold segmentation method, matlab source code
otsu22
- 实现一维二维灰度直方图图像分割的matlab实现源代码。-Realization of a two- dimensional histogram image segmentation matlab source code.
RF-circuit-design-theorych09
- 射频电路设计理论及其应用,这本书的MATLAB源代码,例子很多很详细,程序测试全部通过-Rf circuit design theory and application of the MATLAB source code of this book, many examples is very detailed, program test all pass
DE,JADE源代码(matlab)
- DE算法作为一种新的进化算法被广泛关注,它的改进算法层出不穷,但最经典的莫过于JADE(DE algorithm has been widely concerned as a new evolutionary algorithm. Its improved algorithms emerge in an endless stream, but the most classic is JADE.)
八皇后问题
- 用启发式搜索解决八皇后求解问题,c语言源代码,运用MATLAB实现