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

Hybrid View

  1. #1
    Join Date
    Jan 2014
    Posts
    1

    Help on a huffman project

    hello friends,
    I have a programmed project about huffman compression.
    I want to gain the code of each character but I can't!
    we know in huffman algorithm we will have a unique bitString for each char.
    for example: a=0001 b=110 c=1011 , ...

    Can any one help me to find these BitString after each compressing.
    I think it's related to the Make_Bit_Str Subroutine in project.
    Help me please... Emergency !!
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured