搜索资源列表
GetNetXML
- 从网络 获得 XML 资料类, 传入路径 w = new GetNetXML("http://www.google.com/ig/api?weather=HK&aaaaa=",3600000) //一小时检查一次连接 * goolge 天气API:可能通行城市名称的汉语拼音来查询,例如:北京的天气beijing * 使用经纬度坐标作为参数-get web data
s4_7
- 基于SGA算法解决TSP问题,使用excel将城市的坐标导入到matlab(Based on the SGA algorithm to solve the TSP problem, the use of Excel coordinates the city into the MATLAB)
131707200959320
- 物流选址程序,在31个已知坐标的城市中选出路径最短、成本最低的配送中心(A logistics location program that selects the shortest and lowest cost distribution center in 31 cities with known coordinates)
Desktop
- 最短路径问题是图论中的一个经典问题,其中的Dijkstra算法一直被认为是图论中的好算法,但有的时候需要适当的调整Dijkstra 算法才能完成多种不同的优化路径的查询。 对于某城市的公交线路,乘坐公交的顾客希望在这样的线路上实现各种优化路径的查询。设该城市的公交线路的输入格式为: 线路编号:起始站名(该站坐标);经过的站点1 名(该站坐标);经过的站点2名(该站坐标);……;经过的站点n 名(该站坐标);终点站名(该站坐标)。该线路的乘坐价钱。该线路平均经过多少时间来一辆。车速。 例如: