相关考题
-
判断题
numpy中产生全1的矩阵使用的方法是empty. -
单项选择题
numpy中向量转成矩阵使用的方法是:()
A.reshape
B.reval
C.arange
D.random -
单项选择题
Numpy中创建全为0的矩阵使用:()
A.ones
B.zeros
C.empty
D.arange