矢量和层数据结构
我正在处理一些让我困惑的代码,我想知道我是否只是没有理解数据结构。 我正在处理的数据利用向量和图层。 我相信向量只是一行数据,但我不确定。
您可以提供或向我指出有关这些的使用的任何信息都会非常有帮助。
I'm working with some code that is confusing me and I'm wondering if I'm just not grokking the data structures. The data I'm working with utilizes vectors and layers. I believe a vector is just a row of data but I'm not sure.
Any information you could provide or point me to about the use of these would be very helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
向量最简单的视图是固定大小的列表,例如一维数组。
我从未听说过“层”,谷歌搜索也没有发现任何相关内容。
你想做什么?
The simplest view of a vector is a fixed-size list, such as a one-dimensional array.
I've never heard of a "Layer", and googling turned up nothing relevant either.
What are you trying to do?