搜索资源列表
pfind20
- 最短路径分析的控件,首先使用regsvr32 程序注册该动态连接库,然后在vb中直接使用该动态链接库.程序中有相关说明,具体文件可以查看相关程序.-shortest path analysis controls, the first to use regsvr32 procedures for the registration of the dynamic link library, and then vb direct use of the dynamic link library. Proc
107215765OPNET-AdHoc
- adhoc in c & c++ it hepls finding the shortest path among adhoc network . it provides advance protocols to find distence vector
codings
- Wireless links are often asymmetric due to heterogeneity in the transmission power of devices, non-uniform environmental noise, and other signal propagation phenomenon. Unfortunately, routing protocols for mobile ad hoc networks typically work well o
Routers
- 通过输入一个联通的局域网,路由器可以自动生成各自的路由表。可以生成两个机器之间的最短路径。-Unicom by entering a local area network, the router can automatically generate their own routing table. Can generate the shortest path between two machines.
NAVI
- GPS数据解析,根据此数据进行路径选择,包括最短路径和最省时路径选择-Parse GPS data, base on that data to choose the route, including the shortest path and the most saving time path
uwsun
- Underwater SUN node configuration. This code defines the communication between two sender and one receiver using sun node routing. SUN node module gives first priority to shortest path and then SNR value.
andorid-TSP
- 安卓程序,包括解决旅行商问题的应用,指南针,寻求最短路径的小游戏,关于旅行商问题的介绍。-Andrews program, including application to solve the traveling salesman problem, compass, seeking the shortest path game, the introduction of the traveling salesman problem.
shortest_path_dp
- It finds the shortest path between any two nodes.
dijkstra-(1)
- Using dijkstras algorith to find shortest path
D2D
- D2D中路由的实现,包括用户端的随机撒点,及最短路径算法-D2D routing implementations, including random sprinkle the client' s, and the shortest path algorithm
astardemo
- A*搜寻算法俗称A星算法。A*算法是比较流行的启发式搜索算法之一,被广泛应用于路径优化领域[。它的独特之处是检查最短路径中每个可能的节点时引入了全局信息,对当前节点距终点的距离做出估计,并作为评价该节点处于最短路线上的可能性的量度。(A * search algorithm commonly known as A Star algorithm. A * algorithm is one of the more popular heuristic search algorithms and is