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

搜索资源列表

  1. Isomap

    2下载:
  2. ISOMAP算法,包括dfun.m dijk.m isomap.m l2_distance.m等等等等,一种流形学习算法(很好用,本人编译运行并仿真实现过)-ISOMAP algorithm, including dfun.m dijk.m isomap.m l2_distance.m etc., a learning algorithm Manifold (useful, I compile and run off Simulation)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:593055
    • 提供者:辰辰
  1. Dijk

    0下载:
  2. Dijk是在图算法中,单源求最短路径的一个小程序-Dijk of the map algorithm, single source shortest path for a small procedure
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6313
    • 提供者:杨锐
  1. DIJK-STRA.rar

    0下载:
  2. 用贪心算(DIJK-STRA)法求最短路径 。 算法基础实验课上可以用到。,Use greedy operator (DIJK-STRA) method for the shortest path. Algorithm based on experimental classes may be used.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1288
    • 提供者:乐正清
  1. Aver_Path_Length.rar

    0下载:
  2. 算法,采用Dijk算法,求网络所有点的最短路径和网络的平均最短路径,Algorithm, using Dijk algorithm, and all points of the shortest network path and the average shortest path network
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:617
    • 提供者:sun
  1. Isomap

    3下载:
  2. Isomap流形降维算法,包括了一个瑞士卷生成数据,dijk距离算法。-Dimensionality reduction algorithm Isomap manifold, including the formation of a Swiss roll data, dijk distance algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:585477
    • 提供者:陈普登
  1. jsj

    0下载:
  2. dijk 的程序 希望大家有用 子多了不一定好 你送给或是把-idon t know
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-16
    • 文件大小:21064
    • 提供者:贾静园
  1. DIJK

    0下载:
  2. 计算最短路径的一种简易方法,在DIJKSTRA算法基础上有所改进-Calculate the shortest path, a simple method based on the DIJKSTRA algorithm improvements
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:193668
    • 提供者:刘精轶
  1. dijk

    0下载:
  2. matlab code from friend shortest path (dijkstra)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1474
    • 提供者:h
  1. Dijk

    0下载:
  2. 经典Dijkstra,java最短路由算法-Classic Dijkstra, java shortest routing algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1746
    • 提供者:jin
  1. Dijk

    0下载:
  2. 银行家算法模拟 可用于实习交作业等等 实用-Banker s algorithm simulation
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1133
    • 提供者:Mono
  1. Isomap2

    0下载:
  2. Isomap的改进算法,速度较快。包括了一个瑞士卷生成程序和dijk距离算法。-Improved Isomap algorithm faster. Includes a volume generator and dijk Switzerland distance algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:586696
    • 提供者:陈普登
  1. dijk

    0下载:
  2. Dijkstra Paralel with MPI
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:1708
    • 提供者:Franki
  1. ShortestPath

    0下载:
  2. 简单的最短路计算方法,包含dijk , spfa ,kruskal算法同时,加上了一些优化,体现三者对于图的疏密程度,对算法的影响。-Simple shortest path calculation method, contains dijk spfa kruskal algorithm at the same time, plus some optimization embodies the density of the three graph algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:249346
    • 提供者:DemonSeeker
  1. dijk

    1下载:
  2. Dijkstra算法可以解决voronoi图中求解最短路径-Dijkstra' s algorithm can solve voronoi diagram to solve the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:6207
    • 提供者:雷垒
  1. dijk

    0下载:
  2. 最短路算法,采用matlab进行实现,具有普适性-Shortest path algorithm, using matlab to achieve
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:6445
    • 提供者:黄通文
  1. dijk

    0下载:
  2. 实现矩阵中任意两点最短距离的计算,并显示出最短路径经历的节点-To achieve the shortest distance between any two points in the matrix calculations and displays the shortest path through node
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1160
    • 提供者:liumiaomiao
  1. Dijk

    0下载:
  2. 实验五 银行家算法实现 一、实验目的及要求: 了解掌握银行家算法,学会模拟实现资源分配,同时有要求编写和调试一个系统分配资源的简单模拟程序,观察死锁产生的条件,并使用适当的算法,有效的防止和避免死锁的发生 -Master bankers algorithm, learning resources allocation simulation, simple simulation program and requirements for writing and debugging a s
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:11449
    • 提供者:红烧排骨
  1. dijk

    0下载:
  2. 算法、单源最短路径。Dijkstra算法解决voronoi图中求解最短路径-Shortest Path
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:6144
    • 提供者:崔凡凡
  1. 06035680Dijkstra

    0下载:
  2. dijk程序,主要寻找最优路径,是一种比较方便的算法-dijk process,in order to find the short routing,it is the convenient algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1178
    • 提供者:崔嬴
  1. dijk

    0下载:
  2. Dijkstra算法,开放分类为单源最短路径算法,内含编程思路。-Dijkstra s algorithm, open classified as single-source shortest path algorithm, embedded programming ideas.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:6313
    • 提供者:胡青
« 12 »
搜珍网 www.dssz.com