目录
一、选择题
二、编程题
三、选择题题解
四、编程题题解 一、选择题
1、对于顺序存储的线性表,访问结点和增加结点的时间复杂度为()。 A. O(n) O(n) B. O(n) O(1) C. O(1) O(n) D. O(1) O(1) 2、在下列链表中不能从当前结点出发访问…
一、错误解决合集 1. > combined_seq.named_children() 2. isinstance 2th parameter : must be a type or tuple of types > 改为tuple,不要用列表。改为 LLLayer (nn.Conv2d,nn.Linear) 3. File “test.py”, line 90, in calculate_fin_fout print(“hi”…
1、下载mysql
官网下载地址:MySQL :: Download MySQL Community Server
国内阿里云镜像下载地址:mysql镜像_mysql下载地址_mysql安装教程-阿里巴巴开源镜像站 2、安装
我下载的是mysql-5.7.36-winx64.msi安装版本 选择安装类型: 选择安装位…