资源列表
find_signal
- A limitation of find_system is that you can t search for blocks by specifying just one of their input or output signal names. You can search for blocks with a specific set of input or output names by using the InputSignalNames and OutputSignalNames p
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
