CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - MFC C

搜索资源列表

  1. EncodingReports

    0下载:
  2. 本程序包用标准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
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:339.24kb
    • 提供者:黄应
  1. md5_src

    0下载:
  2. 这是一个好用的MD5的C++类;这个类可以加在控制台程序中也可用在MFC中, 并且提供了详细的错误处理函数,是一个安全的类。例程是一个MD5的MFC程序,支持字符串和文件两种输入。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:158.72kb
    • 提供者:xdjm
  1. lzari压缩算法

    1下载:
  2. 这是一个基于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
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:28.17kb
    • 提供者:李秉肇
  1. 实现LZARI压缩算法的C++类

    0下载:
  2. 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -LZARI algorithm based on the type of data compression. Haruhiko SAP in 1
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.34kb
    • 提供者:张吗恩
  1. lzw

    0下载:
  2. 利用LZW的压缩算法实现文件的压缩与解压缩。用c++和MFC实现,代码简洁,实现简单,可用-LZW compression algorithm using the file compression and decompression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1.84mb
    • 提供者:梁亚茹
  1. ygusezip

    0下载:
  2. 使用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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:1.51mb
    • 提供者:cp
  1. LZARI_Cpp_compress

    0下载:
  2. 一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. -LZARI algorithm based on the type of data compression. Haruhiko Okumura in 1989 July 4
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:136.39kb
    • 提供者:李虚东
  1. calculate2

    0下载:
  2. 用c++环境下MFC编译的计算器,在网上看到的,觉得很好,拿来分享一下-C++ environment using MFC to compile the calculator on the Internet to see, thought it was good, brought to share
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-12
    • 文件大小:2.64mb
    • 提供者:zhouyi
  1. 01

    0下载:
  2. 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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:970.87kb
    • 提供者:张志文
  1. File-compressor

    0下载:
  2. 文件压缩器,VISUAL C++,文件压缩,解压等功能,有MFC界面-File compressor, VISUAL C++, file compression, decompression and other functions, interface with MFC
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:87.14kb
    • 提供者:吴兰
  1. jpgdec

    0下载:
  2. c语言实现的JPEG解码成BMP,可以看看,利用MFC库-JPEG decoding of c language into BMP, you can see, using the MFC library
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:10.16kb
    • 提供者:沙堆
  1. UnZip

    1下载:
  2. 用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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-06
    • 文件大小:66.84kb
    • 提供者:huazai
  1. LZW_Demo

    0下载:
  2. 基于LZW和RLE算法的C代码,具有MFC的人际互动demo界面。-LZW algorithms codes basing on C
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-01
    • 文件大小:3.72mb
    • 提供者:Zhiheng Shen
  1. mydib

    0下载:
  2. 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++.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-23
    • 文件大小:3.11kb
    • 提供者:尹雨田
  1. GZCompressDemo

    0下载:
  2. 本程序是采用C++和MFC编写的,是用来对文件进行解压和压缩的一个小程序 -This program is written using C++ and MFC, is used to compress and decompress files, a small program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:2.8mb
    • 提供者:zhjj
  1. huffcode

    0下载:
  2. 这是使用c++中的mfc实现的,对一个文件进行哈夫曼编码,并对产生的编码文件实现解码-This is the use of c++ mfc achieve, Huffman coding on a file, and the resulting encoded file to achieve decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-18
    • 文件大小:4.72mb
    • 提供者:TOM
  1. Image

    0下载:
  2. Visual C++ 编写的图像线性变换,可对BMP图像读取,并实现线性变换,MFC实现-Visual C++ Prepared image linear transformation, can read BMP images, and to achieve linear transformation, MFC to achieve
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:1.87mb
    • 提供者:王夏
  1. myTaskmgr

    0下载:
  2. 基于MFC的C++的源代码程序,用于压缩文件,有简洁的皮肤界面-just a zip files
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:77.45kb
    • 提供者:mengyun
  1. LZ78_mfc

    0下载:
  2. LZ78算法的mfc程序,有窗口(对话框)显示,简单,visual c++ 6.0编制-LZ78 simple mfc program by vc++ 6.0
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-11
    • 文件大小:1.96mb
    • 提供者:柳双
  1. Simple-Calculator

    1下载:
  2. 用c++中mfc做的一款简易的计算器,能实现加减乘除基本功能,是初学者很好的教程-C++ in mfc do with a simple calculator, to achieve the basic functions of addition, subtraction, is a good tutorial for beginners
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-12-16
    • 文件大小:2.21mb
    • 提供者:崔艺
« 12 »
搜珍网 www.dssz.com