Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • MinimumSpanningTree.zip 在图形中若于个边(edge)上加上一些值,此数值称为比重( weight ) 。而此图形称为比重图形(Weight Graph ) ,若weight是成本( cost )或距离( distance ) ,则称此图形为网路( Network )。根据Spanning Tree的定义,知一个图形可有许多不同spanning tree ,在network中找出一个具有最小成本( Cost )的Spanning tree ,则此Spanning tree称为最小成本生成树。
  • segment-win.rar Efficient Graph-Based Image Segmentation 一篇论文的代码,修改后,在VS2008运行环境下编译通过
  • DecklinkHistogram.rar The purpose of this sample is to demonstrate the retrieval of video samples into an application from a very basic video capture graph. The application then performs, by way of example, a histogram analysis of the video which is then plotted in the ...
  • TopoSort.rar 实现拓扑排序:一个有向无环图,表述为一个邻接矩阵graph[n][n],其中graph[i][0]为顶点i的入度,其余为其后继结点。
  • ConvexOptimization.rar ... , then this interpretive benefit is acquired. That is a powerful attraction: the ability to visualize geometry of an optimization problem. Conversely, recent advances in geometry and in graph theory hold convex optimization within their proofs’ core.
  • shortway.zip finding shortway between to vertex in the graph
  • ALG_K_ShortPath.rar this is a program to count the shortest path in a graph
  • graph.rar 数字图像处理第二版中文版(冈萨雷斯)的自编代码及课后作业,涉及绝大部分处理,简单直接
  • Graph.rar 各种划线算法的实现!几何操作:平移,旋转,比例变换!贝塞尔曲线画法
  • graph.rar c++实现的图基础算法的包装类,提供了关于图的一些基础操作