http://GameProgrammer.Com

Programming

GP Mailing List
     Thread Index
     Date Index

ATXGPSIG List
     Thread Index
     Date Index

Google
>

Home

TheGrumpyProgrammer



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gameprogrammer] Re: Frequency table for standard english for huffman encoding tree



ah i see!

your gonna do streaming huffman compressed data.

thats cool (:

i often go by the name "0B00:B135"

mmm...boobies

maybe instead of feeding it text documents (I was thinking like online texts
origionaly), you could feed it irc logs or play quake, unreal or some other
game if you can get it to dump the chat to a log file.

----- Original Message ----- 
From: "Kevin Jenkins" <gameprogrammer@rakkar.org>
To: <gameprogrammer@freelists.org>
Sent: Thursday, July 15, 2004 1:04 PM
Subject: [gameprogrammer] Re: Frequency table for standard english for
huffman encoding tree


> I guess I could build my own.  Since it's going to be for game text I
should
> include a lot of curse words and numbers, for people with numbers in their
> names :)
>
> ----- Original Message -----
> From: "Alan Wolfe" <atrix2@cox.net>
> To: <gameprogrammer@freelists.org>
> Sent: Thursday, July 15, 2004 1:08 PM
> Subject: [gameprogrammer] Re: Frequency table for standard english for
> huffman encoding tree
>
>
> > hey kevin,
> >
> > why not build your own?
> >
> > you could make a program that you fed text files that would keep tallies
> of
> > each letter.
> >
> > or...you could build your huffman table/tree on the fly w/ each file you
> > compressed and add the tally table as a header to the compressed file.
> >
> > or of course you could just use zlib nad make gz files.
> >
>
>
>
> ---------------------
> To unsubscribe go to http://gameprogrammer.com/mailinglist.html
>
>



---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html