资源列表
算法
- 编程语言为C++的几个常见算法源码,提供给大家(Programming language for C++ several common algorithm source code, to everyone.)
香蕉函数-牛顿法
- 运用牛顿法和Armijo线搜索最优化香蕉函数。(Newton method and Armijo line search are used to optimize banana function.)
ASTAR
- 路径规划A*算法的python实现,带有详尽注释(Path planning A* algorithm Python implementation, with detailed notes)
bldc
- 带滞环电流控制的无刷直流电机模型,对其性能进行仿真分析与研究(Simulation and analysis of Brushless DC motor model with hysteresis current control is carried out.)
matrixchain
- Matrix Chain Multiply
L12
- Matrix Chain Multiply 2
Matlab2014软件教程(完美版)
- MATLAB2014完美教程,详细,深入,帮助大(MATLAB Perfect tutorials)
Dobson
- Dobson模型是最常用的描述土壤介电常数与土壤体积含水量之间关系的关系模型。在各类土壤水分反演算法中应用最多,并且具有较高的精度(dielectric constant)
STATCOM_DIY
- 静止无功补偿器 直接电流控制法的matlab模型(The matlab model of direct current control method for static reactive compensator.)
I-75
- Radial Basis Functions
matlab
- power system electrical engineering
globle_kmeans
- 全局k-means算法,可有效解决传统k-means算法受初始点影响的缺陷,该方法可获得数据稳定的聚类结果。