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

搜索资源列表

  1. GraphAlgorithm

    0下载:
  2. 用applet显示的Dijkstra算法,用于计算图论中点到点的最短距离-using applet shows the Dijkstra algorithm used in the calculation of graph theory point-to-point shortest distance
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8657
    • 提供者:aaa
  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. chengshi

    0下载:
  2. 这个是我设计的城市交通无向图程序,里面的地点、距离已经给定(当然可以修改),运行时输入起点和终点即可。-this is my design of urban traffic undirected graph procedures inside the location, distance has been given (of course can be revised), running importation will be starting and finishing points.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10404
    • 提供者:陈慧
  1. zxksxt123

    1下载:
  2. 网络考试系统旨在实现考试的无纸化管理,对一些科目的考试可以通过互联网络或局域网进行,方便校方考务的管理,也方便了考生,尤其适合考生分布广,不易集中的远程教育。本系统包括系统管理、考生管理、在线考试、在线制作试卷、控制学生考试、试卷审批中心等功能。本论文主要介绍了系统的分析,设计和开发的全部过程。运用数据流图,ER图,程序流程图等对系统的设计过程进行详细的说明。全文共分为前言、需求分析、系统设计、开发技术、关键技术解决,结论六部分。西统采用B/S开发模式,开发工具选择JAVA、JSP、Javas
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:34547
    • 提供者:wangfei
  1. 最短路径导游的程序

    0下载:
  2. 校园导游咨询:编制一个为来访客人进行最短路径导游的程序从厦门大学漳州校区的平面图中选取10个有代表性的景点,抽象成一个无向带权图。以图中顶点表示景点,边上的权值表示两地之间的距离。 2.本程序的目的是为用户提供路径咨询。根据用户指定的始点和终点输出相应路径,或者根据用户指定的景点输出景点的信息。--Campus Tour consulting: the preparation of a shortest path for visiting guests to the program guide
  3. 所属分类:其它

    • 发布日期:2017-03-26
    • 文件大小:19556
    • 提供者:天时指南
  1. Dijkstra

    0下载:
  2. Dijkstra算法的研究对象是赋权有向图(图用加权矩阵表示)的单源最短路径问题。可以求出任意节点到其他所有节点的最短距离。-The research object is the Dijkstra algorithm of weighted directed graph ( graph with weighted matrix) of single source shortest path problem. Can be obtained any node to all other nodes
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3723030
    • 提供者:haoyanhua
  1. floyd

    0下载:
  2. 弗洛伊德算法求图中每两点最短距离,图论经典算法,数学建模-Floyd Algorithm for Finding the shortest distance two points in each chart, graph theory, the classical algorithm, mathematical modeling
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1242
    • 提供者:袁骏杰
  1. Girth-eightQC-LDPC

    0下载:
  2. The algorith divides rows in to four equal groups. The rows are then used to from a distance graph which is then transformed into a matrix. girth of eight is maintained by avoiding six-cycles in the graph construction
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:2308
    • 提供者:古立峰
  1. schooltravel

    1下载:
  2. 随着社会的发展,各界人士不断走进高校进行考查。随着旅游业的发展,各高校也可能成为旅游的景点。人们关心的问题是如何在有限的时间内能高效率的参观完一所学校的景点。对于这个问题,可以用一个图结构来表示交通网络系统,利用计算机建立一个校园导游咨询系统,方便参观者查询各个景点间的最短距离。-With the development of society, from all walks of life continued into the colleges and universities to carry
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:7537
    • 提供者:luo
  1. ShortDistance

    0下载:
  2. 或得一个连通图两两之间最短路径的代码,算法导论上的算法,自己实现的-a funtion to get the shortest distance between each to noeds in a graph
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:545
    • 提供者:董大凡
  1. K

    0下载:
  2. Implementations of a queue in C with algoritmo BFS, that calculates the minimum distance in a graph.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:1097
    • 提供者:Joao
  1. dijkstra

    0下载:
  2. this program shortpathes node using graph for decide short distance in networking
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4017
    • 提供者:bayu setyo
  1. graph

    0下载:
  2. to calculate the maximum distance between n number of points in a graph
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1136
    • 提供者:uche
  1. Graph

    1下载:
  2. 关于复杂网络社团结构的相关程序,其中包括求节点间最短距离,求边介数等等。-There are some procedures about community structure of comlex network which includes the shortest distance between nodes and betweeness and so on.
  3. 所属分类:matlab例程

    • 发布日期:2014-03-11
    • 文件大小:2781711
    • 提供者:李想
  1. dijkstra_openmp

    0下载:
  2. DIJKSTRA_OPENMP is a C++ program which illustrates the use of the OpenMP application program interface by implementing Dijkstra s minimum graph distance algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:3674
    • 提供者:nader
  1. graph

    0下载:
  2. 连通图的遍历(深度优先算法)求2个城市的最短距离,以及任何一条最短的路径-Connected graph traversal (depth-first algorithm) Find the shortest distance two cities, as well as any one shortest path
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:1112
    • 提供者:tscorner
  1. Find-Center-of-Mass-and-Distance

    0下载:
  2. 计算质心坐标(c)与边界与质心间的距离r(i),并绘制theta 与r_histogram 的关系曲线图-Calculating the centroid coordinates (c) between the boundary and the centroid distance r (i), and the mapping relationship between theta and r_histogram graph
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1131
    • 提供者:林彥彤
  1. Graph

    0下载:
  2. Graph measuring the Shortest Distance to vertex, class file for the The Path.java program.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1807
    • 提供者:bibs
  1. Node Similarity-based Graph Clustering and Visualization

    0下载:
  2. The basis of the presented methods for the visualization and clustering of graphs is a novel similarity and distance metric, and the matrix describing the similarity of the nodes in the graph. This matrix represents the type of connections between th
  3. 所属分类:matlab例程

    • 发布日期:2016-07-26
    • 文件大小:173734
    • 提供者:abonyijanos
  1. a path with a distance of K and no loop

    0下载:
  2. 求无向图任意两个顶点是否存在距离为k且不含回路的路径(Whether any two vertex of an undirected graph has a path with a distance of K and no loop)
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:11264
    • 提供者:赵氏天儿
« 12 3 4 5 »
搜珍网 www.dssz.com