C++ 中的多维数组
我必须实现一个网格文件。要求是构建 1-32 维的网格文件。就像我可能需要构建一个 4 维的网格文件,一个 32 维的网格文件等。
请建议一种合适的数据结构,它可以支持网格目录,并可用于 1-32 维(包括 1-32 维)。
谢谢。
I have to implement a grid file. Requirement is to build grid files for 1-32 dimension. like i may need to build one grid file with 4 dimensions, one with 32 dimensions etc.
Please suggest a suitable data structure which may support grid directory and can be used for 1-32 Dimensions inclusive.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Boost 多维数组库
(Boost.MultiArray)
来源: http://www.boost.org/doc /libs/1_48_0/libs/multi_array/doc/user.html
The Boost Multidimensional Array Library
(Boost.MultiArray)
source: http://www.boost.org/doc/libs/1_48_0/libs/multi_array/doc/user.html