-
image compression using the lifting
image compression using the lifting
- 2023-03-02 09:40:03下载
- 积分:1
-
把链表S中从第m个元素起共n个元素存储到s中,成功返回1,否则返回0int LEN(STRING S)...
把链表S中从第m个元素起共n个元素存储到s中,成功返回1,否则返回0int LEN(STRING S) -S in the list from the first m elements from a total of n elements stored in the s successful one back, otherwise return 0int LEN (STRING S)
- 2022-08-21 01:56:05下载
- 积分:1
-
DWT分析滤波器的VC++ 代码,采用提升算法实现.来自于<<图象压缩基础,标准与实践>>...
DWT分析滤波器的VC++ 代码,采用提升算法实现.来自于-DWT filter analysis of VC code used to upgrade algorithm. From
- 2022-02-09 18:52:09下载
- 积分:1
-
aan fast algorithm
aan快速算法
- 2022-05-06 19:37:33下载
- 积分:1
-
H.264标准详细图解 ,好东西不用多说,赶紧看吧
H.264标准详细图解 ,好东西不用多说,赶紧看吧-graphic detail H.264 standard H.264 standard graphic detail H.2 64 standard graphic detail, good things Needless to say, quickly Look here
- 2022-06-19 13:48:14下载
- 积分:1
-
用C++实现的学生信息管理系统,实现了学生和老师的创建,添加,删除和查找,统计,界面设置飞入界面,更加人性化...
用C++实现的学生信息管理系统,实现了学生和老师的创建,添加,删除和查找,统计,界面设置飞入界面,更加人性化-With C++ Realize student information management system, students and teachers to create, add, delete, and search, statistics, interface set to fly into the interface more user-friendly
- 2022-03-21 21:16:38下载
- 积分:1
-
这是个跳舞机的源程序
这是个跳舞机的源程序-This is a revolution of the source
- 2022-05-16 09:54:17下载
- 积分:1
-
DM642的H.264编码,钛
h.264的DM642上的代码,TI的CCS上开发并运行-h.264 code of DM642 on, TI
- 2022-01-30 22:15:18下载
- 积分:1
-
压缩、解压缩(压缩率高,费时较长)
压缩、解压缩(压缩率高,费时较长)-compression, decompression (high compression rate, longer time-consuming)
- 2022-12-15 06:40:03下载
- 积分:1
-
利用哈夫曼编码压缩)
) Compression using huffman code
-with a number of bits k per code word
-provide huffman table
Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is derived in a particular way based on the estimated probability of occurrence for each possible value of the source symbol .Huffman coding uses a specific method for representing each symbol, resulting in a prefix code that expresses the most common characters using shorter strings of bits than those used for less common source symbols.The Huffman coding is a procedure to generate a binary code tree.
-) Compression using huffman code
-with a number of bits k per code word
-provide huffman table
Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The
- 2022-02-27 02:39:35下载
- 积分:1