我有一些CDF V2
格式的文件。我需要比较它们。我试过使用diff,但这不是正确的方法。我怎样才能达到目标?
答案 0 :(得分:1)
您将需要CDF工具包,其中包含CDFcompare,
Program Description
------- -----------
CDFcompare This utility is used to display the differences between two CDF
files. It has many options that can be specified to select what
and how the data entities in CDFs to be compared.
请参阅以下链接,了解有关CDF的更多详情(常见问题)。
答案 1 :(得分:1)
如果您的CDF V2文档采用Microsoft的CDF / CFBF / OLE2格式,您也可以尝试Python包http://www.decalage.info/olefile(低级实现)和http://www.decalage.info/python/oletools(高级别界面)各种提取工具和浏览GUI)。