Welcome![Sign In][Sign Up]
Location:
Search - graph

Search list

[Graph programMaximum.matching.algorithm.in.general.graph.o(n^3

Description: A matching on a graph is a set of edges, no two of which share a vertex.
Platform: | Size: 802816 | Author: metallscout | Hits:

[Data structsgraph

Description: 图论的算法,最短路,最小生成树,连通,匹配,网络流及应用。-Graph theory, algorithms, shortest path, minimum spanning tree, connectivity, matching, network flow and applications.
Platform: | Size: 39936 | Author: young | Hits:

[Graph programGraph-Cuts-in-Vision-and-Graphics

Description: 这篇文章描述了促使graphcut发展的主要理论特性,并分析了这些特性的局限性。-This paper explain general theoretical properties that motivate the use of graph,as well as, show their limitations.
Platform: | Size: 325632 | Author: 巡洋舰 | Hits:

[File FormatWhat-energy-functions-can-be-minimized-via-graph-c

Description: 本文首先介绍了需要通过graph cut最小化的能量函数的特性。虽然是二进制变量但是很容易推广到其他方面。我们详细描述了通过graphcut最小化的能量函数。并提供了最小化能量函数的通用构建。最后给出了最小化二进制能量函数的必要条件。-In this paper, we give a characterization of the energy functions that can be minimized by graph cuts. Our results are restricted to functions of binary variables. We give a precise characterization of what energy functions can be minimized using graph cuts. We also provide a general-purpose construction to minimize such an energy function. Finally, we give a necessary condition for any energy function of binary variables to be minimized by graph cuts.
Platform: | Size: 330752 | Author: 巡洋舰 | Hits:

[Graph programgraph-theroy

Description: 本文是关于图、图论的简明扼要的总结,对于临时充电的软件行业专业人员快速掌握图论方面的知识较为有用。-This article is about the chart, graph theory, a concise summary of the interim charge for the software industry professionals to grasp the knowledge of graph theory is more useful.
Platform: | Size: 92160 | Author: zd | Hits:

[Data structsgraph

Description: 刘儒佳的“图”教材,总结得相当的不错,建议-graph
Platform: | Size: 588800 | Author: 林炳忠 | Hits:

[OtherDirected-Euler-Graph

Description: 一个关于求有向欧拉图的算法实现,简单易行,可以借鉴。-An algorithm for directed-Eular Graph.
Platform: | Size: 130048 | Author: 阿牛 | Hits:

[Data structsgraph

Description: 该压缩文件中包含了图论当中的一些重要算法,包括前序中序和后序遍历、最小二叉树、DFS、BFS以及拓扑排序。-The compressed file contains a graph theory among a number of important algorithms, including the former order in the order and postorder traversal, the smallest binary tree, DFS, BFS, and topological sort.
Platform: | Size: 948224 | Author: 许娜娜 | Hits:

[Special Effectsgraph-basedsegmentation

Description: 这个代码是文章Efficient Graph-Based Image Segmentation的实现,结合了vs2008和opencv,该算法进行分割,速度很快,效果不错。-The source code is an implementation of the paper: Efficient Graph-Based Image Segmentation. VS2008 and Opencv are combined in the implementation process.
Platform: | Size: 9216 | Author: 高奎 | Hits:

[Mathimatics-Numerical algorithmsAlgorithms.In.C.3rd.Ed.Part5.Graph.Algorithms

Description: 经典算法书(中文版)。这一套算法系列书介绍了当今最重要的算法,共分3卷,这是第2卷(第五部分),集中讲解图算法。本书共有6章(第17章~第22章)。第17章详细讨论图性质和类型,第18章~第22章分别讲解图搜索、有向图和DAG、最小生成树、最短路径以及网络流。书中提供了用C语言描述的完整算法源程序,并且配有丰富的插图和练习。-Algorithms in C, Third Edition, Part 5: Graph Algorithms is the second book in Sedgewick s thoroughly revised and rewritten series. The first book, Parts 1-4, addresses fundamental algorithms, data structures, sorting, and searching. A forthcoming third book will focus on strings, geometry, and a range of advanced algorithms. Each book s expanded coverage features new algorithms and implementations, enhanced descriptions and diagrams, and a wealth of new exercises for polishing skills. A focus on abstract data types makes the programs more broadly useful and relevant for the modern object-oriented programming environment. Coverage includes: * A complete overview of graph properties and types * Diagraphs and DAGs * Minimum spanning trees * Shortest paths * Network flows * Diagrams, sample C code, and detailed algorithm descriptions
Platform: | Size: 13904896 | Author: wang | Hits:

[Special Effectsgraph-based_segment

Description: 基于图论的图像分割,使用区域之间和区域内部进行比较的准则,对于风景图片效果不错。-Graph-based image segmentation, using the region based comparison criteria, good for scene images.
Platform: | Size: 20480 | Author: tan | Hits:

[Data structsgraph

Description: 有向图 采用邻接表存储 DFS和BFS方法遍历 为方便表示,结点数小于10 用V0-V9表示不同的结点的-Directed graph using adjacency list method of storing DFS and BFS traversal for the convenience that the number of nodes is less than 10 with V0-V9 for different node
Platform: | Size: 2048 | Author: 刘少东 | Hits:

[CSharpgraph.project

Description: A program to graph printing. You choose connections between apexes. Source code and binaries
Platform: | Size: 54272 | Author: Habesy | Hits:

[Othergraph

Description: Dos下的用画图系统,用graph.h编写。能编译成功但是在AMD内核的环境下有可能运行不了。-Drawing system used under Dos with graph.h prepared. However, AMD can successfully compile the kernel may not run under.
Platform: | Size: 3072 | Author: Xyang | Hits:

[Software EngineeringMRF--Graph-Cuts

Description: 课件描述了MRF Energy Minimization and Graph Cuts-Courseware describes the MRF Energy Minimization and Graph Cuts
Platform: | Size: 2013184 | Author: chgang | Hits:

[Special Effectsgraph

Description: survey of graph cut(for image segmentation
Platform: | Size: 623616 | Author: leenasilvoster | Hits:

[VC/MFCThe.Boost.Graph.Library

Description: The Boost Graph Library
Platform: | Size: 1174528 | Author: dianthus83 | Hits:

[JSP/JavaGraph

Description: 实现对图的遍历。数据结构算法的实现。编写语言为java。-Realize the graph traversal. Data structure algorithm. Written language is java.
Platform: | Size: 75776 | Author: lily | Hits:

[Special Effectsgraph-based-image-segmentation

Description: 五种当前主要的基于图的图像分割方法(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, isoperimetric partitioning, minimum spanning tree and random walker.
Platform: | Size: 7720960 | Author: zc | Hits:

[MiddleWaredatawindow-of-graph-

Description: 数据窗口制作graph具有快捷,高效的特点,因其独特的数据制图方式,被广大PB爱好者青睐-datawindow of garph
Platform: | Size: 4096 | Author: wangevan | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net