--- alex_timsan <[EMAIL PROTECTED]> wrote:
> I become glad if you can help me in any of the list
> below.
> I need the code not algorithm.
> Thanks a million.
> 
> Huffman:
> 
> 1-    Create a button, when clicked show the open file
> dialog that 
> just read text files (*.txt).
> 2-    Read the opened text file and calculates the
> numbers of each 
> characters and total characters used in it.
> 3-    Show the result in an info message box.
> 4-    In order to the numbers of each used character,
> and Huffman 
> algorithm make the Huffman codes.
> 5-    Read the text file again, and using the Huffman
> codes that 
> produced in part 4, encode the text file and create
> a text file that 
> includes the coded data (Compression file).
> 6-    Calculate the "compression rate". "compression
> rate" is the 
> numbers of the bits used in the coded file
> (compressed file) divide 
> to the numbers of the bits in the original text file
> (file before 
> coding)
> 7-    Program can encode the coded file to the original
> file.
> 8-    Show the program time (time that used for coding
> file to 
> compressed file) and show the Huffman tree.
> 9-    Calculate big-oh of program.
> 
This list is not here to provide you code, but to help
you with the code you have written and are having
problems with.  Show us what you have done for each of
these and where you are having problems in the code,
and then someone might help.

Ray

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


To unsubscribe, send a blank message to <mailto:[EMAIL PROTECTED]>. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/c-prog/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to