资源列表
Matlab有限元结构动力学分析与工程应用-徐斌
- Matlab有限元结构动力学分析与工程应用(Matlab finite element structure dynamic analysis and engineering application)
eeglab_current
- 用于进行eeg独立分量分析的多个函数,可以直接调用
MFC7z
- 一组MFC例程,内容有些历史了,但实力比较经典,整理上来,供各位同好学习。-A set of MFC routines, some history, but the strength of the more classic, finishing up for you enthusiasts to learn.
精通matlab最优化计算光盘(第二版)
- 本书附带光盘中包括了作者全书所有自己编写的算法对应的MATLAB的M文件。所有代码按照章节存放在各个文件夹下,如“第6章 无约束一维极值问题”文件夹下存放了本书第6章所有的算法程序代码。对于算法的程序代码,在光盘中存为同函数名的M文件,例如,minHJ.m表示用黄金分割法求解一维函数的极值的程序,依此类推。(The book contains CD-ROM, including all the M files of the MATLAB written by the author. All th
BP_publish
- 对BP网络进行介绍,可以使你对BP有大致的了解。-Descr iption of the BP network can make you have a general understanding of the BP.
模式识别第二次作业
- BP算法的matlab的主要框架以及样本的训练过程及测试过程(ABOUT BP junction.BP algorithm of the main framework of MATLAB and the sample training process and testing process)
shengyin
- 不同SVD(全局、局部)处理声音、图像、地质信号,里面有一些自己编写的函数,有的地方不太完美-different SVD(global and local) in voice,figure,Geology processing
Robust-Object-Tracking-demo
- 使用颜色纹理直方图来进行目标跟踪,具有很好的鲁棒性,亲自测试可用,附参考论文。-Robust Object Tracking using Joint Color-Texture Histogram
灰色预测
- 利用灰色预测可以了解未来的数据变化趋势从而求得想要的数据(Using grey prediction, we can understand the trend of data change in the future)
STFT
- 实现短时傅里叶变换的源代码,其中参数可以自行更改(the code that can realize STFT .)
JSBSimForUe4
- 通过lib,嵌入UE4引擎,让其他程序使用jsbsim(through lib,Embed in other programs)
jinhuasuanfa
- 微分进化(DE) 是比较新的基于群体的随机优化方法。它具有简单、快速、鲁棒性好等特点,已经得 到广泛关注。不同于其它进化算法,它的变异算子是由种群中任意选取的多对向量的差值得到的。微分进化主 要用于实参数优化问题,在非线性和不可微的连续空间问题上优于其它进化方法。近些年,微分进化的应用领域 也是不断扩大。-Differential evolution (DE) is a relatively new method based on stochastic optimization co