-
在MATLAB的循环卷积码
circular convolution code in matlab
- 2022-05-14 20:31:15下载
- 积分:1
-
vc下的压缩和解压缩代码
vc下的压缩和解压缩代码-vc under the compression and decompression code
- 2022-01-26 00:53:59下载
- 积分:1
-
包含Lzw,huff1等多dhuff压缩算法的源代码
包含Lzw,Huff1,Dhuff等等多种压缩算法的源代码包-contains Lzw, Huff1, etc. Dhuff multiple compression algorithm source code
- 2022-01-20 23:23:05下载
- 积分:1
-
VC++编程,有源代码,使用RLE算法压缩文件,适合压缩解压的初学者...
VC++编程,有源代码,使用RLE算法压缩文件,适合压缩解压的初学者-VC++ Programming, source code, the use of RLE algorithm for compressed files, suitable for beginners compression decompression
- 2022-01-25 19:15:00下载
- 积分:1
-
本源码是用VC++6.0实现的,显示了BMP位图,并实现了快速的8*8的块的DCT和IDCT变换...
本源码是用VC++6.0实现的,显示了BMP位图,并实现了快速的8*8的块的DCT和IDCT变换-the source of VC 6.0, showing a bitmap BMP, and achieve a rapid 8* 8 block of DCT and IDCT transform
- 2022-09-07 03:40:03下载
- 积分:1
-
使用CZip和CUnzip压缩VC代码文件和减压
VC下使用CZip和CUnzip压缩和解压文件代码-VC use CZip CUnzip and document compression and decompression code
- 2023-01-08 18:30:04下载
- 积分:1
-
Way through the stream file compression and decompression, decompression of this...
通过流的方式对文件进行压缩和解压,解压为只能对本程序压缩的文件进行解压-Way through the stream file compression and decompression, decompression of this procedure for only compressed file decompression
- 2022-04-23 23:23:07下载
- 积分:1
-
用JAVA语言实现最简单客户机和服务器功能.
用JAVA语言实现最简单客户机和服务器功能.-with Java language the most simple client and server functionality.
- 2022-07-05 11:20:58下载
- 积分:1
-
使用MFC写的ZIP压缩和界面源代码。高效而且简洁。
使用MFC写的ZIP压缩和界面源代码。高效而且简洁。-Use MFC to write the ZIP compression and interface source code. Efficient and concise.
- 2022-05-28 19:45:42下载
- 积分: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