资源列表

« 1 2 ... .14 .15 .16 .17 .18 419.20 .21 .22 .23 .24 ... 1306 »

[压缩解压huffman

说明:huffam编码的C语言举例,代码中给出了huffam编码和解码得过程-huffam coded C language, for example, the code is given huffam a process of encoding and decoding
<lanjun> 在 2025-01-22 上传 | 大小:3kb | 下载:0

[压缩解压op001

说明:霍夫曼编码压缩演算法,在霍夫曼编码当中,把各资料视为有重量的叶子,把出现频率较低的整理在一起,构筑出一个叫做「霍夫曼树」的树状构造资料,然后从此霍夫曼树来决定要分配给各资料的位列。 解码时,也是会用到霍夫曼树,我们必须将霍夫曼编码的资料逐个位去读入,然后照这个值去判断要走哪一边的树枝。然后,在走到叶之后,就把这个叶的值输出。接着就再度回到根,一直重覆同样的处理,直到没有资料为止。-Huffman coding compression
<elvis> 在 2025-01-22 上传 | 大小:3kb | 下载:0

[压缩解压op002

说明:威尔编码,越小的值被分配了越短的码,而值越大就会分配较长的位码。因此,威尔编码在「资料值0的出现频率最高,而资料值越大的值出现频率越低」的资料中特别容易发挥其效用。威尔编码使用的资料对象是有限的。另外,因为位码被分配的数值的最小值是1,所以只有在资料中的最小值是1以上的时后才可以使用此方法。-Will encoding, the smaller the value was assigned a shorter code, and the
<elvis> 在 2025-01-22 上传 | 大小:2kb | 下载:0

[压缩解压op003

说明:LZ编码,使用字典压缩法,对一个资料值的集合(资料样式),分配一个比原值还要更短的码。-LZ coding, dictionary compression, the use of a collection of data values (data pattern), the distribution of a still shorter than the original value of the code.
<elvis> 在 2025-01-22 上传 | 大小:3kb | 下载:0

[压缩解压op004

说明:DCT的结果做压缩的处理。删减高频成份的位数方式,对高频成份分配较少的位数来减少整理的资料量。不可逆压缩。-DCT compression make the results of treatment. Deletion of the median high-frequency components by means of high-frequency components of the distribution less the med
<elvis> 在 2025-01-22 上传 | 大小:5kb | 下载:0

[压缩解压op005

说明:哈达玛转换的压缩程序,删人眼较难察觉出变化的高频部份的资料量,来达到资料量缩减的目的。使用较少的位数来表现高频部份。-Hadamard conversion compression process, delete the human eye changes more difficult to detect high-frequency part of the amount of data to achieve the purpose o
<elvis> 在 2025-01-22 上传 | 大小:5kb | 下载:0

[压缩解压xuanke00

说明:C#+ACCESS在线选课系统的设计与实现-C#+ ACCESS Online Course Selection System Design and Implementation
<111111> 在 2025-01-22 上传 | 大小:2.86mb | 下载:0

[压缩解压216Viterbi

说明:(2,1,6)格式的viterbi译码,软判决,完全的工程文件,可以直接应用于项目。-(2,1,6) format viterbi decoding, soft decision, a complete project file can be directly applied to the project.
<water206> 在 2025-01-22 上传 | 大小:46kb | 下载:0

[压缩解压VBdesign

说明:VB程序设计实例,可以实现俄罗斯方块游戏的设计,谢谢。-VB programming examples, you can realize the design of the game Tetris, thank you.
<张平顺> 在 2025-01-22 上传 | 大小:1.83mb | 下载:0

[压缩解压Decode

说明:huffman decode all you need is input a data so that it will decode
<端八> 在 2025-01-22 上传 | 大小:2kb | 下载:0

[压缩解压divx

说明:MPEG4 DIVX的编码算法的C++代码实现,有兴趣的可以看一下。-MPEG4 DIVX encoding algorithm C++ Code, interested can look at.
<emma> 在 2025-01-22 上传 | 大小:118kb | 下载:0

[压缩解压EZW

说明:EZW算法的matlab代码,希望对大家有用-EZW algorithm matlab code, everyone would like to be useful
<飞龙> 在 2025-01-22 上传 | 大小:3kb | 下载:0
« 1 2 ... .14 .15 .16 .17 .18 419.20 .21 .22 .23 .24 ... 1306 »

源码中国 www.ymcn.org