搜索资源列表
LZW压缩算法源代码和示例程序代码c++
- LZW压缩算法源代码和示例程序代码c-LZW compression calculates the law origin code and demonstration procedure code c
g721
- g.721 C代码
g723_40
- g.723-40 C代码-G.723-40 C code
压缩文件算法(lz77)
- 使用LZ77算法压缩文件的C代码,一般来说,现在流行的winzip,winrar以及unix下的compress使用的都是该算法-LZ77 algorithm compressed files in C code, in general, the now popular winzip. unix WinRAR and compress the use of the algorithm are
解压缩软件UNZIP的c源程序代码
- 解压缩软件UNZIP的c源程序代码-decompression software UNZIP c source code
压缩软件LHA的C源程序代码
- 压缩软件LHA的C源程序代码-compression software LHA C source code
ra_depack
- 用于进行real depack,里面包含头文件和c代码。-used for real depack, which contains header files and c code.
DSP_MP3_code
- 超全的MP3压缩算法,包括Huffman算法,使用DSP实现更好。 PS:今天上传的源代码都是C代码,除了介绍MSP430的汇编书籍 -extra-MP3 compression algorithm, including Huffman algorithm, better use of DSP. PS : Today uploaded the source code is C code, in addition to the compilation books MSP430
AVSLibTest
- 国产的视频编解码标准avs,号称拥有完全自主知识产权.免专利费.开源C代码与大家分享
macroblock
- 这个是H.264中的C代码源程序中宏块那部分的 仅供参考-the H.264 is the C source code macros in that part of the block for reference
biariencode
- 此C代码也是H.264方面的 仅供参考啊 -this H.264 C code is the only reference ah
C源程序代码压缩软件LHA的
- C源程序代码压缩软件LHA的-C source code compression software to the LHA
g729
- itu-t g729A 语音编解码 标准的c代码。是从ITU标准中下载的代码
C语言下的数值计算方法代码
- 数值计算方法的C语言代码-numerical calculation method by C language code
jpeg(baseline)
- jpeg压缩过程描述,有具体的实例分析和c代码。
fdct(1)
- 快速的DCT 变化C++代码,可以看一下
JPEG_compression_c
- jpeg压缩C代码,包括库的源代码和一个测试程序的源代码
divx
- MPEG4 DIVX的编码算法的C++代码实现,有兴趣的可以看一下。
vc
- jpeg转bmp图源码,纯C代码,可移植到嵌入式系统
LZW算法C++代码(文件操作)
- LZW压缩算法C++程序代码(只支持文件操作,不是内存操作)