资源列表
BigInteger
- BigInteger (streamline) BigInteger(精简) 自己写的高精度整形运算。 +,-,*,/,+=,-=,*=,/=,==,!=,>,>=,<,<=等等。-BigInteger (streamline) My own high-precision plastic operations. +,-,*, /,+ =,- =,* =,/=, ==,! =,>,> =, <, <=, And so on.
Points-in-Figures
- Points in Figures(uva478) 一旦写的uva478题目源码。-Points in Figures (uva478) Once written uva478 subject source.
uva476
- uva(476) 一旦写的uva476题目源码。-UVA (476) Once written uva476 subject source.
h264-encoder-1.0.0
- H.264图像压缩代码,现在广泛使用的标准。-H.264 video compress, it s the standard souce code.
RLE
- RLE Image Compression
Huffman-Compression
- Huffman Image Compression
Huffman_CPP
- Huffman Compresion C-Huffman Compresion C++
huffman-code
- huffman code is a way to compress the code . this kind of encoding is optimal to use smaller code for some with the most reputation.
CreateZip
- 生成zip压缩包,通过指定文件名,即可压缩成目标文件名的zip包-failed to translate
LZW
- LZW编码源代码,LZW算法编写的源代码进行LZW编码-LZW Coding
AdaptHuf
- 自适应霍夫曼编码算法,是压缩编码算法的一种,在霍夫曼编码算法的基础上改进得到的-Adaptive Huffman coding algorithm, a compression algorithm, and Huffman coding algorithm based on improved access
Code
- 霍夫曼编码算法,在VC++ 6.0下开发,用于数据压缩,是数据压缩率较高的一种算法