资源列表
T_MatrixMultply
- 对于求解多个矩阵连乘的最好的算法,能最优化的最短时间能求出值
T_ShortestPath
- 求最短路径的C++ 源代码 ,用很简单的数据结构实现的,运行速度很快
QA-kddcup
- 这是一个用遗传算法对KDDCUP数据集,实现自动检测的C程序,希望有用。
NN_AND_QA
- 这是神经网络和遗传算法想结合的c++程序,希望对需要的朋友 有所帮助。
AI-NN
- 一个完整BP神经网络源代码,包括数据和说明文档,很有用的。
matlab
- matlab综合辅导与指南,详细介绍matlab的使用
vmp_toolbox
- vmp is the file generate from Brainvoyager which can link vtc file and the 3D image. This toolbox help you to edit vmp file in matlab.
vtc_toolbox
- VTC file is the file format of the Brainvoyager. The FMRI matchine scan human s brain and get the vtc data. This toolbox can help you to read the vtc file into matlab.
noisemodels
- matlab中噪声模型,包括测试程序,来自MIT实验室
NoiseGenerator
- matlab中生成各种噪声的程序,包括brown噪声,pink噪声,白噪声等
Classification_toolbox
- 各种分类器的工具包,包括贝叶斯分类器,k-means分类器等!
DS-Algo-VC
- 严蔚敏的数据结构(C语言)源码,适合研究