搜索资源列表

  1. segment on graph cut

    0下载:
  2. segment on graph cut

  3. 所属分类:2D图形编程

    • 发布日期:2008-12-18
    • 文件大小:21030
    • 提供者:jinre9821
  1. computing dense correspondence graph cuts

    0下载:
  2. computing dense correspondence # # (disparity map) between two images using graph cuts This software implements stereo algorithms described in the following papers: Vladimir Kolmogorov and Ramin Zabih
  3. 所属分类:源码下载

    • 发布日期:2010-12-03
    • 文件大小:1319269
    • 提供者:newship@126.com
  1. graph, heap, sorting, timing source code-- common datastruct

    0下载:
  2. graph, heap, sorting, timing source code
  3. 所属分类:数据结构常用算法

  1. graph, heap, sorting, timing source code-- common datastruct

    0下载:
  2. graph, heap, sorting, timing source code
  3. 所属分类:源码下载

  1. Graph-Based_segment

    0下载:
  2. 基于图方法的图像分割C++源码,详细内容参见Efficient Graph-Based Image Segmentation一文。-graph-based methods of image segmentation C source code, See details Efficient Graph- Based Image Segmentat ion a text.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:21504
    • 提供者:liufu
  1. graph

    0下载:
  2. 实现无向图(或有向图)的存储表示,并输出对该图的广度优先(或深度优先)遍历。 系统具备如下的功能: 1.初始化。从键盘输入图的顶点数与边数。 2.输出图的相应的存储表示。 3.输出图的广度优先遍历序列。 4.输出图的深度优先遍历序列。-Realize undirected graph (or digraph) express storage and output of the graph breadth-first
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:88064
    • 提供者:张娟
  1. graph

    1下载:
  2. 实现了图的主要操作:(1)分别用邻接矩阵和邻接表实现图的基本操作(包括图的广度和深度优先搜索);(2)判断该图是否连通,输出该图的连通分量数目;(3)输出一个每一个连通分量的最小生成树。-The main achievement of the plan steps: (1), respectively, with adjacency matrix and adjacency list to achieve the basic map o
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:20480
    • 提供者:李雅芳
  1. graph

    0下载:
  2. 图的邻接表存储和深度优先搜索,采用的是递归。-Graph adjacency list storage, and depth-first search, using recursion.
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:谢斌
  1. graph-0.1b.tar

    1下载:
  2. graph是一款linux/unix下绘制数据曲线图形的程序,用C++编写。-graph is a linux/unix data under the curve of graphics rendering procedures, using C++ prepared.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-04-29
    • 文件大小:43008
    • 提供者:阿商
  1. Graph-Theory

    1下载:
  2. 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压缩包内的Graph.h文件包含所有的库函数,其调用接口见程序内注释。其他的文件是用来测试算法的测试程序,在VisualAge C++ 4.0
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-29
    • 文件大小:10240
    • 提供者:lllstar
  1. graph

    0下载:
  2. 图的各种存储结构,特别要熟练掌握邻接矩阵和邻接表存储结构。 遍历是图各种应用的算法的基础,要熟练掌握图的深度优先遍历-Map a variety of storage structures, in particular to master the adjacency matrix and adjacency list storage structure. Graph traversal is a wide range of app
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:fan
  1. graph

    0下载:
  2. 图的邻接表存储表示法 源码 这是进行计算机图论算法的基础 如最基本算法DFS BFS 图的邻接表存储表示法 源码 这是进行计算机图论算法的基础 如最基本算法DFS BFS-Adjacency list graph representation of source storage This is a computer algorithm based on graph theory such as the basic algori
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:880640
    • 提供者:cuiyuzheng
  1. Graph

    0下载:
  2. powerbuild for graph exmple
  3. 所属分类:中间件编程

    • 发布日期:2024-04-29
    • 文件大小:27648
    • 提供者:mykor51
  1. Graph

    0下载:
  2. Real Time 2D Graph which has been tested
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:58368
    • 提供者:song ping
  1. graph

    0下载:
  2. 图的邻接链表及遍历及基本操作,节点的插入删除等基本操作,适合初级算法学习者-Adjacency list graph and traversal and basic operations, insertion node to delete such basic operations, suitable for primary algorithm learners
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:158720
    • 提供者:cscaoshang
  1. Graph

    0下载:
  2. 图的基类以及最短路径算法,dijkstra,floyd,Kruskal算法等,代码来自北大赵海燕老师编著的数据结构与算法。-Graph base class as well as the shortest path algorithm, dijkstra, floyd, Kruskal algorithm, code Zhao Haiyan teachers from Beijing University and edited by t
  3. 所属分类:书籍源码

    • 发布日期:2024-04-29
    • 文件大小:663552
    • 提供者:张淼
  1. graph

    0下载:
  2. 图的一系列性质,通过输入图的结点和边,输出图的各种矩阵,并可判断图是否是连通图,欧拉图等性质.-Map a series of nature, by entering the graph nodes and edges, the output map of various matrices, and to determine whether it was connected graph chart, such as the nature
  3. 所属分类:界面编程

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:Jimmy
  1. graph.theory.with.applications

    0下载:
  2. graph theory with applications to engineering
  3. 所属分类:GIS编程

    • 发布日期:2024-04-29
    • 文件大小:4576256
    • 提供者:omyazan
  1. Maximum.matching.algorithm.in.general.graph.o(n^3

    0下载:
  2. A matching on a graph is a set of edges, no two of which share a vertex.
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:802816
    • 提供者:metallscout
  1. graph

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

    • 发布日期:2024-04-29
    • 文件大小:39936
    • 提供者:young
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org