霍夫曼

时间:2021-02-12 16:23:24
【文件属性】:
文件名称:霍夫曼
文件大小:267KB
文件格式:ZIP
更新时间:2021-02-12 16:23:24
C# 霍夫曼 是著名的无损数据压缩算法。 要使用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/archive.huffman path/to/expanded/file.txt
【文件预览】:
huffman-master
----.github()
--------workflows()
----LICENSE(1KB)
----c-sharp()
--------Huffman.sln(3KB)
--------Huffman.Cli()
--------Huffman.IntegrationTests()
--------Huffman.Codec()
--------.idea()
--------Huffman.Codec.Tests()
--------.gitignore(622B)
----samples()
--------eight-bytes.txt(8B)
--------genome.txt(9KB)
--------screenshot.tiff(13.42MB)
--------text.txt(410B)
--------one-byte.txt(1B)
----README.md(761B)

网友评论