主页
知识大厅
搜索
账户
常见问题
当前学科:数据结构(信息管理)
题目:
无向图的邻接矩阵是对称的,因此可只存储邻接矩阵的下(或上)三角阵
正确
错误
答案:
<查看本题扣1积分>
查看答案
问题答案不对?抱歉,搜索引擎优化导致页面变化,请尝试站内搜索,远程教育试题库
推荐知识点:
简述钙的的功能,食物来源、需要量和影响吸收因素
二级参考文献链接
具有Δ4-3-酮结构的药物为( )。
Microsoft PowerPoint主要功能是什么?如何使用母板?请简要回答。
已知有4个工件要经过甲乙2台设备加工,各工件加工时间如下表所示。试用约翰森算法求出最优加工顺序和最短总加工时间ABCD甲3596乙53212
下列实验中,需要用到控制变量法的是( )
如何认定考试作弊?
#include
class goods{private: static int totalweight; int weight;public: goods(int w){ weight=w; totalweight+=weight; } goods(goods&gd){ weight=gd.weight; totalweight+=weight; } ~goods(){ totalweight-=weight; } static int gettotal(){ return totalweight; }};int goods::totalweight=0;void main(){ goods g1(50); cout<
制备栓剂时,选用润滑剂的原则是
程序设计
本网站数据均来自互联网 --2018