资源列表
zlib1.2
- 许多压缩算法都用到了ZLIP算法,也就是GZip算法,这里给出的是其C实现的源代码,可以好好看看,还是有些参考价值的。
Project-2_HuffmanEncode
- 哈夫曼编码 (1) 建立Huffman Tree,也就是建立codebook,找到所有ascii对应的codeword表示方法。 (2) Huffman Encode,将DaVinciCode.txt 整个文本进行编码,储存成一个压缩档,并且使用bitstream来存入。 程序执行方法 : encoder.exe DavinciCode.txt codebook compressed_file-Huffman coding (1) the establishment of Hu
TestLzw
- 基于GIF的lzw压缩法的源代码。此代码对图像文件,文本文件进行压缩有很好的效果-The lzw GIF compression method based on the source code. This code of image files, text files compress very good results
shujujianmo
- 数据检波算法的初步应用,从调制到解调,中间的各个过程-Preliminary Application of Data Detection Algorithm
mpeg4_TTS
- mpeg4实现的软件代码,可以用VC++编译。
VideoStream
- F:\\图像处理资料\\264\\264书籍\\ffmpeg-0.4.9-pre1\\VideoStream.rar 一个视频解压缩源代码
zlib
- 详细介绍了zlib的实用函数,并通过实例分别演示了win和linux环境下利用zlib实现数据压缩。-The practical function of zlib is introduced, and the data compression is realized by zlib and Linux in win and respectively.
unzip550_430
- Unzip 的 源代码, 用C语言写的代码.-Unzip the source code, written in C language code.
TestLibjpeg
- 可以打开jpeg 图片的源文件开发库。很好用的开发源文件。-open jpeg image file
GPS2
- 引用谷歌地图API,通过调取手机端发过来的经纬度坐标,实时的在地图上做轨迹划线-draw lines according to the datas accpeted mobile and display it on the gooole map
unzip60
- ZIP解压缩的源代码,可以解带密码的ZIP压缩包,需要的朋友可以拿去试试。-ZIP decompression source code, can be solved ZIP archive with a password, you need a friend you can take a try.
SPHnumerical
- to study SPH. It will be help.