查看会员资料
- Email:用户隐藏
- Icq/MSN:qq
- 电话号码:
- Homepage:
- 会员简介:这家伙很懒,什么都没留下!
最新会员发布资源
sigxpand
- 将输入d进行扩张,方法是在d的每个数据中插入M-1个零值。 如输入d=[1,2,3,4] M=3 输出out=[1 0 0 2 0 0 3 0 0 4 0 0]-To expand the input d, the method is to insert each data d, M-1 zero value. If the input d = [1,2,3,4] M = 3 output out = [1 0 0 2 0 0 3 0 0 4 0 0]