搜索资源列表
EncodingReports
- 本程序包用标准C++实现了Huffman编码以及解码的基本类,并且通过MFC编写了测试程序,同时显示了各项压缩指标。是学习编码的基本入门资料。-this program use standard c++ to implement Huffman coding and decoding fundamental class,it is tested by a MFC program,which display compression information.it is begginer s mate
md5_src
- 这是一个好用的MD5的C++类;这个类可以加在控制台程序中也可用在MFC中, 并且提供了详细的错误处理函数,是一个安全的类。例程是一个MD5的MFC程序,支持字符串和文件两种输入。
lzari压缩算法
- 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用C语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.作者把它改写成了一个C++类,使它可以方便的压缩和解压缩。-LZARI algorithm based on the type of data compression. Haruhiko SAP in 1989, July 4 C language daily wrote realization of this a
实现LZARI压缩算法的C++类
- 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -LZARI algorithm based on the type of data compression. Haruhiko SAP in 1
lzw
- 利用LZW的压缩算法实现文件的压缩与解压缩。用c++和MFC实现,代码简洁,实现简单,可用-LZW compression algorithm using the file compression and decompression.
ygusezip
- 使用C++里面的MFC,实现任意文件的压缩和解压,其功能和.rar和.zip大致相同-The use of C++ inside the MFC, the realization of any document compression and decompression, the functions and. Rar and. Zip or less the same
LZARI_Cpp_compress
- 一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. -LZARI algorithm based on the type of data compression. Haruhiko Okumura in 1989 July 4
calculate2
- 用c++环境下MFC编译的计算器,在网上看到的,觉得很好,拿来分享一下-C++ environment using MFC to compile the calculator on the Internet to see, thought it was good, brought to share
01
- MFC例程LRESULT CALLBACK WNDFUN (HWND hWnd, UINT msg, WPARAM wparam, LPARAM lparam) { switch (msg) { case WM_PAINT: { HDC hdc = GetDC(hWnd) SetBkMode(hdc,TRANSPARENT) TextOut(hdc,20,20,"明日科技有限公司",16) DeleteDC(hd
File-compressor
- 文件压缩器,VISUAL C++,文件压缩,解压等功能,有MFC界面-File compressor, VISUAL C++, file compression, decompression and other functions, interface with MFC
jpgdec
- c语言实现的JPEG解码成BMP,可以看看,利用MFC库-JPEG decoding of c language into BMP, you can see, using the MFC library
UnZip
- 用C++实现zip压缩解压缩,主要是利用第三方源码接口,自己封装了一个压缩函数,和解压函数。使使用操作简单化。编译器是 VS2010,在MFC工程下测试的。-In C++ zip compression and decompression is to use a third-party source interface encapsulates a function of compression and decompression functions. The compiler is VS201
LZW_Demo
- 基于LZW和RLE算法的C代码,具有MFC的人际互动demo界面。-LZW algorithms codes basing on C
mydib
- DIB类的封装 在MFC中不提供任何对于DIB的支持。为了方便使用,设计了一个DIB类。用C++实现。-Does not provide any support for DIB DIB package in MFC. For ease of use, the design of a DIB class. In C++.
GZCompressDemo
- 本程序是采用C++和MFC编写的,是用来对文件进行解压和压缩的一个小程序 -This program is written using C++ and MFC, is used to compress and decompress files, a small program
huffcode
- 这是使用c++中的mfc实现的,对一个文件进行哈夫曼编码,并对产生的编码文件实现解码-This is the use of c++ mfc achieve, Huffman coding on a file, and the resulting encoded file to achieve decoding
Image
- Visual C++ 编写的图像线性变换,可对BMP图像读取,并实现线性变换,MFC实现-Visual C++ Prepared image linear transformation, can read BMP images, and to achieve linear transformation, MFC to achieve
myTaskmgr
- 基于MFC的C++的源代码程序,用于压缩文件,有简洁的皮肤界面-just a zip files
LZ78_mfc
- LZ78算法的mfc程序,有窗口(对话框)显示,简单,visual c++ 6.0编制-LZ78 simple mfc program by vc++ 6.0
Simple-Calculator
- 用c++中mfc做的一款简易的计算器,能实现加减乘除基本功能,是初学者很好的教程-C++ in mfc do with a simple calculator, to achieve the basic functions of addition, subtraction, is a good tutorial for beginners