CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: thrust26

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    11,549

    Re: Huffman decoding w/o tree

    Small mistake:


    } while (code >= nextTable[...
  2. Replies
    1
    Views
    11,549

    Huffman decoding w/o tree

    Hi,
    since this is my first post here, please forgive me, if I should make any mistakes. :)

    About 10 years ago, for some ancient hardware (Atari 2600) I came up with (and implemented) an idea how...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured