文件名称:exp10
介绍说明--下载内容均来自于网络,请自行研究使用
图的实现由Graph类完成。类中,图数据结构采用邻接
表实现。邻接链表中的节点用一个数据对表示,第一个域
用来保存和连接第i个节点边的另一端的节点编号,第二个
域用来保存该边的权值。另外用一个辅助数组来存储各节点
的评分值。-Figure achieved by the Graph class is completed. Class, graph data structure using adjacency
Table implementation. Adjacency list nodes with a data representation, the first domain
To save the node i and the connection section of the other side of the node number, the second
Field is used to save the edge weights. Also with an auxiliary array to store each node
Score values.
表实现。邻接链表中的节点用一个数据对表示,第一个域
用来保存和连接第i个节点边的另一端的节点编号,第二个
域用来保存该边的权值。另外用一个辅助数组来存储各节点
的评分值。-Figure achieved by the Graph class is completed. Class, graph data structure using adjacency
Table implementation. Adjacency list nodes with a data representation, the first domain
To save the node i and the connection section of the other side of the node number, the second
Field is used to save the edge weights. Also with an auxiliary array to store each node
Score values.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
exp10.pdf
sample
......\input1.txt
......\input2.txt
......\output1.txt
......\output2.txt