CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - a* shortest path

搜索资源列表

  1. short-road

    0下载:
  2. 对一个运输商来说要把货运到收货地点选择最短的路线运输是其实现最大利润的要求,那么怎样选择最短的运输路线呢?在运输交通图中,我们设每一个城市为一个结点(vertextype类型)点并把他们分别用关键字代表(关键字int key ),也就是说把每个城市给出一个整数编码;一个城市直接到另一个城市的交通路线为边且这两个城市为相邻结点,不妨设这条路线的距离为边的权值(权值int weight ),易知距离越短运费就越低。这样就可以建立一个无向有权图,那么求最短的运输路线问题就转化为求图中一顶点到其余各个顶
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2781
    • 提供者:kmisong
  1. graphbfs

    0下载:
  2. 读图并输出图的邻接链表,输入两个结点,用广度优先寻找它们之间的最短路径并输出,并判断其是否是树,是否连通,是否有环,有要打印出来环.-interpret drawings and prints of adjacent chain, the importation of two nodes, with breadth between them priority for the shortest path and output, and a judgment whether it is trees,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4133
    • 提供者:micang
  1. dijkstraCPP

    0下载:
  2. 由graph.txt读出源图并用临街链表显示出,然个用dijkstra算法算出给定两点的最短路径和任一给定点到其它各点的距离,graph.txt放在源代码同一目录,内附graph.txt示例-graph.txt read out by the source map and used chain along the street shows, However use the dijkstra algorithm to calculate the scheduled 2:00 and the sho
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:283983
    • 提供者:比为
  1. MinPath

    0下载:
  2. 数据结构应用,用以寻找2点之间的最短路径,有效节省时间。以上程序只是一个雏形-application data structures, 2:00 to find the shortest path between effectively save time. Above procedure is just a prototype
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:104875
    • 提供者:周炜炜
  1. netlayer

    0下载:
  2. VC+MO最短路径算法 // 计算线的几何长度 double CalcLength() // 通过线的id得到线数据 BOOL GetLineData(int id) // 得到距离某点最近的线段,返回该线段的id int GetNearestLineData( double x, double y) // 判断两点是否重合 BOOL IsPtCoincide( NetPoint ptFirst, NetPoint ptSecond ) /
  3. 所属分类:交通/航空行业

    • 发布日期:2008-10-13
    • 文件大小:13750
    • 提供者:Mark
  1. shortestpath(file-based)

    0下载:
  2. 用Visual C++编写的一个基于文本文件的最短路径程序源码-prepared text of a document based on the shortest path procedures FOSS
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:313503
    • 提供者:王亚文
  1. findroad

    0下载:
  2. 灭火机器人模拟现实通过最短路径找到灭火器并去灭火-firefighting robot simulation of reality through the shortest path to find a fire extinguisher and fire
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2787
    • 提供者:何明均
  1. sys_dll_3

    0下载:
  2. 这是用于个GIS中的最短路径的算法,通常的经典算法有无法自学习的功能,而此算法很好的解决了此问题-This is a GIS for the shortest path algorithm, usually classical algorithm is not self-learning function, This algorithm good solution of this problem
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:19915
    • 提供者:lizhi
  1. NodeList

    0下载:
  2. 用于迷宫探路,人工堆栈。输出一条路径,但不能输出最短路径,并能判断米共是否有解-maze for the Pathfinder, artificial stack. An output path, but not the shortest path output, and the ability to determine whether a solution has meters
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:548490
    • 提供者:qinminghai
  1. TravelingSalesmanProblemwithGeneticAlgorithm

    0下载:
  2. this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once) Notes: 1. Input error checki
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4044
    • 提供者:宏姬
  1. CMousemaze

    0下载:
  2. 一个用C++实现的迷宫程序,可以自己画迷宫,计算出最短路径,并显示。-C achieve a maze of procedures, can you paint the labyrinth, calculate the shortest path, and displayed.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:10706
    • 提供者:周君
  1. Matlabzuiduanlujing

    0下载:
  2. matlab算最短路径的算法,很好用大家可以试一试-Matlab operator of the shortest path algorithm, we can use a good try
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3367
    • 提供者:葛雪森
  1. Dijkstra_TA

    1下载:
  2. 数据结构的经典实验程序。以全国主要城市为图的顶点, 铁路连接为图的边, 距离作为加权, 设计完成一个最短路径自动查找系统;输入为出发城市和目标城市, 输出为最短路径和距离。 -data structure of the classic experimental procedure. In major cities across the country to the vertex, the railway linking the edge of the map, as the weighted
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:795903
    • 提供者:王斐
  1. Flody_ShortestPath

    0下载:
  2. 在VC++环境下,实现Flody最短路径算法的演示过程,操作方便,使用鼠标点击即可.-in VC environment, the realization of the shortest path algorithm Flody the demo process, convenient operation, use a mouse click away.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:43953
    • 提供者:原盘风
  1. XiaoYuanDaoYouTu

    0下载:
  2. 本人用C++编写的一个校园导游图。欢迎界面是我们学校的。用的时候随时改成你学校的就成。:) 通过最小生成树算法和两点间最短路径算法,实现查看两景点间最短路径和查看最佳游览路线。-I prepared a campus tour guide map. We welcome the interface schools. Used anytime when you changed it into schools. :) Minimum spanning tree algorithm and
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:29804
    • 提供者:li
  1. show_zuiduan

    1下载:
  2. 这是我的作业,是当时全班最好的,最短路径演示系统,能自定义节点和路径,显示出最短路径,节点用了组件,整个程序用了皮肤组件。-This is my work, then the whole class is the best, shortest path demonstration system can be defined nodes and trails. show that the shortest path, using a node components, with the whole
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:656449
    • 提供者:虚名
  1. vivaldi-sim-Aug232006.tar

    0下载:
  2. 题描述的是一个旅行商要到几个城市去,每个城市必须去一次且仅能去一次,要求满足这样条件的最短路径。将本软件稍作扩展即可用于城市规划、公交车路径安排-that descr iption 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 som
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:20205
    • 提供者:何泼
  1. Dijkstra_c

    0下载:
  2. C#中实现最短路,该图算法描述的是这样的场景:图由节点和带有方向的边构成,每条边都有相应的权值,路径规划(最短路径)算法就是要找出从节点A到节点B的累积权值最小的路径。-achieve the most short-circuit, the algorithm described in the plan that is the scene : map with nodes and from the direction of the edges, and each side has a corre
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2947
    • 提供者:1
  1. BestWay1

    0下载:
  2. 最短路径算法的一种高效实现。适合在节点密集的环境中找两点之间的最短路径。-shortest path algorithm to achieve a highly efficient. Suitable for the node-intensive environment between 2:00 find the shortest path.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3565
    • 提供者:陈锋
  1. campusNavigate

    1下载:
  2. 校园导航程序,数据结构中图的利用的典型例子(我的一次课程实验源代码),本代码用C语言编写; 基本功能: 1.校园景点信息的查询功能。 2.校园景点最短路径查询功能。(求图的最小路径)-campus navigation procedures, the data structure using the map of a typical example (I once Experimental source code), The code in C language; basic fun
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10141
    • 提供者:ARK
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com