摘要: In [3]: import pandas as pd import numpy as np . . . In [ ]: xxxxxxxxxx a(x1,y1,z1) b(x2,y2,z2) ​ dist(a,b) = ((x1-x2)**2 + (y1-y2)**2 + (z1-z2)**2)** 阅读全文
posted @ 2020-08-28 00:58 silencio。 阅读(282) 评论(0) 推荐(0)