资源列表
motabar-0.51
- program about program
数据拟合
- 进行数据的拟合,将预测与实际数据进行比对(Fitting the data and comparing the forecast with the actual data.)
RK4
- Runge Kutta for multi variate functions with comparison from ODE45
ConjGrad
- Conjugate Gradient Method for finding minimum of funcitons
SteepDescent
- Method of steepest descent
单链表
- 单链表,增删查改 单链表,实现了删除,插入,遍历等功能(Single linked list, delete, insert, traversal and other functions.)
高阶谱分析及程序 — Program
- 高阶谱分析,通过使用高阶谱分析可以得到不同阶次下谱分析结果。本程序比较适合数字信号数据分析,也可以用于其他信号分析(High order spectral analysis can be obtained by using high order spectrum analysis. This program is suitable for digital signal data analysis, and can also be used for other signal analysis.)
444
- MSK 代码简单,清楚,易懂,适合刚学习的新手入门学习必备首选资料(MSK code is simple, clear and easy to understand. It is suitable for beginners to learn.)
Project1
- 利用matlab,相关函数测定声呐鲨鱼,简单,易懂,上手快,适合刚入门的新手学习(Using MATLAB, the correlation function to determine sonar shark is simple, easy to understand and quick to handle. It is suitable for beginners to learn.)
Lagrange
- 实现多节点的Lagrange插值,保存后直接引用,函数名为Lagrange(Implement Lagrange interpolation.)
TFFRCNN-master
- 识别给出的图像并用softmax给出可能的概率(Identify the given image and give possible probability with softmax.)
PSO_immu
- 更好解决NP-hard问题,智能启发式算法,降低了传统穷举法的时间复杂度,在解决优化问题方面有突出表现。程序带有大量注释可供快速学习入门。(In order to solve the NP-hard problem better, intelligent heuristic algorithm reduces the time complexity of the traditional exhaustive method, and has outstanding performance in s