Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个程序将输出写入二进制 vtk 文件。作为一个二进制文件,我无法理解它。但是,为了自己的理解,我想阅读文件的内容。有没有办法以 ascii 格式查看它(以便我可以更好地理解数据)?
十六进制编辑器或转储器可以让您查看文件的内容,但它可能仍然不可读。作为一个二进制文件,它的内容是由你的机器/vtk解释的,在不知道vtk格式规范的情况下将是荒谬的。
常见的十六进制转储器包括xxd、od或hexdump。
xxd
od
hexdump