资源列表
MPEG4
- 这是一个关于MPEG视频的标准解码程序,其中内容丰富,对想要做视频的同学很有帮助。
zlib
- zlib源码,已经编译通过。zlib的解码和压缩-zlib source code, has been compiled through.
2023823120320069291538432107745
- JPEG压缩编码系统源代码,可包括可执行文件和源码-JPEG compression coding system source code, which may include the source code and executable files
intrainechiffre
- 限制输入的字符一定为数字,对其他的选项能给予错误的提示-intraine chiffre
Tiltviewer
- Picasa file to upload in html
20061105111655356
- 基于C++语言的静态图象压缩编码,JPEG DCT量化编码 C++程序,对学习图像压缩编码的过程和具体实现很有帮助。-based on the C language static image compression, JPEG DCT quantization coding C procedures, learning right image coding process and to achieve specific helpful.
3nplus1
- 3n plus 1 is a method of arrane number
vbzip32
- 这是unzip32文件的应用实例:用VB压缩、解压文件示例演示,程序界面写的比较粗糙,只是想演示一下这个DLL如何使用,请注意,使用前先将这两个dll文件拷贝到windows\system目录下。-This is unzip32 file an application example: Using VB compression and decompression file example demonstrates, the program interface to write a bit rou
RSADES
- DES和RSA混合加密DES密码体制主要由3方面组成:密钥生成、加密函数以及解密函数。该算法在VC6.0的平台下以C++来实现。子函数说明- Void SetKey(const char* Key, int len) { Memset(deskey,0,16) Memcpy(deskey,key,len>16?16:len) SetSubKey(&SubKey[0],&deskey[0]) Is3DES = len
xmlparse
- 使用libxml2库解析zip文件的示例代码,经过调试可以正确解析xml文件-Zip file using libxml2 library analytical sample code, after debugging correctly parse xml file
huffman
- 用哈夫曼编码实现文件压缩和解压缩. 压缩过程的实现:1创建Haffman树 2打开需压缩文件 3将需压缩文件中的每个ascii码对应的haffman编码按bit单位输出 4文件压缩结束
JPEGCompress
- JPEG压缩编码系统源代码,做好了封装,用户可方便的加入到自己的系统中. -JPEG compression coding system source code as good a package, the user can conveniently added to the system.