TOP
摘要: Ⅰ.功能: 1.创建图 2.展示全图 3.添加顶点 4.添加边 5.删除顶点 6.删除边 7.查看指定边权值 8.修改指定边权值 ... 阅读全文
posted @ 2014-11-19 16:19 同勉共进 阅读(1942) 评论(0) 推荐(0) 编辑
摘要: #include #include #define LEN sizeof(struct Student) struct Student //结构体声明{ long num; int score; struct Student* next; }; int n; s... 阅读全文
posted @ 2014-11-19 08:46 同勉共进 阅读(10622) 评论(0) 推荐(1) 编辑