我有計算純python中相鄰元素之間差異的演算法: a = range(1000000) #it's numpy array ... a = range(5) # python list of numpy array np.diff(a)
確定! 回上一頁