资源列表
aco-v1.1
- This MATLAB implementation computes a correspondence between two shapes based on ant colony optimization (ACO). The input shapes can be either two 2D contours (open or closed) or two arbitrary sets of 2D points.
cv7
- Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }
a
- this code simulate sluted aloha protocol.
Input
- This program is a simple lambda expression evaluator
lambda
- another lambda evaluator
Python
- another python implementation
tournament
- tournament sort algorithm
success_failure_way
- 本程序是最优化理论中一维搜索方法之一——成功失败法的实现-linear search
nl
- 非线性岁时间变化2D偏微分方程求解,PDE求解-solves non-linear time-dependent 2-D eqns
numerical_shocktube_ranga
- it s a numerical simulation of shock tube code. which is basically used in computational fluid dynamics. the resluts can be validated with anlytical solution, which is available in all major gas dynamics text books
