资源列表
JPEG
- 图像压缩程序 JPEG格式文件研所算法 C++实现-picture winar algorithm
UPX-shell-source
- UPX 的图形界面程序,通过它用户可以很方便地调用 UPX 来实现对程序文件的压缩和解压缩操作,通过设置菜单,您可以很方便对压缩方式和参数等进行调节。 -Listen to listen to 0.1 program through which users can easily call UPX to implement the program file compression and decompression operation, by setting the menu, you can
MPEG-2-PS-TO-TS
- MPEG-2节目流到传输流的转换,非常棒-MPEG-2 PS TO TS
unzip
- zip格式压缩代码,支持MSDOS下TC和BC开发,有说明文档和测试例程。-zip format compression code, support MSDOS development under the TC and BC, with documentation and testing routines.
HAFFMAN
- 数组贪心法实现哈弗曼编码与解码,文件读入,较简单易懂-Array greedy method to achieve the Huffman encoding and decoding, the document read, simple to understand
compress
- 实现了一个相对简单的哈弗曼树的压缩算法,是基于MFC开发的。
VEGA
- 适用Vega初学者,一个简单的Vega的MFC应用程序-Applicable Vega beginners, a simple MFC application Vega
rehash_src
- rehash,基于windows控制台的rehash计算器的源代码
222
- 双馈风力发电仿真实验MATLAB详细步骤-tdgu cut xuf cuch ivui vii gxfuy
pmwiki-2.2.15
- PmWiki,一款用PHP编写的,无需数据库支持的维基,个人网站尤其适合。含官方简、繁体语言包。-PmWiki, a written with PHP without database support of Wikipedia, especially for personal websites. With the official simplified language pack.
newhh_table1_src
- A console-based hah calculators
DArray-Template-better
- 现在实现的类已经比较好了,用户使用起来很方便。 但是,新的问题又出来了。 上述的动态数组只能存储double类型的数据。想象一下,另一个用户也想用这个动态数组,但是他处理的数据是int类型的,该如何办? 当然,你可以再写一个基于int类型的动态数组类,你发现,大部分的代码都不要改动,只要将类型double变成int即可。 如果另一个用户需要处理的是float类型,还有用户处理的是char类型的….该怎么办? 这样做的缺点很显然: ᠊