ARC到TAR.LZMA (TLZMA)转换器

在线免费转换您的arc文件为tar.lzma文件

放置文件在这里. 1 GB 最大文件大小 或者 注册
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

如何转换ARC到TAR.LZMA

1

从计算机,Google Drive,Dropbox,URL或在页面上拖拽选择文件.

2

选择tar.lzma或任何其他你需要的格式作为结果(支持超过200种格式)

3

让文件进行转换随后你可以下载你的tar.lzma文件

关于格式

ARC 是最早在个人电脑上广泛使用的压缩归档格式之一,由 System Enhancement Associates(SEA)公司的 Thom Henderson 于 1985 年为 MS-DOS 创建。该格式将多个文件合并到单个归档中,对每个文件单独压缩,支持多种压缩方法,包括不压缩(直接存储)、游程编码、霍夫曼编码和 LZW(Lempel-Ziv-Welch)变体。ARC 归档中的每个文件条目都有独立的头部信息,包含原始文件名、压缩和未压缩大小、时间戳、CRC 校验和以及压缩方法标识符。在 1980 年代中期,ARC 成为基于 DOS 的电子公告板系统(BBS)上的主流归档格式,在互联网时代到来之前,它是在线分发软件、文档和数据文件的主要手段。该格式引发了一场著名的法律纠纷 — Phil Katz 创建了一个兼容工具(PKARC),导致 SEA 对其提起诉讼,最终促使 Katz 开发了 ZIP 格式作为合法替代方案。ARC 的一大优势是其逐文件压缩方式,允许提取单个文件而无需解压整个归档。集成的 CRC 校验和提供了另一项优势,能在通过容易出错的调制解调器连接传输后可靠地验证数据完整性。虽然 ZIP 及更现代的格式在 1990 年代初取代了 ARC,但该格式作为数据压缩和文件分发演进史上的基础技术,具有重要的历史意义。
首次发布: 1985
TAR.LZMA is a compound archive format combining TAR archiving with the LZMA (Lempel-Ziv-Markov chain Algorithm) compression method developed by Igor Pavlov for the 7-Zip project around 1998. The TAR layer concatenates files with Unix metadata into a single stream, and the LZMA algorithm compresses it using a sophisticated combination of LZ77 dictionary matching with large dictionaries (up to 4 GB), Markov chain-based probability modeling, and range coding. LZMA was the predecessor to the LZMA2 algorithm used in XZ and 7Z formats. Compression ratios significantly exceed gzip and are comparable to bzip2 while offering substantially faster decompression. One advantage is the high compression ratio with fast extraction — LZMA decompresses at speeds close to gzip while achieving compression densities near bzip2 or better, making it efficient for distribution archives that are compressed once and extracted many times. The format is supported by tar's --lzma flag and by 7-Zip across all platforms. While TAR.LZMA has been largely succeeded by TAR.XZ (which uses LZMA2 in a more robust container with integrity checks), existing TAR.LZMA archives remain encountered in software distributions and backup systems that adopted the format before XZ became widely available.
开发者: Igor Pavlov
首次发布: 1998