资源列表
tushuchaxun
- 用java编写的 图书查询系统 (B/S网络版)
g711
- g.711标准的C源代码,可以直接加入到工程中使用。-g.711 standard C source code, can be directly added to the project use.
trabalho3
- Check f0 of a sound by some methods
gaoguangpuencode
- 用分形算法对高光谱图像压缩的MATLAB程序-With fractal algorithm to hyperspectral image compression MATLAB program
Thuffman
- 对文件进行Huffman编码压缩的算法程序,简单易懂。-the documents Huffman compression algorithm coding procedures, simple and understandable.
imageprogessor
- 这是一个图象压缩器的java程序大家可以看一下,要是有问题请帮助解决.-This is a compressed image of java programs we can look at, if a question, please help.
article-1
- A steganographic method for digital images with four-pixel differencing and modified LSB substitution
Huffman
- huofuman 压缩编码 描述如何用霍夫曼编码进行文件压缩-huofuman encode this code describles the detail how to compress for file using the huofuman algorithm
matlabcompress
- 使用二维离散余弦变换(DCT)进行图象压缩。原始图象被转换成为8*8大小的块进行压缩和重构。 Cnum:为压缩时保留的系数的个数 MSM:均方误差压缩应该做到在最合理的近似原图象的情况下使用最少的系数。函数:dctmtx:返回一个n*n阶DCT变换 blkproc:对图象进行不同的块处理。 im2col:重排图象块为矩阵列。注意:只适用于灰度图象。
huffman
- 霍夫曼編碼:包括畫出霍夫曼樹 編解碼等功能。簡單易用
dvd
- dvd mpeg解压程序大公布。-dvd disc decompression procedures big announcement.
stack
- C++ Interface Class This C++ code is intended to be a tutorial. It is an extension of the idea presented in Item 42 of Scott Meyer s "Effective C++", 2nd Edition. In his discussion he creates a generic stack class to contain pointers-to-objects. Hi