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

搜索资源列表

  1. blobrw

    0下载:
  2. 微软的SQL SERVER数据库的Image、text等字段都属于二进制的大对象。这些对象的存取和其他轻型对象略有不同。   微软.NET Framework的System.IO命名空间下给我们提供了一个FileStream文件流类。我们可以使用这个文件流对二进制大对象轻松进行读写。   我实现了一个简单的WinForm程序,这个程序通过点击“Open”按钮选择一个bmp或者jpg文件,并显示在图形控件PictureBox中。通过“Save”按钮存入数据库。点击“View”CheckBo
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:9.46kb
    • 提供者:张庆
  1. 最小费用最大流1

    0下载:
  2. 本文用C语言实现了优化算法-最小费用最大流算法,主要用于图论领域-Using C programming language, the optimization algorithm-minimum cost maximum flow algorithm, mainly for the field of graph theory
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2.86kb
    • 提供者:申辉
  1. network_flow

    0下载:
  2. 最大流算法,对于给定的有向图,计算出该图上的最大流-Maximum flow algorithm, for a given directed graph is calculated on the graph of maximum flow
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:746byte
    • 提供者:LS
  1. FastWalshHadamardTransform

    0下载:
  2. The function implement the 1D sequency(Walsh) ordered fast Walsh-Hadamard transform which can be used in signal processing, pattern recongnition and Genetic alogorithms. This algorithm uses a Cooley-Tukey type signal flow graph and is implemented
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1.64kb
    • 提供者:ry
  1. xq

    0下载:
  2. 图论中最短路算法,最小生成树,最大匹配与最佳匹配的算法,旅行商问题,求最大流的Ford--Fulkerson 标号算法-Shortest path graph algorithm, minimum spanning tree, the largest and best match matching algorithms, traveling salesman problem, maximum flow for the Ford- Fulkerson labeling algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:40.31kb
    • 提供者:夏秋
  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
    • 文件大小:53.35kb
    • 提供者:lxxk
  1. graphtheory

    1下载:
  2. 5个关于图论的算法 包括K短路问题 NLOGN问题 二分图匹配问题 费用流问题 最大流问题-5 on the graph theory algorithms, including K shortest path problem NLOGN problems cost bipartite matching maximum flow flow
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:534.88kb
    • 提供者:李驷聪
  1. TriangleTest

    1下载:
  2. 参考“三角形问题”的程序流图, 实现如下功能: (1)当输入a,b,c三个数据时,高亮显示程序所经过的路径。 (2)列出已经过的和未经过的路径表2 开发环境-Reference " triangle problem" of the program flow graph, to achieve the following functions: (1) when the input a, b, c 3 data, highlight the path through t
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1.66mb
    • 提供者:王震
  1. Compile

    0下载:
  2. 编译原理课程设计,查找循环,可以手动输入源代码也可以从文件读入。显示程序流图-Principles of curriculum design, compilation, look cycle, you can manually enter the source code can be read from the file. Show program flow graph
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:805.45kb
    • 提供者:流川枫
  1. book_4node_allocate

    0下载:
  2. 电力系统潮流追踪程序 明确了在采用有功 /无功解耦追踪的方式下 ,由于有功或无功有向图不能同时提供用于损耗分摊的有功和无功功率分布信息 -Power Flow tracking program identified in the use of active/reactive decoupling tracking mode, active or reactive power as a directed graph can not provide for loss sharing active a
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1.74kb
    • 提供者:张英娇
  1. ACM.algorithm

    1下载:
  2. 各种算法模板(二分图最大匹配匈牙利算法、最小生成树prime和kruskal算法、Dijkstra算法、两点最短路径负权值边SPFA算法、图任意两点最短路径Floy算法、网络最大流SAP算法、网络最大流最小费用算法、乘法逆元gcd扩展求解算法、线段树区间划分统计算法、矩阵n次方分治法求解、gcd算法、整数划分问题、函数最小点问题、十进制转ACM算法、素数筛选法和欧拉函数求解、快模算法、字符串匹配KMP算法、字典全排列算法、快排、三维度排序、)-Various algorithms templat
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-12
    • 文件大小:17.74kb
    • 提供者:林云
  1. ACM_UJN

    0下载:
  2. ACM模版包括图论,网络流,数据结构,数论等acm比赛中常用算法。-ACM commonly used algorithm templates, including graph theory, network flow, data structures, and number theory acm race.
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:759.68kb
    • 提供者:寂寞杀猪
  1. find_circle

    0下载:
  2. 关于图论与网络流中的一种有效的可实现的找圈算法-On graph theory and network flow in an efficient algorithm can be implemented to find ring
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1.22mb
    • 提供者:郑圣瑜
  1. Current_Plot_DC

    4下载:
  2. 可以批量绘制全潮海流观测的流速流向曲线图,以大潮为例.只需将观测数据写为xlsx格式,即可自动出图.可以支持多个xlsx文件批量绘制.-You can draw all tidal currents observed mass flow rate of the flow graph to tide Case observational data simply written as xlsx format, you can automatically plot can support multip
  3. 所属分类:Windows Develop

    • 发布日期:2016-08-09
    • 文件大小:19kb
    • 提供者:Guanlin
  1. maxflow-v3.02.src

    0下载:
  2. 图的最大流算法实现 构造图,寻找增光路径,求取图的最大流-Graph algorithms to achieve maximum flow
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:18.01kb
    • 提供者:关小禾
  1. max_flow_min_cost

    0下载:
  2. 基于matlab的最小费用最大流的实现,用于最优化运输路径的选择,常用于图论问题、资源分配最优化问题-Matlab-based program of the minimum cost maximum flow ,which helps select optimal transport path. It is commonly used in graph theory problem of resource allocation optimization problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.34kb
    • 提供者:钟腾
  1. Puma-phase-unwrapping

    5下载:
  2. 利用图割方法(最大流最小割)进行相位解缠-Use graph cut method (maximum flow minimum cut) for phase unwrapping
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:344.46kb
    • 提供者:应红立
  1. maxflowmincut

    0下载:
  2. 基于图论的图像分割——最大流最小割算法。内含最大流最小割算法通用matlab程序。-Maximum flow minimum cut algorithm- based on graph theory image segmentation. Maximum flow minimum cut algorithm contains generic matlab program.
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:605.92kb
    • 提供者:caidb
  1. Graph_Theory_Code

    0下载:
  2. 使用C++ STL的图论编程的相关代码 包括几乎所有经典算法 如:最短路径算法,最大流算法,最小生成树等-Using the C++ STL programming graph theory relevant code Including almost all the classic algorithm Such as: the shortest path algorithm, the maximum flow algorithm, minimum spanning tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:82.08kb
    • 提供者:Liu Liang
  1. Maximum-flow

    0下载:
  2. 【最大流】输入图容量矩阵graph[MAXN][MAXN],取非零值表示有边,s为源点,t为汇点。 [说明] 复杂度上,V为点数,E为边数,C为边最大容量-Maximum flow
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.52kb
    • 提供者:郑雅萍
« 12 »
搜珍网 www.dssz.com