霍夫曼 源码
霍夫曼 是著名的无损数据压缩算法。 要使用C#实现,您应该已安装 。 要构建和使用: 进入c-sharp目录: cd c-sharp 建立项目: dotnet build --configuration Release 用它: # compress a file dotnet build/net5.0/Huffman.Cli.dll compress path/to/file.txt path/to/archive.huffman # expand a compressed file dotnet build/net5.0/Huffman.Cli.dll expand path/to/
文件列表
huffman-master.zip
(预估有个41文件)
huffman-master
.github
workflows
dotnet.yml
558B
LICENSE
1KB
c-sharp
Huffman.sln
3KB
Huffman.Cli
Program.cs
2KB
Command.cs
997B
暂无评论