Welcome![Sign In][Sign Up]
Location:
Search - route

Search list

[Internet-NetworkRoute-Trace

Description: 一個TracerT的範例,內容很簡潔,你可以直接使用裡面已經寫好的class,就可以套到你寫的程式上面-a TracerT example, as a very simple, You can directly use has finished inside the class, we can set you write to the above formula
Platform: | Size: 27648 | Author: luckfox | Hits:

[transportation applicationsTrainRoute

Description: csharp开发,为乘铁路出行的用户提供路线信息,计算特定路线的距离、两城镇间不同路线的数量并找出最短路线-csharp development of the railway transportation by the user route information to calculate the distance between specific routes, two different routes between towns in the volume and find the shortest route
Platform: | Size: 11264 | Author: zhj | Hits:

[Internet-NetworkrouteinUNIX

Description: unix下的route源程序,可以了解route的实现过程-unix the source route, the route can understand the implementation process
Platform: | Size: 8192 | Author: 谢文生 | Hits:

[AI-NN-PRVehicle-Routing-Problem

Description: 车辆行驶路线优化(Vehicle Routing Problem)-traffic route optimization (Vehicle Routing Problem)
Platform: | Size: 13312 | Author: 王则 | Hits:

[Bio-Recognizevivaldi-sim-Aug232006.tar

Description: 题描述的是一个旅行商要到几个城市去,每个城市必须去一次且仅能去一次,要求满足这样条件的最短路径。将本软件稍作扩展即可用于城市规划、公交车路径安排-that description is a traveling salesman to several cities, each city must go to one and only one, satisfy requirements for the shortest path. This software can be used for some expansion of urban planning, arrangements Bus Route
Platform: | Size: 20480 | Author: 何泼 | Hits:

[GIS programdelphi_mapx

Description: 用DELPHI+MAPX开发,涉及到地图开发的所有方面,例如包括鹰眼、地图查找、线路分析、图元增加删除修改、地图数据修改-DELPHI MAPX use development, involving all aspects of map development, including, for example, Eagle Eye, map search, route analysis, increased pixel delete modify, map data modifications
Platform: | Size: 689152 | Author: nike | Hits:

[Othervpn_router.20071007.v0.3

Description: 登录VPN后,调用系统命令“route” 删除多余的默认网关(Default Gateway) 并重新添加新路由,以达到VPN、上公网两不耽误。-Sign VPN, the call system command route to delete redundant default gateway (Default Gateway) and re-add a new route to achieve the VPN, on the public network the two do not delay.
Platform: | Size: 60416 | Author: 瞿秋杨 | Hits:

[Technology ManagementRoute-backup

Description: 介绍CISCO路由器的备份与平时的维护注意点...给大家看看吧-Introduction CISCO router backup and maintenance of the normal attention to point us look at it ...
Platform: | Size: 88064 | Author: 李密 | Hits:

[J2MEQueryBus

Description: j2me开发的手机版南京公交车查询,可以直接更新jar包里面的txt文件,实现对路线资料的修改.-j2me mobile phone version of the development of Nanjing bus query, you can directly update the jar package inside txt file, to achieve information on the route changes.
Platform: | Size: 27648 | Author: 荡清泉 | Hits:

[Internet-Networkroute-trace

Description: 路由跟踪的源程序,经过测试通过,很好用。-Source routing track, after the test, it just works.
Platform: | Size: 96256 | Author: 世界起源 | Hits:

[Internet-Networkroute

Description: 该程序是计算机网络中Dijkstra路由算法的c++实现,输入一个路由器网络,输出最佳的路由路线
Platform: | Size: 1024 | Author: 王强 | Hits:

[Internet-NetworkTR.ZIP

Description: trace route, for routing IPs
Platform: | Size: 9216 | Author: Satoshi | Hits:

[Internet-NetworkRoute

Description: 实现了网络的全部路由集计算,而不是单纯的最优路由计算,对网络可靠性评估有作用-The realization of the network all the routing set computing, rather than a simple calculation of the optimal routing of network reliability assessment of the role of
Platform: | Size: 191488 | Author: zouyang | Hits:

[GIS programnavit-0.0.4.tar

Description: Navit is a open source (GPL) car navigation system with routing engine. It s modular design is capable of using vector maps of various formats for routing and rendering of the displayed map. It s even possible to use multiple maps at a time. The GTK+ or SDL user interfaces are designed to work well with touch screen displays. Points of Interest of various formats are displayed on the map. The current vehicle position is either read from gpsd or directly from NMEA GPS sensors. The routing engine not only calculates an optimal route to your destination, but also generates directions and even speaks to you.
Platform: | Size: 1161216 | Author: graysun | Hits:

[matlabroute

Description: wsn路由,用matlab仿真,具有选簇的功能-WSN routing, using matlab simulation, with the election of the functional cluster
Platform: | Size: 32768 | Author: cqq | Hits:

[TCP/IP stackcsharptracert

Description: csharp通过icmp实现tracert路由追踪 -CSharp achieve the tracert through icmp route-tracing
Platform: | Size: 519168 | Author: 赵旭峰 | Hits:

[Internet-Networktrace

Description: Roger的小程序系列(6)带地理位置的trace route Trace route的功能是把本机和其他任何一个IP的通信路径显示出来。它的原理也很简单,向目标发送高端端口的UDP报文,TTL(Time To Live生命期)从1开始递增,直到收到目标的回应(一般是ICMP报文:UDP端口不可达)或者达到设定的最大值。TTL会从发起端开始,每遇到一个路由器就被减一,如果已经减到0,路由器就会会送ICMP报文:传输期间生命为零。由此就可以检测出所有路径上的路由器的IP了。 ———————————————————————— 作者: roger Blog: http://rogerfd.cn/ Email:roger99707@163.com 本文欢迎转载和引用,请保留本说明并注明出处 -err
Platform: | Size: 949248 | Author: 王小军 | Hits:

[AlgorithmroutePlanning

Description: Good route planning algorithm package. Contained A* and Djistra route finding and improved version.
Platform: | Size: 873472 | Author: dingnkx | Hits:

[Data structsRoutingSystem

Description: The task in this assignment is to implement an airline routing system. Your system should be able to read in a ight network as a graph from a le, where airports are represented as vertices and ights between airports are represented as edges, take as input two airports and calculate the shortest route (ie path) between them.
Platform: | Size: 26624 | Author: unknown9218 | Hits:

[matlab123

Description: matlab蚁群算法 解决路线最优化,求极值等问题-ant colony algorithm matlab route optimization solution, and issues such as extreme
Platform: | Size: 8192 | Author: 赵峻 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net