资源列表
LL
- 使用非递归子程序法设计一个语法分析程序,理解自顶向下分析方法的原理,掌握词法分析程序的设计原则,掌握手工编写语法分析程序的方法-e :exp T :term t :term F :factor*/ char input[15]
Image-compression
- JPEG图像压缩的基本原理,基于离散余弦变换的压缩方法-The basic principles of JPEG image compression, discrete cosine transform-based compression method
shuzi
- 数字视频压缩编码的国际标准 数字视频压缩编码的国际标准-Digital video coding international standard for digital video coding international standard
PIC
- 图像压缩编码技术的发展历程及前景 图像压缩编码技术的发展历程及前景-Image compression coding technology and prospects of the development process of image compression coding technology and prospects of the development process
image-segmentation-DCT
- 基于matlab,利用DCT方法实现图像压缩,对比不同压缩率情况下图像的大小-image segmentation DCT
data-compress
- 主要是对数据压缩与解压缩技术进行讲解,内容详细!-Mainly for data compression technology to explain solutions
DCT
- 基于余弦变换的压缩原理实现的,具有很好的使用价值-Cosine transform based on the principle of compression achieved, with good use value
GAOQING(1)
- 视频压缩技术及高清数字电视解码芯片设计(1) 视频压缩技术及高清数字电视解码芯片设计(1)-Video compression technology and high-definition digital TV decoder chip design (1) video compression technology and high-definition digital TV decoder chip design (1)
hotyei_OBRAR_v0.01
- OBRARLIB 压缩加压文件用的控件-failed to translate
s
- 本代码意在实现基于DCT的彩色图像和灰度图像的压缩,但解压部分还有待完善-DCT-based image compression
yasuo
- VC++ 文本压缩程序,主要是操作TXT格式文件-VC++ text compression process, mainly operating TXT format
LZW
- 用lzw编码实现黑白图像的压缩/解压缩 用lzw编码方式实现文件的压缩具有很大的局限性,对于类似于黑白图像这样的具有连续相同的大面积颜色块的文件有很 高的效率,但是对于彩色图像或其他相邻两点的值都不同的文件来说,反而会增大数据量-Lzw Coding with black and white image compression/decompression with lzw encoding for file compression has serious limitatio