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

搜索资源列表

  1. GraphDis

    0下载:
  2. 一个能求图中任两顶点之间的最短距离的程序-seeking a map to the two vertices of the shortest distance between the procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15065
    • 提供者:冰落魂
  1. C语言实战105例

    0下载:
  2. C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器 
  3. 所属分类:Windows编程

    • 发布日期:2012-03-06
    • 文件大小:654374
    • 提供者:jawin@126.com
  1. Floyd算法

    0下载:
  2. 求任意两点间的最短距离算法
  3. 所属分类:数学计算/工程计算

  1. main.rar

    0下载:
  2. 蚁群算法计算城市最短距离,matlab源代码,Ant colony algorithm is the shortest distance between cities,
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:991
    • 提供者:wing
  1. zuiduan_path

    0下载:
  2. VC++求两个线段(城市)最短距离的算法-VC++ requirements of two segments (city) algorithm for the shortest distance
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:257778
    • 提供者:马桂英
  1. floyd

    0下载:
  2. 佛洛依德算法能够求出图中任意两点之间的最短距离-Freud algorithm can find the figure the shortest distance between any two points
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:537
    • 提供者:jack
  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. 1

    0下载:
  2. 实验一 熟习几个基本网管命令 实验三 协议分析软件的应用 实验四 数据冗余 实验五 使用C++实现 计算结点间最短距离 实验六 熟悉ftp指令 -A few basic network test commands to familiarize themselves with the three experimental protocol analysis software application test four data redundancy using C++ test f
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-10
    • 文件大小:1388954
    • 提供者:王心
  1. floyd

    0下载:
  2. 用于求解图论的最短路径问题,求解图论网络中任意两点的最短距离!-Floyd for the shortest problem.
  3. 所属分类:matlab

    • 发布日期:2017-11-09
    • 文件大小:1200
    • 提供者:刘风
  1. GPS

    0下载:
  2. 用Java语言编写的GPS定位系统,已通过编译,可以直接运行。(其中用了图中求源点到目的顶点最短距离的算法)-A program is GPS. A very simple but useful program. It will be helpful to you.
  3. 所属分类:Ajax

    • 发布日期:2017-03-23
    • 文件大小:126702
    • 提供者:betty
  1. Desktop

    0下载:
  2. 弗洛伊德算法最短距离的实现,输入为邻接矩阵,输出为最短距离矩阵。-Freud' s realization of the algorithm for the shortest distance, enter the adjacency matrix output for the shortest distance matrix.
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:10653
    • 提供者:海波
  1. Floyd

    0下载:
  2. floyd算法的c++实现,通过输入邻接矩阵,求出点到点的最短距离,测试通过。附带说明-floyd algorithm c++ achieve by entering the adjacent matrix, find the shortest distance of the point-to-point, the test is passed. Annotated
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:10221
    • 提供者:hb
  1. a

    0下载:
  2. 禁忌搜索算法,解决三十个城市间的旅行商问题,求出最短距离-Tabu search algorithm to solve thirty cities between the traveling salesman problem, find the shortest distance
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:93959
    • 提供者:童言
  1. tourist-helping-system

    0下载:
  2. 旅游自助系统 1. 景区旅游信息管理系统中,首先通过遍历景点,给出一个入口景点,。 2. 可以设计景区的旅游景点,确定入口和出口景点 3. 可以根据导游策略建立导游线路图并遍历景点 4. 可以提供两个任意景点之间的最短路径及最短距离 5. 可以通过求最小生成树对景区进行建设和规划 -tourist-helping-system
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2579
    • 提供者:
  1. 02666199TS-TSP

    0下载:
  2. 禁忌搜索算法,解决三十个城市间的旅行商问题,求最短距离-Tabu search algorithm to solve thirty cities between the traveling salesman problem, the shortest distance
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2848
    • 提供者:童言
  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. KNNVB

    0下载:
  2. 最短距离法分类器VB实现,包括有详细例程说明-The shortest distance classifier VB to achieve, including a detailed descr iption routines
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:647846
    • 提供者:dong wei
  1. PointLine

    0下载:
  2. 计算二维上点到直线段之间的最短距离。如果是直线那么连垂线就是最短距离,但直线段则不然。-Calculated on two-dimensional point to a straight line the shortest distance between the paragraph. Well, even if it is a straight line perpendicular is the shortest distance, but the line segment is not.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1037
    • 提供者:王东瑞
  1. TSP

    0下载:
  2. 选定出示出发点,计算走遍十个城市的最短距离,VC++编写-Selected to produce the starting point, dozens of cities around the calculation of the shortest distance, VC++ Prepared
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:21921
    • 提供者:Joy
  1. dd

    0下载:
  2. 可以解决两地最短距离的一段程序,是一个很好解题过程-Can solve the shortest distance between the two places for some procedures, is a good problem-solving process
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:28770
    • 提供者:陶焕喜
« 1 2 3 45 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com