文件名称:Graphmtx
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-09-06
- 文件大小:
- 29kb
- 下载次数:
- 0次
- 提 供 者:
- 王**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
数据结构图的邻接矩阵的实现。
包括构造函数、返回边(v1,v2)上的权值的函数、在图的顶点表中插入一个新顶点的函数、在带权图中插入一条边的函数、给出顶点位置为v的第一个邻接顶点的位置的函数、给出顶点v的邻接顶点w的下一个邻接顶点的位置的函数、在图中删除一条边的函数、在图中删除一个指定顶点v, v是顶点号的函数等优质函数。-Data Structure adjacency matrix.
Including the constructor function that returns the edge weights (v1, v2) on the function to insert a new vertex in the vertex list, the insert with the function of an edge in the right of the figure, the position of the vertex v is given first a function of the position of adjacent vertices, the vertex is given a function of the next adjacent vertices adjacent to vertex v w position, a function of deleting an edge in the graph, to remove a specified vertex v in the graph, v is the number of vertices functions such as quality function
包括构造函数、返回边(v1,v2)上的权值的函数、在图的顶点表中插入一个新顶点的函数、在带权图中插入一条边的函数、给出顶点位置为v的第一个邻接顶点的位置的函数、给出顶点v的邻接顶点w的下一个邻接顶点的位置的函数、在图中删除一条边的函数、在图中删除一个指定顶点v, v是顶点号的函数等优质函数。-Data Structure adjacency matrix.
Including the constructor function that returns the edge weights (v1, v2) on the function to insert a new vertex in the vertex list, the insert with the function of an edge in the right of the figure, the position of the vertex v is given first a function of the position of adjacent vertices, the vertex is given a function of the next adjacent vertices adjacent to vertex v w position, a function of deleting an edge in the graph, to remove a specified vertex v in the graph, v is the number of vertices functions such as quality function
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Graphmtx
........\Debug
........\Graph.h
........\Graphlnk.h
........\Graphmtx.dsp
........\Graphmtx.dsw
........\Graphmtx.h
........\Graphmtx.ncb
........\Graphmtx.opt
........\MinHeap.h
........\MinSpanTree.h
........\SeqQueue.h
........\Tree.h
........\UFSets.cpp
........\UFSets.h
........\data.txt
........\main.cpp
........\temp.cpp