搜索资源列表
Unrar.zip
- 比zip压缩比率高的rar压缩方法的解压程序
jiajiemi_ZLib
- 流的压缩和解压 说明:适用文件压缩、图象压缩等 调用ZLib单元的方法实现-A tool for bit stream compression and decompression. It may be used in coding of text and images, realized by Zlib unit method.
LZ77算法源代码
- 用C语言实现了LZ77算法。程序独特之处在于使用了64KB大小的固定长度窗口,利用此方法可分块压缩数据。-realize LZ77 algorithm by C language.Specially program uses a 64k stable length window.It can compress data by block by using this method.
JavaZip
- 运用java开发工具,java 本身具有的类库的优势,应用java 提供的有关方法实现基本的压缩和解压缩功能。-use java development tools, java itself with the library's strengths, java application of the method for the realization of basic compression functions.
数据压缩
- 本程序包括了数据压缩和解压的几种基本算法:算术编码,lz77,lzw;对于数据压缩的初学者了解和掌握这几种基本的数据压缩方法应该有帮助-the procedures include data compression and decompression of several basic algorithm : arithmetic coding, lz77, 4,558,302; Data compression for the beginners to understand and grasp
数据压缩_
- 自己做的作业(自适应霍夫曼解压缩) 完成功能解压缩文件!方法:自适应霍夫曼编码(8bit编码)(有GUI界面)-own operations (Adaptive Hoffman decompress) completed functional decompress documents! Method : adaptive Huffman coding (8bit coding) (a GUI interface)
数字图象处理学VC++实现
- 其中包括图像压缩的基本编码方法如Huffman编码\\算术编码\\JPEG 2000\\H.261压缩编码标准\\小波变换编码\\运动估计算法\\视频图象采集的VC实现等.-including the basic image compression coding methods as Huffman coding \\ arithmetic coding \\ JPEG 2 000 \\ H.261 coding standard \\ Wavelet Transform Coding \\ m
改进的LZSS压缩算法
- 本文提出了LZSS压缩算法在进行文本压缩时存在的问题,并给出了解决方法。改进后的算法具有较高的压缩率,实验结果令人满意。 关键词:LZSS;数据压缩 -This paper presents a compression algorithm LZSS text compression during the question and gives a solution. Improved algorithm with a higher compression ratio, the experi
LZW算法源码C语言
- LZW压缩算法简介 作者:宋成 描述:一篇关于LZW压缩算法简介的文章,通俗易懂,值得一看! 备注:该文章整理自软件报1998年合订本上册。 LZW压缩算法是一种新颖的压缩方法,由Lemple-Ziv-Welch 三人共同创造,用他们的名字命名。它采用了一种先进的串表压缩不,将每个第一次出现的串放在一个串表中,用一个数字来表示串,压缩文件只存贮数字,则不存贮串,从而使图象文件的压缩效率得到较大的提高。奇妙的是,不管是在压缩还是在解压缩的过程中都能正确的建立这个串表,
平面动画的设计方法2
- 随着计算机技术的普及应用,动画技术作为计算机图形学的一部分, 已广泛用于制作动画片、游戏和进行辅助教学等方面。 所谓动画技术指的是屏幕上显示出来的画面或者其中的一部分,能够按照一定的规则及要求在屏幕上移动或变幻,从而实现由计算机显示的图形能够动态变换。可见,实现动画的关键在于图形生成、复现和消隐。-With the popularity of computer technology applications, animation, computer graphics as part of
程序内存驻留程序(TSR)8
- 在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_SS+_SP/16-_psp) ”后再执行程序,这一段程序就被驻留,此后在其它的任何软件或程序设计中,只要用到了60H号中断,就会在屏幕上显示“
在自己的软件中使用鼠标10
- • 对鼠标进行初始化的方法 • 应用鼠标来执行任务
guss
- 解各类线性方程的方法以及相关的编程! 希望可以采用我这个工程软件,我可是花了好多的心血!-various solutions of linear equations method and the related programming! I hope to use this software works, but I spent a lot of effort!
projet
- 自适应编码 本发明的目标是生成一种方法:对数组压缩和解压缩编码,特别是二进制数组;对数组整体的编码技术;展现了一个通过极限熵得到的特别的压缩比率。 -Adaptive Coding goal of the invention is to generate a Method : array compression coding, in particular binary array; a whole array of coding techniques; demonstrated a li
ztohg
- 基于小波变换的图像压缩方法,主要是理论方面的介绍!-based on wavelet image compression method, the theory is introduced!
DES算法完整源码与调用方法
- DES算法完整源码与调用方法-DES algorithm source code integrity and call methods
小波变换的压缩存储方法
- 一种新的机遇小波变换的压缩存储方法,相同的高压缩比下,效果明显比jpg格式好
C语言下的数值计算方法代码
- 数值计算方法的C语言代码-numerical calculation method by C language code
用雅克比发方法求矩阵特征值和特征向量
- 用雅克比发方法求矩阵特征值和特征向量,并判断是否可以收敛-Made with the Jacobian matrix method, to calculate the eigenvalues and eigenvectors, and determine whether convergence
应用BP网络的方法进行图像的压缩
- 该文件应用神经网络方法进行图像文件的压缩,欢迎交流(The file using neural network method for image file compression)