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

搜索资源列表

  1. 11

    0下载:
  2. 对Dijkstra算法C语言实现,包括源码,和编码思想,有文档-On Dijkstra algorithm C language, including source code, and encoding ideas, there are documents
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:17157
    • 提供者:xin
  1. yewn78.3

    0下载:
  2. This paper presents a new and efficient approach for capacitor placement in radial distribution systems (RDS) that determine the optimal locations and size of capacitor with an objective of improving the voltage profile and reduction of power los
  3. 所属分类:Project Design

    • 发布日期:2017-05-02
    • 文件大小:568179
    • 提供者:pasupu
  1. kjtrew.23

    0下载:
  2. This paper presents a new and efficient approach for capacitor placement in radial distribution systems (RDS) that determine the optimal locations and size of capacitor with an objective of improving the voltage profile and reduction of power los
  3. 所属分类:Project Design

    • 发布日期:2017-04-07
    • 文件大小:786811
    • 提供者:pasupu
  1. classical-algorithm

    0下载:
  2. 关于经典算法的思考与总结。涵盖KMP.遗传.启发式搜索.图像 特征提取 SIFT.傅立叶变换.Hash.快速排序.SPFA.快递选择 SELECT A*.Dijkstra.DP.BFS/DFS.红黑树等 15 个经典基础算法, 共计 31 篇文章,包括算法理论的研究与阐述,及其编程的具体实现。很多个算法都后续写 了续集-Thinking about the classical algorithm and summary. Covering the KMP. Genetic heuri
  3. 所属分类:software engineering

    • 发布日期:2017-05-29
    • 文件大小:11722863
    • 提供者:
  1. main

    0下载:
  2. Dijkstra algorithm Binary search tr-Dijkstra algorithm Binary search tree
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1183
    • 提供者:mmmm
  1. Dijkstra2

    0下载:
  2. 基于社区的Dijkstra算法研究。可以作为研究Dijkstra算法的参考。-Dijkstra algorithm for community-based research. Dijkstra s algorithm can be used as reference for research.
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1045220
    • 提供者:KevinCreasy
  1. Dijkstra3

    0下载:
  2. 普利姆算法与Dijkstra迪杰斯特拉算法的对比研究。-Comparative study plym Dijkstra algorithm Dijkstra algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:120200
    • 提供者:KevinCreasy
  1. Dijkstra4

    0下载:
  2. 几个Dijkstra迪杰斯特拉算法的优化方向。-Several optimization direction Dijkstra Dijkstra algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:175770
    • 提供者:KevinCreasy
  1. dijkstra8

    0下载:
  2. shortest path dijkstra algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:888
    • 提供者:altec
  1. 16mesh_net_10wave_simple

    0下载:
  2. 这是基于VC的16节点格型光网络的方针程序,假设每条信道有10个波长,随机产生业务请求。具体看程序,探讨请私信。路由采用Dijkstra算法,一个小例子。-this is a simulation for 16 nodes-optical net based on VC6.0.
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:359819
    • 提供者:大富
  1. 信号处理经典算法

    0下载:
  2. 15个信号处理经典算法模型及代码实现,涵盖 Dijkstra.DP.BFS/DFS.红黑树.KMP.遗传.启发式搜索.图像 特征提取 SIFT.傅立叶变换.Hash.快速排序.SPFA.快递选择 SELECT 等 15 个经典基础算法,
  3. 所属分类:编程文档

    • 发布日期:2015-05-16
    • 文件大小:10926059
    • 提供者:huangxiaohui
  1. Virtual-Human-Path-Planning

    1下载:
  2. :在栅格中使用经典的Dijkstra 算法进行路径规划有计算量大、规划时间长、进行扩展判断的节点个数多等缺点-: Using the grid classical Dijkstra algorithm path planning have large computation, planning for a long time, determine the number of nodes expanded more disadvantages
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:176814
    • 提供者:刘同学
  1. Test

    0下载:
  2. 最短路中的广度优先搜索,Dijkstra算法。网络算路问题的更优算法实现对于网络资源高效配置具有重要价值。题目是:给定一个带权重的有向图 G (V,E),V 为顶点集,E 为有向边集,每一条有向边均有一个权 重。对于给定的顶点 s、t,以及 V 的子集 V ,寻找从 s 到 t 的不成环有向路径 P,使得 P 经过 V 中所有的顶点(对经过 V 中节点的顺序不做要求)。 若不存在这样的有向路径 P,则输出无解,程序运行时间越短,则视为结果越优;若存在这 样的有向路径 P,则输出所得到的路径
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:21404
    • 提供者:wangwanwan
  1. tulun

    0下载:
  2. 在上传的资料‘tulun’中,PPT详细介绍了图论中的基本概念,并且给出了相应程序的算法,另外附有最短路Floyd算法的源程序和dijkstra的源程序。有利于在建模过程中利用MATLAB求解图论的相关问题。-PPT paper introduces the basic concepts of graph theory, algorithms and gives the corresponding program.Floyd also accompanied by the shortest ro
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1976122
    • 提供者:陈雪
  1. DAIMA

    0下载:
  2. 代码是图论最短路径Dijkstra的c++代码.还有常见的排序法的代码-Code is the shortest path graph Dijkstra c++ code. There are common sorting code
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:57591
    • 提供者:赵四胖
  1. 迪杰斯特拉算法与Astar算法比较

    0下载:
  2. 一篇关于迪杰斯特拉算法与Astar算法的论文,全方位的讲解了两种算法的原理以及区别(A paper on Dijkstra algorithm and astar algorithm is presented in this paper)
  3. 所属分类:文章/文档

  1. 徐立华_求解最短路问题的一个计算机算法

    0下载:
  2. 本文提出一个求解最短路问题的计算机算法,可称之为相关边法.它是在利用dijkstra算法的基础上,提出网络最大相关边数的概念,通过构造网络的相关矩阵和判断矩阵,从而计算网络任意两点间的最短距离.用此法求解大网络时,数据输入简单方便,能大大节省计算机内存和提高运行速度,为微计算机解决大网络问题提供了切实可行的算法.
  3. 所属分类:报告论文

« 1 2 3»
搜珍网 www.dssz.com