buffer = collections.deque(maxlen=span) #maxlen起着滑动窗口的作用
collections的用法
最新推荐文章于 2020-08-25 17:33:04 发布
buffer = collections.deque(maxlen=span) #maxlen起着滑动窗口的作用