搜索资源列表
sting4.doc
- Huffman树的创建算法与实现;Huffman编码算法的实现-Huffman tree algorithm for the creation and implementation; Huffman coding algorithm implementation
huffmancoding_sm
- 本程序使用C语言进行文件操作,使用哈夫曼算法进行编码压缩-procedures for the use of the C language for file manipulation, the use of Huffman coding compression algorithm
另类的压缩方式
- 哈夫曼树编码 用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压-Huffman tree coding algorithm using Huffman tree to the text document for 0-1 coding and compression simulation and decompression
GifCodec
- 参考网上的资料写的gif编解码。 编码用gdi解析常用图片格式,然后组装成gif 解码吧gif的每一帧转换成dib gif文件格式网上有很多介绍 gif用的变长lzw压缩算法: 没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,
Coding
- project name:- parallel implementation of AES algorithm using GPU AES algorithm is implementated in C++ AES algorithm is implementated in Compute Unified Device Architecture (CUDA library devloped by NVIDIA)
yop-xine
- 在vc++环境下编写的直线段裁剪算法,编码方法不错的,可以参考(Written in vc + + environment straight line cutting algorithm, coding method is good, you can reference)