搜索资源列表
LZW_example
- mfc下的LZW算法,可实现压缩和解压缩 界面友好-mfc the LZW algorithm can achieve compression friendly interface
JPEGEQ
- 可以选择各种压缩方式对读入的图像进行压缩和解压,参考JPEG压缩方式。具有MFC的界面。并且可以保存图像。
zip_mfc.zip
- 使用MFC写的ZIP压缩和界面源代码。高效而且简洁。,Use MFC to write the ZIP compression and interface source code. Efficient and concise.
HuffmanExp
- 该源码实现了对一256色灰度图像的霍夫曼编码输出,并用MFC实现了界面化处理-Realized the source of a 256-color gray-scale image of the Huffman code output, and the realization of the interface with MFC treatment
huffman_compress
- 基于哈夫曼算法实现的文件压缩和解压缩程序。用MFC编程实现,有界面,可以浏览选择要压缩或者要解压的文件。-Huffman algorithm based on file compression and decompression process. Programming with MFC, there are interfaces, you can browse option to compress or to decompress the file.
huffman
- 基于huffman算法的压缩解压小程序,mfc图形界面。-Huffman compression decompression algorithm based on small programs, mfc graphical interface.
linearregression
- MFC写得有界面的一元线性回归,可选择数据文件计算各种属性,并作出图形。-a linear regression with interface made by MFC ,you can select the data file calculate kinds of properties, and make a map.
winFM
- 附件实现huffman数据压缩的基本实现,不具备通用性.但是却是一个成品,用MFC经过包装界面也比较可以,可以让大家参考, 再着说明下文件压缩后的格式:扩展名是".fm",文件头两个字节是字母"FM"(用来检验文件格式),然后是原始文件名的长度,再来是原始文件长度(解码的时候判断解码结素),接着是原始文件名,再来是是256个unsigned long的数据表示原始文件每个字母出现的次数(用来重新建立huffman树),最后就是数据了,也就是编码后的数据. 注意几点是,解码要是.fm
Huffman
- 用MFC做的一个小型的哈夫曼编码转换器,界面简单易懂,附有说明文档-Using MFC to do a small Huffman converter, easy to understand interface, with documentation
File-compressor
- 文件压缩器,VISUAL C++,文件压缩,解压等功能,有MFC界面-File compressor, VISUAL C++, file compression, decompression and other functions, interface with MFC
Huffmam_D
- 文本压缩 位图压缩 哈弗曼实现 MFC界面-Text compression; bmp compression huffman; MFC interface
WinRAR3
- 用HUFFMAN算法实现压缩解压缩 MFC界面 有进度条-HUFFMAN algorithms to achieve progress bar compression and decompression MFC interface
czip
- VC++实现文件压缩与解压缩 MFC界面-VC++ file compression and decompression MFC interface
LZW_Demo
- 基于LZW和RLE算法的C代码,具有MFC的人际互动demo界面。-LZW algorithms codes basing on C
zipunzip
- 压缩和解压缩源代码,基于mfc写的界面。编译环境vc2012。测试能将900M的美术资源无损呀搜为60M。-Compression and decompression source code, based mfc write interface. Compilation environment vc2012. 900M art testing resources can search for the non-destructive way 60M.
myTaskmgr
- 基于MFC的C++的源代码程序,用于压缩文件,有简洁的皮肤界面-just a zip files
Code
- 算数编码和LZ78字典编码的联合MFC程序,程序有界面,简单易行-The code is designed by vc++ 6.0,which is simple and convenient
Qt_Project
- 泡泡龙是一款很受欢迎的小游戏,画面简洁,操作简单容易,是很适合娱乐休闲的游戏。 Qt是一个1991年由奇趣科技开发的跨平台C++图形用户界面应用程序开发框架。它既可以开发GUI程式,也可用于开发非GUI程式,比如控制台工具和服务器。Qt是面向对象的框架,使用特殊的代码生成扩展(称为元对象编译器(Meta Object Compiler, moc))以及一些宏,易于扩展,允许组件编程。基本上,Qt 同 X Window 上的 Motif、Openwin、GTK 等图形界面库和 Windows
zip_MFC
- 使用MFC写的ZIP压缩和界面源代码。高效而且简洁。-Written using MFC ZIP compression and interface source code. Efficient and concise.
MFC
- (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化-d