numpy读dat文件
摘要:
# def read_nodes_from_dat(file_path): # nodes={} # with open(file_path, 'r') as file: # for line in file: # # 假设每行的数据都是以空格分隔的 # data = line.split() # 阅读全文
posted @ 2024-01-17 14:19 风中狂笑 阅读(85) 评论(0) 推荐(0) 编辑