为什么一组文件的串联大于各部分的总和?

发布于 2024-09-06 17:09:45 字数 115 浏览 4 评论 0原文

从某种意义上来说,这是一个编程问题。我将几组 1MB 范围内的文本文件连接起来,发现每种情况下连接后的文件大小都比单个文件的总和大得多(2 倍到 4 倍,Windows7 甚至更大)。

这是为什么呢?

In an obscure way, it is a programming question. I concatenated several sets of text files in the range of 1MB and found that in each case the concatenated file size was much larger than the sum of the individual files by a large extent (2x-4x times more, even greater for Windows7).

Why is this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

悲凉≈ 2024-09-13 17:09:45

它可能以 ASCII 读取,并以 Unicode 写入。在二进制/十六进制查看器中打开文件进行确认。

IT was probably read in ASCII, and written in Unicode. Open the file in a binary/hex viewer to confirm.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文