在c#中实现数据立方体

发布于 2024-11-14 09:51:55 字数 69 浏览 6 评论 0原文

我正在尝试在 C# 中实现多维数据立方体。有人可以指出可以作为起点的资源方向吗?我主要对实现多维数据集所需的数据结构感兴趣。

I am trying to implement a multi dimensional data cube in c#. Could somebody point in the direction of resources that would serve as a starting point. I am primarily interested in data structures needed to implement the cube.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅沫记忆 2024-11-21 09:51:55

我不确定这是否有帮助,但是有一个 sourceforge 项目 http://mondrian.pentaho.com/< /a>.有一个开源的社区版本,因此即使它不是 ac# 实现,您也可以对底层数据结构有一些了解。

这篇 stackoverflow 帖子 中还有一些关于 MDX 的有用参考

I'm not sure if this is helpful, but there is a sourceforge project http://mondrian.pentaho.com/. There is a community edition which is open source, so you may be able to get some ideas on the underlying data structures even though it is not a c# implementation.

There is also a few useful references for MDX at this stackoverflow post

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文