正在加载图片...
Dist'Type Get Weight( int vl, int v2); int Get FirstNeighbor( int v ) int GetNextNeighbor( int vI, int v2) void Insert Vertex( const Type vertex void InsertEdge int vI, int v2, float weight ) void Remove Vertex (int v )i void RemoveEdge( int v1, int v2) 邻接矩阵实现的部分图操作DistType GetWeight ( int v1, int v2 ); int GetFirstNeighbor ( int v ); int GetNextNeighbor ( int v1, int v2 ); void InsertVertex ( const Type vertex ); void InsertEdge ( int v1, int v2, float weight ); void RemoveVertex ( int v ); void RemoveEdge ( int v1, int v2 ); }
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有