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

搜索资源列表

  1. Graph

    0下载:
  2. 图形学上机实验代码,算法经过仔细推敲,为最优算法-Graphics on the machine test code, algorithms careful scrutiny, as the optimal algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-20
    • 文件大小:6040274
    • 提供者:杨子江
  1. visibility_graph_robot_motion

    1下载:
  2. visibility graph code developed on matlab, which uses astar search algorithm and minkowski difference - developed and updated from the previosly uploaded java source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:7001
    • 提供者:jackass243
  1. fenshuilingsuanfa

    0下载:
  2. 基于分水岭算法和图论的图像分割,所使用的方法为分水岭算法和Normalized Cut方法-Based on watershed algorithm and graph theory, image segmentation, the method used as a watershed algorithm and Normalized Cut method
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:288954
    • 提供者:谷继红
  1. Graph

    0下载:
  2. 通过深度和广度遍历 实现对图各节点的遍历算法-Achieved by traversing the depth and breadth of the graph traversal algorithm for each node
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:6601
    • 提供者:韩丰
  1. Dijkstra

    0下载:
  2. Dijkstra s algorithm!!! How you can find the shortest path in a graph
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:1116
    • 提供者:fanmoy
  1. GraphAlgorithm

    0下载:
  2. 图论算法,acm的图论类的模板,有一些经典算法作为例子,实现过程经过了实际题目的验证保证准确-Graph algorithm, acm the graph of the class template, some of the classic algorithm as an example, after the actual implementation process to ensure accurate verification of title
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:15934
    • 提供者:McFn
  1. maxflow-v3.01.src.tar

    0下载:
  2. 基于文献“计算机视觉中的能量函数最小化的最小割/最大流”的最大流算法实现-An implementation of the maxflow algorithm described in An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Minimization in Computer Vision. Yuri Boykov and Vladimir Kolmogorov.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:13196
    • 提供者:illusionme
  1. mitk

    2下载:
  2. 实现了三维超声PNN算法的GPU加速;实现GPU加速的CT圆轨道平板探测器FDK重建算法;提供对canny边缘检测算法的支持;提供交互式graph cut分割方法;实现OSTU分割算法;-Three dimensional ultrasound PNN algorithm GPU acceleration to achieve GPU accelerated CT reconstruction algorithm for circular orbits FDK flat panel detec
  3. 所属分类:Special Effects

    • 发布日期:2016-06-21
    • 文件大小:26291380
    • 提供者:杨颜华
  1. matlabyiqunsuanfa

    5下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。-Ant colony algorithm is a method used to find optimal path in the graph the probability-based algorithm. Is a combination of opt
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2648
    • 提供者:prince
  1. graph

    0下载:
  2. 计算机数据结构图的最短路径算法:D算法(输入权值和顶点)-Computer data structure diagram of the shortest path algorithm: D algorithm (input weights and vertex)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:223834
    • 提供者:wang
  1. PrimGraph

    0下载:
  2. Prim´ s algorithm using graphics finds a minimum spanning tree for a connected weighted undirected graph.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:13482
    • 提供者:pedro
  1. GraphCut_matlab

    1下载:
  2. graph cut 优化算法的最新版本,包含和Matlab接口,已编译,以及自己的一个简单测试例子程序MyTest,还有一篇经典论文及自己的读书笔记-graph cut optimization algorithm of the latest version, includes and Matlab interface has been compiled, and their example of a simple test program MyTest, there is a classic
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-06-13
    • 文件大小:47104
    • 提供者:tanghuang
  1. Grapth

    0下载:
  2. 这是C++图算法第五版中的源代码,对于学习图是很好的,可以学到很多知识。-This is the fifth edition of C++ graph algorithm in the source code is good for the learning plan, you can learn a lot of knowledge.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1066
    • 提供者:cnng
  1. CPP_Algorithms_sorcecde1-4

    0下载:
  2. C++图算法第1至第4部分源代码,这本书是Robert Sedgewick写的,代码是C++格式的,对于学习图算法是非常好的。-C++ graph algorithm 1 to 4 parts of the source code, this book is written in Robert Sedgewick, the code is C++ format, graph algorithm for learning is very good.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:27658
    • 提供者:cnng
  1. graph-hashing

    0下载:
  2. 图像的谱哈希算法,输入图像,然后提取图像的gist特征,经过谱哈希算法,产生哈希序列-Spectral image hash algorithm, the input image, and then extract the image of the gist features through spectral hash algorithms produce hash sequence
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:201890
    • 提供者:刘洋
  1. ART

    0下载:
  2. 双连通图 计算机算法 双连通图算法的设计与实现-Double Double connectivity graph graph algorithm computer algorithm design and implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:4771
    • 提供者:小草
  1. graphCplusplus

    0下载:
  2. 图论算法库 ,用c++写的,还不错.包括bellman_ford, floyd-Graph algorithm library, written using c++, not bad. Including bellman_ford, floyd
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:10202
    • 提供者:叶斌
  1. aaaa

    0下载:
  2. 带权有向图的最短路径及拓补排序算法,用于计算最短路径的算法-Weighted directed graph of shortest paths and expand up sorting algorithm used to calculate the shortest path algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:5534
    • 提供者:steven
  1. graph

    0下载:
  2. 基于控制点的图象变形方法及其应用,可快速根据控制点进行变形,算法相对简单-Image deformation based on control points and its application, and can be deformed under the control points, the algorithm is relatively simple
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:190534
    • 提供者:沈飞飞
  1. floyd

    0下载:
  2.  Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。 -Floyd algorithm, also known as Floyd algorithm, insertion point method, is used to find a given weighted graph algorithm shortest path between vertices.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:964
    • 提供者:言午
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com