-
图像压缩的几个MATLAB算法:分块编码、高斯金字塔、离散余弦变换、单值分解。...
图像压缩的几个MATLAB算法:分块编码、高斯金字塔、离散余弦变换、单值分解。-Image Compression Algorithm several MATLAB : Block Coding, Gaussian pyramid, discrete cosine transform, singular value decomposition.
- 2022-02-03 23:09:40下载
- 积分:1
-
mpeg1
mpeg1-layer3编码源码-mpeg1-layer3 code source code
- 2022-03-17 05:37:04下载
- 积分:1
-
一个不错的视频压缩源码
一个不错的视频压缩源码-a good source of video compression
- 2022-06-19 02:57:11下载
- 积分:1
-
是一个压缩解压缩的标准代码,简单明了, 易用易懂
是一个压缩解压缩的标准代码,简单明了, 易用易懂-Is a compression standard decompression code, simple and clear, easy-to-use easy-to-understand
- 2022-04-13 12:30:33下载
- 积分:1
-
通信中的数据压缩、解压缩。存放原始数据与与此数据的差值。差值超出范围后更新原始数据。(编程背景为温室温度测量,限定在正负50以内)。已经编译通过。...
通信中的数据压缩、解压缩。存放原始数据与与此数据的差值。差值超出范围后更新原始数据。(编程背景为温室温度测量,限定在正负50以内)。已经编译通过。-Communications data compression, decompression. Storage of raw data and the difference with this data. Margin beyond the scope of the original data after the update. (Programming background greenhouse temperature measurement, limited to within plus or minus 50). Has been compiled through.
- 2022-03-12 07:23:55下载
- 积分:1
-
c#下做的启动界面,又称动时logo,只是给了实现方式,大家可以自己添加要的图片...
c#下做的启动界面,又称动时logo,只是给了实现方式,大家可以自己添加要的图片-c# to do start-up under the interface, also known as when moving logo, only to realize the way, everyone can add to the picture
- 2022-03-24 08:03:17下载
- 积分:1
-
这是jpeg2000的压缩算法,讲述了基本的算法,及其实现方法
这是jpeg2000的压缩算法,讲述了基本的算法,及其实现方法-jpeg2000 This is the compression algorithms, on the basic algorithm, and its implementation
- 2022-03-30 10:33:49下载
- 积分:1
-
WinZip的源代码
Winzip的源代码-Winzip source code
- 2022-03-21 05:25:13下载
- 积分:1
-
霍夫曼编码是可变字长编码(VLC)的一种,是消除编码冗余最常用的方法。 它是Huffman于1952年提出一种编码方法,它的基本原理是频繁使用的数据用较短的代码...
霍夫曼编码是可变字长编码(VLC)的一种,是消除编码冗余最常用的方法。 它是Huffman于1952年提出一种编码方法,它的基本原理是频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码个不相同。有时称之为最佳编码,一般就叫作Huffman编码。下面引证一个定理,该定理保证了按字符出现概率分配码长,可使平均码长最短。-Huffman coding is a variable word length coding (VLC) A is to remove redundant code of the most commonly used methods. It is Huffman in 1952 made a coding method, and its basic tenets are frequently used data with the code instead of a shorter, less use of the data over a longer period instead of the code, the code for each data-not the same. Sometimes referred to as the best coding, the general called on Huffman coding. Below prove a theorem, the theorem guarantees by the characters emerging probability distribution yards long, will enable the shortest average yards long.
- 2022-03-26 01:11:34下载
- 积分:1
-
Quick Sort, Quick Sort Bubble Sort is an improvement. Its basic idea is: lying t...
快速排序,快速排序是对冒泡排序的一种改进。它的基本思想是:通过一躺排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一不部分的所有数据都要小,然后再按次方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick Sort, Quick Sort Bubble Sort is an improvement. Its basic idea is: lying through one sorting to sort the data to be split into two independent parts, one part of all of the data than the other one is not part of the all the data should be small, and then meeting the two methods were part of the data quick sort, the entire sorting process can be recursive, and thus the entire data into an orderly sequence.
- 2022-01-25 19:36:20下载
- 积分:1