搜索资源列表

  1. xiaoyuandaohang

    1下载:
  2. 一个简单的校园导航程序,可查询最短路径。-a simple campus navigation procedures, will be able to access the shortest path.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3949
    • 提供者:曲梦
  1. Data_ShorPath

    0下载:
  2. 数据结构课程的经典源码。以中国交通图为背景,求各大城市之间的最短路径。读文件操作。-data structure course of the classic source. China traffic map background, major cities seeking the shortest path between. Reading file manipulation.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4384
    • 提供者:张龙飞
  1. excellentwaysofshortpath

    0下载:
  2. 程序的主要功能是实现有向图最短路径的搜索,采用的数据是txt格式的邻接矩阵,采用的算法为改进的狄氏算法。内附调试和文件说明。-procedures main function is to achieve the shortest path to the map search, The data format is txt adjacent matrix, the algorithm to improve the dieldrin alg
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:42796
    • 提供者:asia
  1. tusuanfa

    1下载:
  2. 用vc++6.0实现图-邻接矩阵-最短路径.数据结构课程必备,有一定参考价值。-with vc 6.0 map-adjacency matrix-shortest path. Data structure courses required that a certain reference value.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4187
    • 提供者:agi995
  1. qASSIGNMENT2

    0下载:
  2. 这是帮那留学生做的第二个作业,里面有详细的文档资料,要求运用到 链表 图 和最短路径算法. Dijkstra-This is to help the students so that the second operation, which has detailed information on the document, Listless request to use maps and the shortest path algorit
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:40662
    • 提供者:何键
  1. zuiduanlujingssss

    0下载:
  2. 这实一个求最短路径的实验,对初学者很有用,特别实学习 数据结构的同学-This is a shortest path experiment, very useful for beginners, in particular data structure is learning students
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:11666
    • 提供者:sky
  1. nearestroad

    0下载:
  2. 本文提出一种VB+MO实现最短路径查的思路,具体代码请自己实现-VB MO achieve the shortest path investigation of thinking, their specific codes, please realize
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:59058
    • 提供者:张妞
  1. ImproveShortestPathArithmetic

    0下载:
  2. 应用斐波纳契堆和邻接表改进单源最短路径算法,使其算法的时间复杂性由O( )减少为O(nlogn+e),其中e为有向图的边的条数。-application Fibonacci heap and the adjacent table to improve single source shortest path algorithm, its algorithm's time complexity of O () reduced to
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7881
    • 提供者:wt
  1. 50402417

    0下载:
  2. 和树类似,图的遍历是图的一种主要操作,可以通过遍历判别图中任意两个顶点之间是否存在路径、判别给定的图是否是连通图并可求得非连通图的各个连通分量,但对于带权图(网),其最小生成树或最短路径都取决于弧或边上的权值,则需要有特定的算法求解。-and similar trees, graph traversal map is a major operation, Discrimination can traverse map between a
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8085
    • 提供者:李成军
  1. short-road

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

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

    0下载:
  2. 最短路径的分析,可以用于理解迪克杰拉和FLOYD的算法。-shortest path analysis can be used to understand and Dikejiela FLOYD algorithm.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:12557
    • 提供者:汪剑章
  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
  3. 所属分类:其它资源

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

    0下载:
  2. 我用的是arcengine开发,在几何网络中寻找最短路径.-I use the arcengine development, the geometric network to find the shortest path.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4731
    • 提供者:cd
  1. sloveandy

    0下载:
  2. 具体题目在rar文件里,内容和走迷宫类似,可以得到最短路径-specific topics in rar document, content and similar Maze can be Shortest Path
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:13808
    • 提供者:李振辉
  1. a_game_road_find

    0下载:
  2. A*算法是一个求最短路径的函数,为许多即时战略游戏所用刀(或许人家大型的即时战略游戏笔者算法更好,不管它)。它由两个函数组成,一个是评估函数,也就是确定人物移动的下一个位置必须离目标位置最近,评估函数评估的结果越精确,则寻径的速度越快;另一个就是寻径函数,也就根据评估的结果做出响应,然后从新位置继续评估下一个位置,若无路可走(四周都是障碍什么的),那么折回一个路径节点,尝试其他方向,这个算法有个缺点,随着游戏中人物增多,相应的处理节点就
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3411
    • 提供者:yzmars
  1. zuiduanlu

    0下载:
  2. 求最短路径的代码,运筹学上机的作业之一,比较经典!-shortest path code, and operations on one machine operations, compared classic!
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:7077
    • 提供者:pan
  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
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 图的算法程序.最小生成树,最短路径等问题-map algorithm procedures. Minimum spanning tree, such as the shortest path problem
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:161894
    • 提供者:陈宏伟
  1. MinPath

    2下载:
  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 ptFi
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:13750
    • 提供者:Mark
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »

源码中国 www.ymcn.org