5 Different compression algorithms in QB basic description
Modified LZ78 Encoder, LZ78 Decompressor, A static Huffman
compression program, A static Huffman decompression program ...
File List:
C2.BAS
9Kb
D2.BAS
8Kb
DECODER4.BAS
5Kb
HUFFMAN4.BAS
9Kb
LZWFAST.BAS
15Kb
Similar code
VB + OpenGL and Cg Toolkit
(Popularity: ) : With my little wrapper dll, you can get complete access to the OpenGL side of the
NVIDIA's Cg Toolkit from Visual Basic 6.
The attached example, starts loading a Vertex Program and a Fragment Program (vertex shader) from a text file, then ...