ACE到TAR.Z (TZ)转换器
在线免费转换您的ace文件为tar.z文件
ace
tar.z
如何转换ACE到TAR.Z
从计算机,Google Drive,Dropbox,URL或在页面上拖拽选择文件.
选择tar.z或任何其他你需要的格式作为结果(支持超过200种格式)
让文件进行转换随后你可以下载你的tar.z文件
关于格式
ACE 是由 Marcel Lemke 于 1998 年前后创建的专有压缩归档格式,主要与 Windows 平台上的 WinACE 压缩工具关联。该格式凭借出色的压缩率在 1990 年代末至 2000 年代初广受欢迎,其压缩性能可与 RAR 媲美,在许多数据类型上优于 ZIP。ACE 归档支持多级压缩、固实归档(将多个文件视为单一数据流以提升压缩率)、多卷分割(便于在容量有限的介质上分发)、损坏修复用的恢复记录以及密码保护。该格式使用专有压缩算法,结合基于字典的方法和统计方法,针对通用文件压缩进行了优化,尤其在可执行文件和结构化数据方面表现突出。ACE 的一大优势是压缩效率 — 相较于当时的 ZIP 实现,ACE 通常能生成更小的归档,这在拨号上网时代的带宽受限环境中使其成为文件分发的热门选择。固实归档模式是另一项优势,它能利用多个文件间的冗余数据,在打包内容相似的文件时大幅缩减归档总体积。WinACE 的开发在 2000 年代中期停止,2019 年在广泛使用的 unacev2.dll 库中发现了严重的安全漏洞,导致许多压缩工具取消了对 ACE 的支持。该格式如今主要出现在其鼎盛时期留存的旧版归档中。
TAR.Z is a compound archive format combining TAR archiving with Unix compress, one of the earliest general-purpose data compression tools available on Unix systems. The compress utility, originally written by Spencer Thomas, Joe Orost, and others around 1985, implements adaptive LZW (Lempel-Ziv-Welch) compression — a dictionary-based algorithm that builds a translation table during compression and decompression. The TAR layer bundles files with full Unix metadata into a single stream, and compress reduces the stream size typically by 40-60%. TAR.Z was the standard compressed archive format on Unix systems throughout the 1980s and early 1990s, before gzip emerged as a patent-free replacement. The LZW algorithm used by compress was subject to patent claims by Unisys (holders of the LZW patent through Sperry), which motivated the development of gzip as an unencumbered alternative. One advantage is universal legacy compatibility — TAR.Z files can be extracted on any Unix system, including very old installations where newer compression tools may not be available. The format's historical ubiquity means that decades of archived software, documentation, and system backups exist as TAR.Z files. While TAR.GZ and TAR.XZ have replaced TAR.Z for new archives, the uncompress/zcat tools remain standard on all Unix-like systems, ensuring continued accessibility of legacy archives.