资源说明:A course project which involved coding several common compression algorithms in Haskell
compression =========== A course project which involved coding several common compression algorithms in Haskell. Compile usingghc --make -O2 Main.hs -o compressorCompress the file halting using Huffman coding This produces the file CalgaryCorpus/halting.huff./compressor Huffman CalgaryCorpus/haltingDecompress the file we just encoded. Produces the file CalgaryCorpus/halting.huff.decoded This will decompress all algorithms implemented in this assignment./compressor Decompress CalgaryCorpus/halting.huffCheck that there are no differences between the original and decoded files If nothing is printed, then the files are the samediff CalgaryCorpus/halting CalgaryCorpus/halting.huff.decoded
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。