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

搜索资源列表

  1. GIFLIB.ZIP

    0下载:
  2. GIF87a的压缩,解压缩及一些工具的源代码,稍微修改就可以支持GIF89a, 可以在vc中使用,解码的话只需要一个文件DGIF_LIB.C(头文件还是需要的),加入工程中就可以使用,显示实例可以参考文件gif2herc.c中的main函数-GIF87a compression, decompression tools and the source code, it can be slightly modified to support GIF89a, the vc used, decodi
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:160.43kb
    • 提供者:pyh
  1. lzwfordepresscoding

    0下载:
  2. LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.87kb
    • 提供者:冯灿科
  1. 15458462587421556

    0下载:
  2. Huffman编解码器的模拟实现 应用Huffman算法实现模拟编解码器,程序实现对输入的一篇英文文章(以 .txt文件读入),输出Huffman 码流(以 .txt文件输出),最好能实现译码过程。程序语言可以选用C、 VC或C++。-Huffman CODECs the simulation application Huffman algorithm simulation codecs, Programming on the importation of an article in Eng
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:182.81kb
    • 提供者:吉尔
  1. vc

    0下载:
  2. jpeg转bmp图源码,纯C代码,可移植到嵌入式系统
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.28mb
    • 提供者:
  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
    • 文件大小:556byte
    • 提供者:浪飞人海
  1. huffman

    0下载:
  2. 数据压缩,c语言,huffman编码,vc实现-Data compression, c language, huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-27
    • 文件大小:12.73kb
    • 提供者:dyg
  1. lzw

    0下载:
  2. 数据压缩,c语言,vc实现,lzw编码算法-Data compression, c language, vc achieve, lzw coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:13.07kb
    • 提供者:dyg
  1. g723.c

    0下载:
  2. g723.c编码算法的C程序,用VC编译后可以产生G723的编解码的可执行程序-C coding algorithm g723.c procedures can be compiled using VC codec G723 have the executable program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:101.35kb
    • 提供者:陈泉金
  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
    • 文件大小:38.24kb
    • 提供者:魏罡
  1. STB_Gif

    0下载:
  2. VC++下C语言实现的GIF图片解析,虽然不能显示,但是将Gif各帧保存为BMP图片格式,对学习Gif解析很有帮助!-VC++ under the C language of the GIF image parsing, though not shown, but the frame will be saved as BMP Gif image format, useful for learning Gif Analysis!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:37.92kb
    • 提供者:lixiaolong
  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
    • 文件大小:4.11mb
    • 提供者:小代
  1. acms

    0下载:
  2. acms压缩源码,c语言。转vc需要自己进行修正。-acms compressed source, c language.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:6.81kb
    • 提供者:zjy
  1. lharc

    0下载:
  2. lharc压缩源码,c语言。转vc需要自己进行修正。-lharc compressed source, c language. Turn vc needs its own correction.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:37.73kb
    • 提供者:zjy
  1. lzhuff

    0下载:
  2. lzhuff霍夫曼压缩源码,c语言。转vc需要自己进行修正。-lzhuff Huffman compression source, c language. Turn vc needs its own correction.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:28.12kb
    • 提供者:zjy
  1. pq

    0下载:
  2. pq压缩源码,c语言。压缩速度慢,但压缩率很高,转vc需要自己进行修正。-pq compressed source, c language. Turn vc needs its own correction.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:27.83kb
    • 提供者:zjy
  1. codecs13

    0下载:
  2. codecs压缩源码,c语言。转vc需要自己进行修正。-codecs compress source, c language. Turn vc needs its own correction.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:34.81kb
    • 提供者:zjy
  1. jac

    0下载:
  2. jac压缩源码,c语言。转vc需要自己进行修正。-jac compressed source, c language. Turn vc needs its own correction.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:4.58kb
    • 提供者:zjy
  1. czip_source

    0下载:
  2. czip压缩源码,c语言。转vc需要自己进行修正。-czip compressed source, c language. Turn vc needs its own correction.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:97.72kb
    • 提供者:zjy
  1. stm32_lcd_qipao

    0下载:
  2. stm32_lcd模拟气泡运动,c代码,vc++6.0验证-stm32_lcd__Simulation of bubble movement
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-22
    • 文件大小:6.35mb
    • 提供者:黄洪文
« 12 »
搜珍网 www.dssz.com