摘要: 1、下载安装包 到anaconda官网下载anaconda安装包,下载地址:https://www.anaconda.com/distribution/ 或者https://repo.anaconda.com/archive/地址下载 以下以Anaconda3-2021.05-Linux-x86_6 阅读全文
posted @ 2021-05-27 20:39 七彩木兰 阅读(1248) 评论(0) 推荐(0) 编辑
摘要: from numpy import * a = random.rand(4,4) print(a) [[0.96071933 0.15659095 0.23795284 0.80028527] [0.25926562 0.87378593 0.20084995 0.9765053 ] [0.8715 阅读全文
posted @ 2021-05-27 19:51 七彩木兰 阅读(41) 评论(0) 推荐(0) 编辑