摘要: 简介 常用功能 code import numpy as np import time test_data = np.random.rand(6000000,12) T1 = time.time() np.savetxt('test',test_data, fmt='%.4f', delimiter 阅读全文
posted @ 2020-09-30 10:54 HDU李少帅 阅读(2057) 评论(2) 推荐(0)