文件名称: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/
sample/input1.txt
sample/input2.txt
sample/output1.txt
sample/output2.txt
sample/
sample/input1.txt
sample/input2.txt
sample/output1.txt
sample/output2.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.