资源列表
getdp-1.2.1-source
- cfd求解器使用与gmsh网格的求解,对于电磁方面尤其有用-CFD solver using gmsh grid solution is particularly useful for the electromagnetic
inv
- 用矩阵变换法求逆矩阵 C++,已通过测试-Matrix transformation method using the inverse matrix C++, Have passed the tests
Ant Colony System
- 粒子群算法的matlab程序在有障碍的路径图中寻找最短路径的程序。-Particle Swarm matlab process there is an obstacle in the path diagram to find the shortest path procedure.
pso-matlab
- 粒子群优化算法pso,针对不同测试函数进行了算法编写-Particle swarm optimization pso, for different test functions of the algorithm to prepare
success1
- 用于路径规划遗传算法MATLAB源代码,内含多个子文件,测试时运行mypath文件即可.-Genetic Algorithm for Path Planning MATLAB source code that contains multiple sub-documents, tests can be run mypath documents.
trainbpx
- 基于BP神经网络的电机转子故障诊断的研究,采用trainbpx训练函数。-Based on BP neural network for fault diagnosis of rotor study using trainbpx training function.
mitmatlab
- 数据挖掘matlab源码,包含机器学习领域中经典算法如ID3,C4.5,NN,CARD,EM等.-Data Mining matlab source, including the field of classical machine learning algorithms such as ID3, C4.5, NN, CARD, EM, etc..
CFD-various-difference-schemes
- CFD各种差分格式,ENO/Lax-Friedriches/Beam-Worming/Lax实例-CFD various difference schemes, ENO/Lax-Friedriches/Beam-Worming/Lax examples
funwaveC-0.1.4.tar
- 波浪数值模拟-wave
LD
- 采用matlab编写的Levinson Durbin 算法,具有可运行的程序,代码中提供了详细的注释,程序最后会将系数收敛的结果打印出来。该程序适合于需要学习和编写LD算法的人使用。-Matlab prepared using Levinson Durbin algorithm, has the operational procedures, the code provides detailed annotations, the program will be the final result
steepest_descent
- 这个Matlab程序实现最速下降算法。最速下降法是一种最基本的算法,它在最优化方法中占有重要地位.最速下降法的优点是工作量小,存储变量较少,初始点要求不高;缺点是收敛慢,最速下降法适用于寻优过程的前期迭代或作为间插步骤,当接近极值点时,宜选用别种收敛快的算法. -Matlab implementation of this procedure steepest descent algorithm.
Matrix
- 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、