Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - map shortest path
Search - map shortest path - List
100%java开发的电子地图软件,电子地图放大、缩小、漫游、测距,图层查询,最短路径计算等功能。(只有class和地图文件,无源码)-100% java development of electronic mapping software, electronic maps to zoom, roaming, location, layers inquiries, the shortest path calculation capabilities. (Only class documents and maps, no source)
Update : 2008-10-13 Size : 1.1mb Publisher : cy

使用WIN API编写的图形界面版本的图中两点之间最短路径求解演示程序.VC6工程-use WIN API prepared by the graphical interface version of the map shortest path between two points for Demonstration Program. V C6 works
Update : 2008-10-13 Size : 12.1kb Publisher : JohnnyAnn

一些数据结构算法的例子,包括哈夫曼编码、图的表示、关键路径、最短路径等-Some examples of data structure algorithms, including Huffman coding, map, said the critical path, the shortest path, etc.
Update : 2025-02-19 Size : 7kb Publisher : 站长

数据结构算法,图最短路径-data structure algorithm, the shortest path map
Update : 2025-02-19 Size : 1kb Publisher : 李保磊

在vc控制台中运行,用遗传算法求解最短路径,用邻接矩阵表示路线图。-in vc console operations, Genetic Algorithm for the shortest path, adjacency matrices road map.
Update : 2025-02-19 Size : 123kb Publisher : rabo

校园导游图,包括选择最短路径,选择不同景点,不同参观顺序。-campus tour map, including the choice of the shortest path, choose a different attractions, visited different order.
Update : 2025-02-19 Size : 1.87mb Publisher : 郝平

100%java开发的电子地图软件,电子地图放大、缩小、漫游、测距,图层查询,最短路径计算等功能。(只有class和地图文件,无源码)-100% java development of electronic mapping software, electronic maps to zoom, roaming, location, layers inquiries, the shortest path calculation capabilities. (Only class documents and maps, no source)
Update : 2025-02-19 Size : 1.1mb Publisher : cy

在地图上显示最短路径的mapinfo二次开发源码,功能不是很强大,因为刚开始学GIS!-on the map shows the shortest path MapInfo Second Development source, function is not very strong, because just started to learn GIS!
Update : 2025-02-19 Size : 165kb Publisher :

本代码可以用于查找指定地图中点与点之间的最短路径,例如查找两站牌之间的最佳公交线路。-This code can be used to find the midpoint of the specified map with the shortest path between points, such as licensing between the two stations to find the best bus lines.
Update : 2025-02-19 Size : 7kb Publisher : 肖超伟

 根据城市交通路网建设的实际, 研究了描述城市交通网络图的城市道路数据库的组织结构, 在此数据 结构的基础上依靠G IS 技术的支持, 采集了大量具体道路信息, 采用D ijk st ra 算法实现了快速最短路径搜索。根 据城市的交通状况对交通网络图的边值赋予不同的权值可实现最优路径搜寻, 给出了一个搜索实例——一个包 含61 个交通路口的最短路径搜索结果的搜索时间约为1. 1-Urban traffic network in accordance with the actual building, research describing the urban traffic of the urban road network structure of the database, in this data structure based on G IS techniques rely on the support, collecting a large number of specific road information, the use of D ijk st ra algorithm to achieve a fast shortest path search. According to city traffic conditions on the transport network map boundary value given different weights to achieve optimal path search, a search examples are given- one that contains 61 traffic junctions of the shortest path search results of the search time is about 1. 1
Update : 2025-02-19 Size : 179kb Publisher : 王功臣

DL : 0
图的算法的基本训练 1、 图的存储结构的定义和图的创建 图的种类有:有向图、无向图、有向网、无向网。 图的存储结构可采用:邻接矩阵、邻接表。 要求:分别给出邻接矩阵和邻接表在某一种图上的创建算法 2、 图的遍历:非递归的深度优先搜索算法、广度优先搜索算法。 3、 图的深度遍历的应用:求无向连通图中的关节点(教材P177-178,算法7.10和7.11) 4、 图的广度遍历的应用:给定图G,输出从顶点v0到其余每个顶点的最短路径,要求输出各路径中的顶点信息。 -Map of the basic training algorithm 1 and the storage structure of the definition and plans to create the types of plans are: directed graph, undirected graph, to the network, no to the network. Map storage structure can be: adjacency matrix, the adjacent table. Requirements: adjacency matrix is given, respectively, and adjacent table in a certain kind of map creation algorithm 2, graph traversal: Non-recursive depth-first search algorithm, breadth-first search algorithm. 3, graph traversal depth of applications: for Undirected connected graph of the key points (teaching P177-178, Algorithm 7.10 and 7.11) 4, Fig traverse the breadth of applications: a given graph G, the output from the vertex v0 to The rest of each vertex of the shortest path, the path of the output requirements of the vertex information.
Update : 2025-02-19 Size : 7kb Publisher : bueaty

Map of the shortest path algorithm for dynamic programming
Update : 2025-02-19 Size : 33kb Publisher : 陈剑

matalab的蚁群算法解最短路问题程序,并有运行图,修改后可用于机器人路径-ant colony algorithm matalab solution procedures for the shortest path problem and run the map, the modified robot path can be used
Update : 2025-02-19 Size : 33kb Publisher : 李海民

DL : 0
实现中国铁路最短路径的计算,基于图的PRIM算法,MFC实现动态演示-China Railway the shortest path to achieve the calculation of the PRIM algorithm based on the map, MFC dynamic presentation
Update : 2025-02-19 Size : 1.87mb Publisher : zhangyan

DL : 0
In graph theory, the shortest path problem is the problem of finding a path between two vertices (or nodes) such that the sum of the weights of its constituent edges is minimized. An example is finding the quickest way to get from one location to another on a road map in this case, the vertices represent locations and the edges represent segments of road and are weighted by the time needed to travel that segment. This app. is demo for this.-In graph theory, the shortest path problem is the problem of finding a path between two vertices (or nodes) such that the sum of the weights of its constituent edges is minimized. An example is finding the quickest way to get from one location to another on a road map in this case, the vertices represent locations and the edges represent segments of road and are weighted by the time needed to travel that segment. This app. is demo for this.
Update : 2025-02-19 Size : 69kb Publisher : kassi

DL : 0
校园导航系统,主要的工作是能够进行校园信息的相关服务和各种信息查询,最主要的是能够进行最短路径分析和选择-Campus navigation system, main job is to campus information related service and all kinds of information inquiry, the main reason is to analyze and select the shortest path
Update : 2025-02-19 Size : 6.46mb Publisher : 覃安洁

求一个图的最短路径的问题,程序在dos的界面下运行 程序还输出了最短路径的问题-Find a map of the shortest path problem, the program interface run in the dos program also outputs the shortest path problem
Update : 2025-02-19 Size : 206kb Publisher : 马浩原

在给定地图中寻找两点最短路径,在VC++环境编译通过!-Given map to find the shortest path in VC++ and compiled by
Update : 2025-02-19 Size : 5.52mb Publisher : 刘勇

用JAVA实现地图最短路径问题,一个简单的模拟城市路线地图,编写程序实现:给出任意两个城市,算出用时最短的路线-Using JAVA map shortest path problem
Update : 2025-02-19 Size : 12kb Publisher : louqing

ArcGIS二次开发最短路径,基于VS的ArcGIS二次开发,实现地图查找两点之间最短路径功能(The shortest path in the secondary development of ArcGIS and the second development of ArcGIS based on VS realize the function of searching the shortest path between two points in a map.)
Update : 2025-02-19 Size : 83kb Publisher : 啧,要不得
« 12 3 4 5 6 7 8 9 10 ... 18 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.