资源列表
Lmafit
- Lmafit算法的开源代码,用于矩阵填充和稀疏矩阵近似。(Open source code for the Lmafit algorithm for matrix filling and sparse matrix approximation.)
fina
- B样条插值的matlab程序函数,只是B样条非均匀插值(B-spline matlab source code)
simple流体C语言代码
- 一种simple法计算流体的C语言实例代码面,对理解simple法有一定的指导意义
cross-filter
- 电影推荐系统,运用协同过滤算法,运行ex8_cofi进入主程序(The application of collaborative filtering algorithm in movie recommendation system)
Numerical Approaches to Combustion Modeling
- 关于燃烧数值计算编程的经典书籍,很受欢迎,建议初学者阅读。(The classic books on the combustion flow calculation programming are very popular and are recommended for beginners to read.)
对LFM信号序列做分数阶傅立叶变换(frft)
- 以下是对LFM信号做frft的matlab程序代码(The following is the matlab code for the FRFT of the LFM signal)
自适应变步长的龙格库塔法
- 使用matlab语言对计算方法中的自适应变步长的龙格库塔法的实现(The Realization of Runge - Kutta Method Using Adaptive Variable Step Size in Computational Method with matlab Language)
rnnoise-master
- 使用RNN来对语音数据进行降噪处理,获得关键信息(using RNN network to process the voice message, in order to make it more clear;)
WFCMClust1
- 采用模糊C均值对数据集进行聚类,是一种很有效的聚类方法(Clustering data sets using fuzzy C-means is a very effective clustering method)
MultiObjGA Code(多目标数值优化遗传算法)
- MultiObjGA Code(多目标数值优化遗传算法),教如何用matlab进行多目标遗传算法编程(MultiObjGA Code (multiobjective numerical optimization genetic algorithm), teaching how to use matlab for multiobjective genetic algorithm programming)
ELM代码
- 为了评价ELM的性能,试分别将ELM应用于基于近红外光谱的汽油辛烷值测定和鸢尾花种类识别两个问题中,并将其结果与传统前馈网络(BP、RBF、PNN、GRNN等)的性能和运行速度进行比较,并探讨隐含层神经元个数对ELM性能的影响。(n order to evaluate the performance of ELM, test the application of ELM in the near infrared spectroscopy based on the determination of
最短路径
- 最短路径的典型算法——Dijkstra、Floyd。使用C++语言,对算法使用类模板,可方便开发者直接调用。文件中包含了图的ADT(The shortest path of the typical algorithm - Dijkstra, Floyd. Use C + + language, the use of class template algorithm can be convenient for developers to call directly. The document co