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.
我看到您可以为特定文件类型提供训练有素的样本以提高压缩率,如果您丢失了该字典,您是否仍然能够解压缩存档或者它基本上已损坏?
不需要。解压时也需要字典。
字典实际上是压缩器可以向其中发出引用的内容池。这使压缩器可以通过引用字典中的匹配项来有效地表示输入的一部分,而不必在压缩输出中描述该输入。
为了让解压器解析这些引用,必须向它提供相同的字典。