搜索资源列表
GIFLIB.ZIP
- 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
lzwfordepresscoding
- 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-
15458462587421556
- 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
vc
- jpeg转bmp图源码,纯C代码,可移植到嵌入式系统
VC++NETDigitalImagingProssing
- 本光盘提供了《Visual C++.NET图像处理编程》一书演示程序的所有源代码以及所需的图像实例,目录结构如下: 图像 源程序 VC++ VC++.NET
test_dct
- 本程序是在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
huffman
- 数据压缩,c语言,huffman编码,vc实现-Data compression, c language, huffman coding
lzw
- 数据压缩,c语言,vc实现,lzw编码算法-Data compression, c language, vc achieve, lzw coding
g723.c
- g723.c编码算法的C程序,用VC编译后可以产生G723的编解码的可执行程序-C coding algorithm g723.c procedures can be compiled using VC codec G723 have the executable program
huffman(VC)
- 控件台应用程序。 采用哈夫曼编码对文件进行压缩解压。先将文件各字节读出,统计频率。进行哈夫曼编码,将编码重新写入文件。 编码命令:c <input file> <output file> 解码命令:d <input file> <output file> 对于编码的output file和解码的input file可以省略后缀,则默认采用.hfm。-huffman
STB_Gif
- 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!
vc-filter
- 用c++写的小波滤波程序,开发环境是VC++6.0,可用于边缘检测-Use c++ write wavelet filtering program, the development environment is vc++ 6.0
acms
- acms压缩源码,c语言。转vc需要自己进行修正。-acms compressed source, c language.
lharc
- lharc压缩源码,c语言。转vc需要自己进行修正。-lharc compressed source, c language. Turn vc needs its own correction.
lzhuff
- lzhuff霍夫曼压缩源码,c语言。转vc需要自己进行修正。-lzhuff Huffman compression source, c language. Turn vc needs its own correction.
pq
- pq压缩源码,c语言。压缩速度慢,但压缩率很高,转vc需要自己进行修正。-pq compressed source, c language. Turn vc needs its own correction.
codecs13
- codecs压缩源码,c语言。转vc需要自己进行修正。-codecs compress source, c language. Turn vc needs its own correction.
jac
- jac压缩源码,c语言。转vc需要自己进行修正。-jac compressed source, c language. Turn vc needs its own correction.
czip_source
- czip压缩源码,c语言。转vc需要自己进行修正。-czip compressed source, c language. Turn vc needs its own correction.
stm32_lcd_qipao
- stm32_lcd模拟气泡运动,c代码,vc++6.0验证-stm32_lcd__Simulation of bubble movement