摘要: 初学numpy,碰到很多不理解的东西 比如这个dtype的用法 我们选用**菜鸟教程**里的例子来理解一下 import numpy as np student = np.dtype([('name','S20'), ('age', 'i1'), ('marks', 'f4')]) a = np.a 阅读全文
posted @ 2021-12-06 22:33 ChisocDust 阅读(937) 评论(0) 推荐(0)