摘要: 1、标准导入方法:import numpy as np from numpy import*(不推荐,因为numpy库中包含大量与python内建函数重名的函数,如:max和min) 2、生成ndarray:array函数 (1) data1=[6,7.5,8,0,1] arr1=np.array( 阅读全文
posted @ 2020-02-13 16:46 SXSY 阅读(191) 评论(0) 推荐(0) 编辑