资源列表
PSO
- 本程序是原始粒子群算法,对一个简单函数的优化,可用来与其他算法功能进行比较。-This procedure is the original particle swarm optimization, a simple function of the optimization function can be used to compare with other algorithms.
plane_layer
- 应用MacCormack格式写的二维平板边界层问题。-Application of MacCormack format two-dimensional flat plate boundary layer write problems.
delauney
- 这是一个三角网生成代码,用C++生成三角网。-This is a triangular net generated code, using C++ generated triangulation
UFSet
- 实现了并查集的功能,参考了算法导论上的各种优化,采用路径压缩。速度比较理想-Achieved and check the functionality of the reference to the Introduction to the various optimization algorithms, using the path compression. Ideal rate
KRAMER
- solve every equations with n variables.. types like : integer , float , double , complex , and ...
determinan
- calculate the determinan of the M*N matrixes-calculate the determinan of the M*N matrixes..
PRJGOS2
- all operations on the matrixes-all operations on the matrixes...
GPSO4tsp1
- pso解决tsp问题 matlab源码 可做为学习参考-pso to solve the problem tsp matlab source code can be used as study and reference
2123
- 区域分割简单算法,基于区域生长法。调试通过,希望有帮助-Simple segmentation algorithm, debugging through, want to help
GoldSearch
- 黄金分割搜索,数值算法作业!-GoldSearch
JobArrange
- 对于必须先后在两台机床上完成的作业,利用C++编程实现作业最优调度,使其完成时间最短。-Job arrange
knapsack
- 对于0—1背包问题问题利用动态规划法在C++中进行编程解决。-Knapsacks