资源列表
shishubianmaGA2
- 这是初学算法时收集和整理的几个比较有参考价值的ga程序,望对大家有帮助
matrix_multiplty_mpi
- 并行计算两个矩阵相乘。这个算法是原创的。可以很快实现大型矩阵的相乘。-this is a MPI program that can accompish qucik computation of multiply of two large matrix by parall computation
EKF
- 纯方位跟踪:目标为匀速直线运动模型,可以迅速收敛。-Bearing_only tracking
inverse_matrix
- 矩阵求逆计算程序,可以直接当子程序来调用-Matrix inversion computer program can be called when the subroutine
Floyd_most_short-circuit_algorithm_of_MATLAB
- 这是关于最短路径法的详细教程,对数学建模的同学有重要意义。-This is the shortest path algorithm on a detailed tutorial on the mathematical modeling is important to students.
Main
- 基于模型诊断的方法,是根据系统模型,来诊断出故障部件。然而,在很多情况下系统模型是未知的,此时需要通过试验,得到系统的部分模型。执行这些试验需要花费大量的资源和时间,因此针对如何缩减试验的次数,利用基于模型诊断求解的思想提出了几个算法来进行部分模型的识别,实验结果验证了本文方法的有效性。-Model-based diagnostic approach is based on system model, to diagnose the failed component. However, in m
Annealing
- 退火算法的源码,参考artificial intelligence 算法中的退火那一章做的。原书上的代码是用在linux上的-annealing algorithm
BFS
- 广度优先搜索算法,是搜索算法的一种,内附实例-The breadth-first search algorithm
MKJ
- 有限元法利用铁摩辛柯梁计算转轴质量刚度阻尼矩阵-Finite element method using the Timoshenko beam to calculate the stiffness and damping matrix of the shaft quality
PowerSet
- C++ 数据结构 利用回溯法求解集合幂集-C++ data structure backtracking to solve a collection of power set
SA
- 模拟退火算法,解决旅行最短路径问题,matlab程序-Simulated annealing algorithm to solve traveling the shortest path problem, matlab program
staticlist
- 静态链表的应用 可进行插入,删除等操作 而且可以进行代码复用,省去很多开发时间-The application of static linked list To insert, delete, etc But also for code reuse, save a lot of development time
