数据结构_图的基本运算代码 上传者:未来,心 2018-12-25 15:59:21上传 DOC文件 74KB 热度 58次 #include"MGraph.h"#define INFTY 1000templatestruct ENode{ ENode() {nextArc=NULL;} ENode(int vertex,T weight,ENode *next) { adjVex=vertex; w=weight; nextArc=next; } int adjVex; T w; ENode* nextArc;}; 下载地址 用户评论 更多下载 下载地址 立即下载 用户评论 码姐姐匿名网友 2018-12-25 15:59:21 非常好的资料,能帮助我。 码姐姐匿名网友 2018-12-25 15:59:21 很好的学习资料,赞一个 码姐姐匿名网友 2018-12-25 15:59:21 还不错,没有错误 发表评论
非常好的资料,能帮助我。
很好的学习资料,赞一个
还不错,没有错误