会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
学而不思则罔,思而不学则殆。
博客园
首页
新随笔
联系
管理
2020年8月4日
数组/矩阵滚动 roll_zeropad 函数
摘要: 数据的滚动函数的解释,方便于画图 # 5 数组的滚动 import numpy as np def roll_zeropad(a, shift, axis=None): """ Roll array elements along a given axis. Elements off the end
阅读全文
posted @ 2020-08-04 13:23 NAIXIL
阅读(265)
评论(0)
推荐(0)
编辑
公告