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.








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