HDF5 入门
我正在尝试在 32 位 Win XP 计算机上的 C# .NET 应用程序中使用 HDF5。我对 HDF5 完全是新手。
我从以下位置下载了 Windows 二进制发行版“HDF5-1.8.7_win_x86.zip” http://www.hdfgroup.org/HDF5/release/obtain5.html 。 我无法真正按照“INSTALL_Windows.txt”中的说明进行操作,因为我下载的内容下没有“windows”目录,说明要求我运行“copy_hdf.bat”文件!
我现在的意图是存储一些简单的文本和内容。使用 HDF5 的数值数据。有人可以建议我该怎么做吗?
I'm trying to use HDF5 in a C# .NET application on a 32 bit Win XP machine. I am a total newbie to this HDF5 stuff.
I downloaded the Windows binary distribution, "HDF5-1.8.7_win_x86.zip" from
http://www.hdfgroup.org/HDF5/release/obtain5.html.
I can't really follow the instructions in the "INSTALL_Windows.txt" because I don't have 'windows' directory under the downloaded stuff, from where the instructions ask me to run a 'copy_hdf.bat' file!
My intention as of now, is to store some simple text & numeric data using HDF5. Can someone please suggest how do I get about it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试下载
HDF5-1.8.7_x86_static.zip
。您下载的软件包中的说明可能有点过时了。这个应该可以。
Try to download
HDF5-1.8.7_x86_static.zip
instead.The instructions in the package you downloaded were probably a bit outdated. This one should work.