什么是跨步数组? [英] What is a strided array?

查看:131
本文介绍了什么是跨步数组?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

还有一个对应物,称为密度阵列.这是什么意思?我进行了一些搜索,但没有获得准确的信息.

There is also a counterpart which is called density array. What does this mean? I have done some search, but didn't get accurate information.

推荐答案

迈出大步就是要走长远一步"

To stride is to "take long steps"

thefreedictionary.com/stride

对于数组,这意味着仅存在某些元素,就像每10个元素一样.然后,您可以通过在它们之间不存储空元素来节省空间.

For an array this would mean that only some of the elements are present, like just every 10th element. You can then save space by not storing the empty elements in between.

一个密集数组将是其中存在很多(如果不是全部)元素的数组,因此元素之间没有空白空间.

A dense array would be one where many, if not all, elements are present so there is no empty space between the elements.

这篇关于什么是跨步数组?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆