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

搜索资源列表

  1. ACM_template.rar

    1下载:
  2. 本人参加ACM竞赛使用的一些算法模板,包括二分图匹配,欧拉回路的构造以及网络流中的最大流与最小费用最大流等,可以说实战性非常强。,ACM competitions I take part in a number of algorithms used in templates, including two sub-graph matching, Euler circuit, as well as network flow structure of the maximum flow and mini
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:14732
    • 提供者:诗苇
  1. graph

    0下载:
  2. 图论的算法,最短路,最小生成树,连通,匹配,网络流及应用。-Graph theory, algorithms, shortest path, minimum spanning tree, connectivity, matching, network flow and applications.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:39429
    • 提供者:young
  1. GraphTheoryAlgorithmMATLAB

    0下载:
  2. 图论算法及其MATLAB 程序代码 1.求赋权图G = (V, E , F )中任意两点间的最短路的Warshall-Floyd 算法、Kruskal 避圈法 2.求二部图G 的最大匹配的算法(匈牙利算法)、利用可行点标记求最佳匹配的算法 3.从一个可行流f 开始, 求最大流的Ford--Fulkerson 标号算法 6.-Graph Theory Algorithm and MATLAB program code 1. Seeking weighted graph G = (V
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:47242
    • 提供者:肖翔
  1. sql

    0下载:
  2. 图书馆管理系统开发设计方案 目录 1 需求分析 3 1.1 系统目标 3 1.2 需求定义 3 2 功能说明 4 2.1 图书基本情况 4 2.2 办理借书证 4 2.3 实现借书功能 4 2.4 实现还书功能 5 2.5 图书查询 5 3 系统功能结构图 5 4 业务流程图 6 4.1 借阅信息管理 6 4.2 书籍信息管理 6 4.3 读者信息管理 7 4.4 系统管理 7 5 绘制数据流图 7 5.1 “借书证生成”数
  3. 所属分类:software engineering

    • 发布日期:2016-06-02
    • 文件大小:326856
    • 提供者:植物人
  1. maxflow-v3.0

    0下载:
  2. 最大流或最小割问题的算法实现,采用graph cut方法做图像分割时需要用到最小割。-Maximum flow or minimum cut algorithm problem, the graph cut image segmentation methods need to use minimum cut.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:61440
    • 提供者:jiangkaihua
  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. 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. AddFlow_ActiveX_3.0_(keygen)

    0下载:
  2. AddFlow 3.0 (keygen)AddFlow 3.0 是Lassalle开发的流程图创建工具,提供了Activex的详细接口,类似于Visio的绘图功能,使用非常方便而且功能超级强大,支持VC,VB,Dephi,Visual Studio 2005,VS2008等等,只要能支持ActiveX的就可以使用,它能够为每个图表中的对象(节点或者连接线)分配不同的颜色,字体,形状,风格,图片,文字等。节点移动后仍然保持连接。也提供自动位置的排布,推荐一用!--Flow 3.0 is a flo
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-23
    • 文件大小:54633
    • 提供者:lxxk
  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. 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. DFG_fdct

    0下载:
  2. FDCT源码及其数据流图,用于图像处理或者视频编码解码-FDCT source and the data flow graph
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:237860
    • 提供者:chen
  1. maxflow

    0下载:
  2. Yuri Boykov s and Vladimir Kolmogorov s work on graph cuts and MRF optimization has been extensively cited in the academia, and their maximum flow implementation is widely used in computer vision and image processing research.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:139372
    • 提供者:utrade1
  1. graphcut

    0下载:
  2. Kmeans 聚类,graphcut 图像分割,最大流最小割算法-Kmeans clustering, graphcut image segmentation, the maximum flow minimum cut algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:13636286
    • 提供者:邓民明
  1. Bipartite-graph-matching-template

    1下载:
  2. 求二分图匹配多种算法,网络流最大流的部分模板-Find a variety of bipartite graph matching algorithms, network flow part of the template maximum flow
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:7326
    • 提供者:陈帅军
  1. Bipartite-graph-matching-problem)

    0下载:
  2. 关于二分图中一些定义,定理及如何求解最大流的问题-Bipartite graph on some definitions, theorems and how to solve the problem of maximum flow
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:21902
    • 提供者:陈帅军
  1. graph-based-image-segmentation

    0下载:
  2. 五种当前主要的基于图的图像分割方法(normalized cut, min-cut/max-flow, isoperimetric partitioning, minimum spanning tree and random walker)的论文原文。-The original papers of five main graph-based image segmentation methods. They are normalized cut, min-cut/max-flow, isoperi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7721185
    • 提供者:zc
  1. graph.tar

    0下载:
  2. this document is a useful materials which could be used to solve the two phase flow
  3. 所属分类:Audio program

    • 发布日期:2017-05-04
    • 文件大小:1190890
    • 提供者:wuyuhao
  1. graph-flow

    0下载:
  2. malcode execution binary trace flow and graphing-malcode execution binary trace flow and graphing
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:17960
    • 提供者:obz
  1. graph theory

    0下载:
  2. 高随祥的图论与网络流理论,介绍在网络里如何利用图论进行问题的分析,对于庞大的网络流有相当的帮助。(Gao Suixiang's graph theory and network flow theory, introduced in the network how to use graph theory to analyze the problem, for a large network flow quite helpful.)
  3. 所属分类:WEB开发

    • 发布日期:2017-12-23
    • 文件大小:78843904
    • 提供者:kkburp
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com