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

搜索资源列表

  1. graph

    0下载:
  2. 现实生活中有很多关于流量的问题,比如说公路系统的车辆流,供水系统的水流,金融系统的金流等等。为了解决这些关于流量的问题,我们需要学习一系列关于流量的算法。-In real life there are many issues on the flow, such as road traffic flow system, water supply system, financial system, cash flow and so on. In order to solve these issues
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:8709
    • 提供者:天雨
  1. follow

    0下载:
  2. 资料介绍了图论算法中最重要的定理之一的最小个最大流定理-Information on the graph theory algorithm, one of the most important theorem of the minimum of maximum flow theorem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:36496
    • 提供者:天雨
  1. 109201262ruby_allocation3

    0下载:
  2. 算法图论-Algorithm for Graph Theory
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:17399
    • 提供者:陈燕
  1. A-Fusing-Color-and-Gradient-Features-Approach-to-R

    0下载:
  2. 本文通过融合图像的颜色和梯度特征 ,实现了一种实时背景减除方法。首先融合颜色和梯度特征建立新的能量函数 然后基于图切割算法最小化能量函数 ,并对前景P 背景进行分割 最后使用光流验证前景区域的真实性 ,并更新背景模型。-  Based on the fusion of color and gradient features , this paper implement s a novel approach to real-time background subtraction.Firstly ,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:787599
    • 提供者:巡洋舰
  1. transreversal_app

    0下载:
  2. 实现了一种图算法,在该图上有几个重要的操作,包括圈分解和圈相交判断-implements a graph algorithm, including some operations on graph,,,cycle incomposition and intersect, interleave.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:11589
    • 提供者:liuguangcong
  1. GATSP

    0下载:
  2. 通过此程序能够利用遗传算法解决TSP问题,即图论中从某一点出发经过所有点一次的最短路径求解问题-Through this program can take advantage of genetic algorithm to solve the TSP problem, namely, graph theory starting from a point in time through all the points for solving the shortest path problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3761
    • 提供者:luoyong
  1. Graphcoloring

    0下载:
  2. 采取邻接矩阵的搜索算法实现了对图的着色,是一种数值优化算法-Adjacency matrix to a search algorithm for graph coloring, is a numerical optimization algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:207613
    • 提供者:yangke
  1. 0021graphcut

    0下载:
  2. graph cut算法代码,希望给你有帮助-graph cut algorithm code, and want to give you help
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7405
    • 提供者:王锐
  1. Graph

    0下载:
  2. c写的贪心算法,利用指针来搜索最短路径,以及可以扩展成一般最短路径的求法-c write greedy algorithm, using a pointer to search for the shortest path, as well as the shortest path can be extended into a general law of demand
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:193755
    • 提供者:huahua
  1. Graph

    0下载:
  2. 贪心算法 ;用到图结构,栈和队列来解决哈密顿回路;输出结果:路径(每条边及其权值),总和-Greedy algorithm use graph structure,stacks and queues to solve the Hamiltonian circuit output:path (each edge and the right value),the sum
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:5400
    • 提供者:zhuliyan
  1. Prims_Algorithm

    0下载:
  2. Prim s algorithm is an algorithm in graph theory that finds a minimum spanning tree for a connected weighted graph. This means it finds a subset of the edges that forms a tree that includes every vertex, where the total weight of all the edges in the
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:930
    • 提供者:kenny
  1. Graph

    0下载:
  2. 图类:一个处理数据结构中图的基础类方法。这个类包括对图的最完整建模算法-Graphs: a graph data structure processing base class methods. This class includes the most complete modeling algorithm diagram
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:17921
    • 提供者:Johnny
  1. Regular PEG

    1下载:
  2. 此程序 是一个C++程序. 通过PEG算法来构造 LDPC parity-check 矩正的Tanner 图.-This is a C++ program, which is used to construct Tanner graph of LDPC codes with the famous PEG algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-11-26
    • 文件大小:5863
    • 提供者:Jiangxueqin
  1. GraphGA-TabuHierarchicalLayout

    0下载:
  2. This article presents one of the most famous hierarchical graph drawing algorithms. Starting from a hierarchical graph we create a population of chromozoms that will be used in a Genetic Algorithm to get the best subjective representation: minimal ed
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:134948
    • 提供者:mihi64
  1. dijkstra

    0下载:
  2. Dijkstra s algorithm, conceived by Dutch computer scientist Edsger Dijkstra in 1959, is a graph search algorithm that solves the single-source shortest path
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1229
    • 提供者:jonathan
  1. SimpleViterbi

    1下载:
  2. 此程序实现Viterbi快速算法,在概率图理论中应用-This procedure to achieve fast Viterbi algorithm, the application of graph theory in the probability
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-28
    • 文件大小:822
    • 提供者:yuxin
  1. Graph

    0下载:
  2. 图的大部分实现 图的深度优先周游 图的广度优先周游 由队列方式实现的拓扑排序 由深度优先搜索方式实现的拓扑排序 单源最短路径(Dijkstra算法) 每对顶点之间的最短路径(Floyd算法) 最小支撑树(Prim算法) 最小支撑树(Kruskal算法)-Figure most of the implementation diagram of the depth-first breadth-first tour travel map be achieved by the topological s
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:10476
    • 提供者:fzkj
  1. Simple_MinCut

    0下载:
  2. Abstract. We present an algorithm for finding the minimum cut of an undirected edge-weighted graph. It is simple in every respect. It has a short and compact descr iption, is easy to implement, and has a surprisingly simple proof of correctness.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:2383
    • 提供者:Daniel
  1. MessageBox

    0下载:
  2. The preparation of Euler circuit algorithm, bipartite graph of the curriculum design, implementation, use of credit to the path to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:152932
    • 提供者:小小
  1. dijkstra

    0下载:
  2. Dijktra s single source shortest path algorithm. The function takes a graph (which may be sparse) as an input and returns the matrix of shortest distances between all of the nodes. Additionally, individual source and sink nodes may be specified as ad
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:850
    • 提供者:ruso
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com