资源列表
newhh_table1_src
- A console-based hah calculators
unp_1945_src
- wuinzup in the MFC way
LZWCompression
- LZW是一种常用的压缩算法,可以直接下载来对某些数据进行压缩
drv
- MX21 IM8012 driver This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) a
huffman
- 动态建立huffman树 纯语言完成,没有用到stl等工具 结构简单
Huffman_Expanded
- 哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。
xvid_dec
- xvid解码的精简版本.非常好的版本,节省了分离xvid源代码的过程
pingmiujiequ
- 屏幕截取 函数代码 生成高清的bmp文件
Xinstall
- 文件合并及自动解压生成器支持解压前终端特定进程及解压后启动相应程序
Xinstall
- 文件和并及自释放工具支持释放前中断所设置的进程及释放后启动相应设置的程序
gzfile
- gzip文件的读取和解析,代码简单精炼。
zlib1.2
- 许多压缩算法都用到了ZLIP算法,也就是GZip算法,这里给出的是其C实现的源代码,可以好好看看,还是有些参考价值的。