搜索资源列表

  1. 求网络中的最大流.rar

    0下载:
  2. 数据结构的课后练习
  3. 所属分类:源码下载

    • 发布日期:2024-05-21
    • 文件大小:3887
    • 提供者:
  1. 最大流最小割定理.rar

    0下载:
  2. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:1773
    • 提供者:
  1. graphDegree

    0下载:
  2. 求图的顶点连通度算法。方法就是先对源和汇做枚举,之后对每个枚举情况,把除去源汇两点的其余所有顶点看成是容量限制为1的点,求网络的最大流,就是此点对的顶点连通度,之后对枚举的所有点对找连通度最小的当成图的连通度。 带有顶点容量限制的最大流方法:将带容量限制的顶点u拆成两个点u 和u*,原顶点u的入边为u 的入边,原顶点u的出边为u*的出边,之后在u 和u*之间连接双向边,边的容量为顶点的容量限制。-plans for the ver
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1515
    • 提供者:吴地瓜
  1. Least_cost_with_greatest_flow

    0下载:
  2. 题目:求网络的最小费用最大流-C语言 已经经过调试,没有问题!-topics : finding the minimum cost maximum flow-through C language has been tested and no problems!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:21150
    • 提供者:周琳
  1. zxfy_zdl

    0下载:
  2. 用Floyd算法设计的最小费用最大流,求最大流时,用的是标号算法-Floyd algorithm design with the minimum cost maximum flow, for maximum flow, the algorithm is labeling
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1030
    • 提供者:
  1. graphcut

    1下载:
  2. 在计算机视觉中的立体匹配算法----最大流最小割,最新的研究成果.-in computer vision of the stereo matching algorithm-largest flow minimum cut, the latest research results.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:451153
    • 提供者:adan
  1. NetStream

    0下载:
  2. 已知一个网络对应的邻接矩阵,求该网络上的最大流。属于数据结构中的问题。-a network known counterparts in the adjacent matrix, the network for the maximum flow. Data structures belonging to the problem.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1257
    • 提供者:温耀彬
  1. wangluodezuixiaofeiyongdezuidaliu

    0下载:
  2. 这是一个求网络最小费用最大流问题的一个C++的程序已经经过调试,请放心使用.-This is a minimum cost network for the largest flow of a C procedures after debugging, please rest assured that use.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5179
    • 提供者:下沙
  1. 1149

    0下载:
  2. poj 1149 pigs 最大流的例题 还要写什么-poj 1,149 pigs maximum flow of excellence he wrote.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:986
    • 提供者:王一然
  1. MaxStream

    0下载:
  2. 学习VC的时候写的,求解有向图的最大流和最小截集。-learning to write when the solution is to map the maximum flow and minimum cut-set.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2026093
    • 提供者:水中雁
  1. zudlu

    0下载:
  2. 人工智能最大流算法 源码及设计文档,内含4个源代码-artificial intelligence maximum flow algorithm source code and design documents, containing four source code
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:59831
    • 提供者:lxh
  1. MaxFlowDemo

    0下载:
  2. 在加权的有向图中,可以求出最大流路径,即求出从起点到终点权值之和最大的路径。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:206583
    • 提供者:Leo
  1. zuidaliusuanfa

    0下载:
  2. 最大流问题的算法,思路清晰,很值得收藏。大家赶快下载
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:79262
    • 提供者:真实的
  1. stream

    0下载:
  2. 网络流算法 涉及:数据结构(图论)、算法、ACM 分类有最大流、最小费用最大流、最小割-Network flow algorithm involving: data structures (graph theory), algorithm, ACM classification has maximum flow, minimum cost maximum flow, minimum cut
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:91136
    • 提供者:sql
  1. 3_MinCut

    0下载:
  2. 一个经典的求解最大流最小割代码 VC++版本-A classical solution of maximum flow minimum cut code VC++ Version
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:18432
    • 提供者:wangfei
  1. Networkstreaming

    0下载:
  2. 网络流 最大流(最大流得修改,因为增量网络不对,是双向的。)-Network streaming maximum flow (maximum flow may be amended because incremental network wrong in both directions.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:334848
    • 提供者:张超
  1. GraphCut

    0下载:
  2. 介绍了图割的基本思想,包括最大流最小割算法,以及简单的图割实例-Introduced the basic idea of graph cuts, including the maximum flow minimum cut algorithm, and simple instances of graph cuts
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1033216
    • 提供者:黄鹏
  1. max-flow-min-cut-theorem

    0下载:
  2. 初学最大流最小割的几个很有用的参考资料,详细介绍了它的应用,很有帮助哦!-Maximum flow minimum cut beginner several useful references, details of its application, very helpful Oh!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:4034560
    • 提供者:wade
  1. 算法代码

    0下载:
  2. 常用最短路径,最大流算法,c#实现,几种最短路径算法都有涉猎(Shortest path algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:111616
    • 提供者:wangdawei
  1. 数控恒压恒流电源

    0下载:
  2. 设计实现了人们对电源的需要,输出电压可在0~12V之间,输出电流最大1A,具有两种单独的模式:电流源模式,电压源模式(The design realizes people's need for power supply, the output voltage can be between 0 and 12V, the output current is up to 1A, with two separate modes: current
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:8058880
    • 提供者:你等着
« 1 2 3 45 6 7 8 9 10 ... 29 »

源码中国 www.ymcn.org