会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
XjtuSeLwh2017
博客园
首页
新随笔
联系
订阅
管理
2022年12月19日
4_1邻接矩阵图
摘要: 1. 图的邻接矩阵结构体定义 #include<stdio.h> # define Maxvertices 20 typedef struct Seqlist { int length; //存储顶点总数 char* data; // 等价于 char data[Maxvertices] }Seql
阅读全文
posted @ 2022-12-19 21:26 XjtuSeLwh2017
阅读(69)
评论(0)
推荐(0)
公告