2006-09-20から1日間の記事一覧

huffman_decoder

ハフマンデコーダができました。 <hamigaki/iostreams/utility/huffman.hpp> huffman_decoderはこんな感じのクラスです。 template< class Value, // 符号化前の値の型 std::size_t Bits // 符号長 > class huffman_decoder { public: typedef typename boost::uint_t<Bits>::least code_type; typedef Valu</bits></hamigaki/iostreams/utility/huffman.hpp>…