搜索资源列表
Shortest_way
- 路径搜索,最短路径问题,A算法,容易实现,c++程序-Search path, the shortest path problem, A algorithm, easy to implement, c++ program
best-way
- 路径搜索,最短路径问题,A算法,容易实现,c++程序-Search path, the shortest path problem, A algorithm, easy to implement, c++ program
ns2_static_routing.tar
- Static routing is very simple. Each node has a routing table where each entry has the destination and the next node. On receiving a packet, a node find the entry corresponding to the packet s destination, and forwards it to the next node. If there is
yiqunsuanfa
- 蚁群算法解决TSP问题。通过蚁群算法解决一个城市的结合以及城市之间的旅行代价,寻找经过每个城市一次且仅一次而最终返回的旅行最小代价,及寻找最短路径。-Ant colony algorithm to solve TSP problem. Through the combination of ant colony algorithm to solve a city and cost of travel between cities, seeking after each city once and
shortestpath
- To calculate the shortest path between the transmitter and receiver.