资源列表
FastAC_code
- 算术编码快速算法文档和源代码,VC版本,欢迎使用-arithmetic coding algorithm for rapid documentation and source code, VC version Welcome
soda
- soda machine的实现,可以进行完整的simulation,但是在实现的时候有一点问题-soda machine the realization that it will conduct a complete simulation, However, in the time to achieve a bit
Huffman_6
- 一个多种压缩方法的程序,不过代码比较多。实现了huffman压缩的功能-a variety of compression methods of procedure, but more code. Implementation of the Huffman compression function
CdvzD
- 萨克管今天课题人疾苦通过万 额外结合法和 讹误发挥-saxophone topic today 10,000 people suffering through the combination of extra play and error
svfgbrth
- 计划个时斤亿日微毫 度亿斤日月毫度斤时个 委托几乎 度斤时万亿吨亿时斤吨微 时斤年亿-plan when the burden of yen-cents-degree billion jin moon cents degrees when the burden-commissioned almost one trillion degrees when the burden of 100 million tons when the burden when tons of micro-jin 100
CharView
- 自行开发的代码,大家可以借鉴一下。是一款标注工具-self-developed code, we can learn from this. Tagging is one tool
jpeg-ari
- It is possible that certain products which can be built using this software modules might form inventions protected by patent rights in some countries (e.g. by patents about arithmetic coding algorithms owned by IBM and AT&T in the USA). Provis
xvid_decoder070122
- 优化过的xvid1.1.2源代码,独立解码器不需要第三方控件,可直接解码pcm为yuv文件-optimization off xvid1.1.2 source code, independent third-party decoders not control, Decoding directly to pcm yuv documents
lzmaFileCompressDLL
- 使用7zip压缩源码做的压缩文件用的D-use compressed source so compressed files with D
huffmancode
- 利用VC实现了一个huffman压缩解压算法。在附件huffmancode.zip中,解压即可。-use of a VC Huffman compression decompression algorithm. Huffmancode.zip in the annex, the extract can be.
dwprotected
- simple watermark test
7zipDll2
- 内存中进行压缩和解压的两个方法: 压缩 int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内存缓冲区的大小 Byte *outBuffer, //输出缓冲区指针BYTE*类型 size_t &outSize, //计算出的输出缓冲区大小 Int32 dictionary //字典的大小 )