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

搜索资源列表

  1. PicCompressEncode(VC)

    1下载:
  2. 本程序是用VC++6.0开发的BMP转JPEG格式的图片压缩源程序,编译后即可运行。并且可以自行设定压缩的质量。-this program is the development of the VC 6.0 BMP format to the JPEG image compression source, the compiler can run after. And can set their own compression quality.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:594398
    • 提供者:刘利辉
  1. avi转换为mpeg2 (VC, 40KB)

    0下载:
  2. 视频格式转换的程序-video format conversion process
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:41081
    • 提供者:肖剑
  1. zhenshuduishibianhuan

    0下载:
  2. 小波变换中的整数迭式变换VC++程序实现-wavelet transform integer transform repetition VC program
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4078
    • 提供者:wer
  1. binder-vc

    1下载:
  2. 修改教主的捆绑器代码,觉的满好的.功能:能捆绑任意exe程序,解压后能同时运行.缺点:暂时不能捆绑任意的文件.-leader of the revised code is tied, Cox for the good. Function : exe can be tied arbitrary procedures, decompress after the same time. Disadvantages : temporarily tied arbitrary document.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:50216
    • 提供者:sz421
  1. jpeg_EN_c++

    0下载:
  2. 一个自己编的解码jpeg格式图片的VC++程序的源代码。
  3. 所属分类:压缩解压

    • 发布日期:2014-01-16
    • 文件大小:25440
    • 提供者:maxiao
  1. zlib

    0下载:
  2. zlib静态库,实现数据压缩的工具!可以放在开发VC++程序中使用
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:113386
    • 提供者:何宇翔
  1. VC++NETDigitalImagingProssing

    0下载:
  2. 本光盘提供了《Visual C++.NET图像处理编程》一书演示程序的所有源代码以及所需的图像实例,目录结构如下: 图像 源程序 VC++ VC++.NET
  3. 所属分类:压缩解压

  1. test_dct

    0下载:
  2. 本程序是在VC++编译环境下,用纯C语言编写的2D-DCT变换,程序中用的是一个4*4的矩阵进行的变换,可以改为对一幅图像进行。运算结果正确,在Matlab中进行了检验,dct2()指令即进行DCT变换。有一定的参考价值。-This procedure is in VC++ compiler environment, written in pure C 2D-DCT transform, the program used is a 4 x 4 matrix for the transformat
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:556
    • 提供者:浪飞人海
  1. ppmd

    0下载:
  2. VC++编程,有源代码,这个程序提供了一个用PPM算法进行文件压缩/解压的类-VC++ Programming, source code, this procedure provides an algorithm using PPM file compression/decompression classes
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:49008
    • 提供者:uuuuu
  1. mp3decodesource

    0下载:
  2. mp3 解码程序 包含哈夫曼算法 也可用Visual C++编辑器查看-mp3 decode source code, including huffman, support vc++ compiler
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:85612
    • 提供者:李勇
  1. Draw

    0下载:
  2. 用vc编写的简单的画图程序,实现画直线,矩形和椭圆-A simple drawing program, the realization of drawing a straight line, rectangle and oval
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:331616
    • 提供者:依依
  1. leizhen

    0下载:
  2. 该程序是实现基本的图像识别的VC程序,主要有二值化,特征识别-the programe is used to ........
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-01
    • 文件大小:14058371
    • 提供者:雷震
  1. HuffMan

    0下载:
  2. VC++编写的Huffman压缩算法的示例程序-a demo of Huffman compression algorithm, developed by VC++ 6.0
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:17142
    • 提供者:Zhaowenyao
  1. HuffmanTestDemo

    0下载:
  2. huffman经常用在图像压缩领域。代码是huffman实现的数据压缩与解压缩程序。vc实现。-huffman often used in image compression field. Huffman code to achieve data compression and decompression process. vc achieved.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:12698
    • 提供者:zcy
  1. huffman(VC)

    0下载:
  2. 控件台应用程序。 采用哈夫曼编码对文件进行压缩解压。先将文件各字节读出,统计频率。进行哈夫曼编码,将编码重新写入文件。 编码命令:c <input file> <output file> 解码命令:d <input file> <output file> 对于编码的output file和解码的input file可以省略后缀,则默认采用.hfm。-huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:39161
    • 提供者:魏罡
  1. MainFrm

    0下载:
  2. VC++源代码,单文档数据库应用程序,用VC++编写的-VC++ source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:1106
    • 提供者:
  1. g729

    0下载:
  2. G.729编解码程序,VC以及BF5XX硬件-G.729 codecs, VC, and hardware BF5XX
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-16
    • 文件大小:4477335
    • 提供者:zsf
  1. vc-image

    0下载:
  2. 一个用vc++来做的压缩成jpeg格式的程序源码-A with vc++ to do compressed into the program source code jpeg format
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2551937
    • 提供者:黄路
  1. VC-Winrar

    0下载:
  2. 一个仿真winrar程序的简单应用,只是交流其工作原理,深入理解打包与解包。-Simple application of a simulation winrar program, just to share their works, in-depth understanding of the package and unpack.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:625308
    • 提供者:embed
  1. vc-filter

    0下载:
  2. 用c++写的小波滤波程序,开发环境是VC++6.0,可用于边缘检测-Use c++ write wavelet filtering program, the development environment is vc++ 6.0
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:4304879
    • 提供者:小代
« 12 3 4 5 6 »
搜珍网 www.dssz.com