摘要: 1 //AOV网与拓扑排序类 2 #ifndef _AOV_H_ 3 #define _AOV_H_ 4 #include<iostream> 5 #include<cstdio> 6 #include<malloc.h> 7 #include<cstring> 8 #include<queue> 阅读全文
posted @ 2020-02-10 11:59 SavenNeer 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 下面是这个类的实现代码: 1 //这只是一个基本的框架,没有封装 2 #include<iostream> 3 #include<cstdio> 4 #include<malloc.h> 5 #include<cstring> 6 #include<queue> 7 #include<algorit 阅读全文
posted @ 2020-02-10 11:38 SavenNeer 阅读(254) 评论(0) 推荐(0) 编辑