cc013陈文朋  

2018年10月14日

摘要: import numpy as np l=list(range(10)) a=np.arange(10) b=np.array([a,2*a]) print(type(l),type(a),type(b),type(l[0]),type(a[0]),a.dtype,b.dtype) l.append("xiaodudu") print(l) a.reshape(2,5) ... 阅读全文
posted @ 2018-10-14 20:49 C22C 阅读(222) 评论(0) 推荐(0) 编辑
 
摘要: #numpy多维数组的效率对比 阅读全文
posted @ 2018-10-14 17:15 C22C 阅读(553) 评论(0) 推荐(0) 编辑