建立一個測試的hdf5檔案 import h5py import numpy as np f = h5py.File("h5py_exaple.hdf5",'w') #在該檔案下建立一個group g1 ...
確定! 回上一頁