资源列表
zlibdemo
- zlib 压缩解压缩 很好的一个实例
zlibdemo
- 一个很实用的zlib例子,可以方便的进行文件压缩和解压缩-a good example for zlib
BZLib
- Zlib demostrate application
wang452128fg86
- 上次我传的倒立摆的控制程序,不是我的最终的程序,本程序采用VC++编程,定时器为多媒体控制器,(控制时间可到达5ms),控制算法用的是最优控制,-last time I Chuan an inverted pendulum control procedures, I was not the ultimate procedures, the procedures for using the VC program, Timer for multimedia controller (Control c
DS4
- 设电文字符集D及各字符出现的概率F如下: D={a,b,c,d,e,f,g,h}(字符数n=8) F={5,29,7,8,14,23,3,11}( ) 编写完成下列功能的程序: ①构造关于F的Huffman树; ②求出并打印D总各字符的Huffman编码。 程序结构: 类型说明; 构造Huffman树的函数:Huffman_tree(H[m+1]); 求Huffman编码的函数:Huffman_code(code[n+1]); mai
LZW_5060309818
- 著名的LZW压缩和解压的C++实现,通过hash出来的动态字典可对文本或图片进行压缩和解压,有不错的压缩比。-Well-known LZW compression and decompression of the C++ Achieve, through the dynamic dictionary hash out of text or picture compression and decompression, a good compression ratio.
huffmancode
- 基于哈夫曼算法的压缩编码,支持文本文件的压缩,也可用于自生成的哈夫曼文件的解压 -huffman code
yashuo
- 一些压缩解压算法。总共有八个!!!大家可以参考一下。-Some compression and decompression algorithms. A total of eight! ! ! We can refer to.
CQrCode
- Qt实现二维码图片生成,包含有二维码库(编译库),建议使用qt5编译以上-Qt release QRcode, base on qt5
clock
- 希望这个对大家有所帮助,如果有不足之处请指点
BZLib
- bzlib,一个性能非常强劲的压缩库,无损压缩,完整vc工程。
jpeg_decode
- 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-jpeg decoder using Huffman encoder、IDCT based on foating decoder、Fixed-point integer decoder and Fi