Dr. Dobb s Journal - Issue 402 @ 2007 November
- Smart Compilers BUT SMART ENOUGH ?
- GRID-ENABLING YOUR APPS
- Building Desktop Apps Using Web Technologies
- JavaScript & Aspect-Oriented Programming
- C++ & Reusable Associations
*** A Programmer s MUST-READ magazine... ***
Somebody over on the Generation5 forum asked for a "Hello World!" program for genetic algorithms. I took it literally and created a very simple program (138 lines of code) that evolves the phrase "Hello world!"
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams