-
Huffman编码进行压缩的过程
哈夫曼编码在纸张压缩过程中的应用
- 2022-03-17 19:42:03下载
- 积分:1
-
对传送的数据进行解压和压缩,提高数据传送量
对传送的数据进行解压和压缩,提高数据传送量-transmission of the data compression and decompression, improving data transmission volume
- 2023-05-02 12:10:03下载
- 积分:1
-
a useful image processing procedures _ for MPEG4 decoder source code
一个图象处理有用的程序_用于MPEG4解码的源代码-a useful image processing procedures _ for MPEG4 decoder source code
- 2023-05-18 17:30:03下载
- 积分:1
-
一个基于lZW压缩算法的高效实现,可以用于数据和图像的高效压缩...
一个基于lZW压缩算法的高效实现,可以用于数据和图像的高效压缩-lZW a compression algorithm based on the efficient realization can be used for data and image compression efficiency
- 2023-01-12 12:45:04下载
- 积分:1
-
Map coloring to each city on the map as a point of abstraction, and to every cit...
地图着色把地图上的每个城市抽象为一个点,并给每个城市编号,,相邻的城市之间用直线连接。据此做出邻接矩阵,若第i个城市与第j个城市相邻,则metro[i][j]=1,否则metro[i][j]=0。
算法:按照编号从小到大的顺序检查每个城市,对每个城市从1到4使用4种颜色着色,若当前颜色可用(即不与相邻城市颜色相同),则着色;否则测试下一种颜色。
-Map coloring to each city on the map as a point of abstraction, and to every city number, adjacent lines to connect between cities. Accordingly to make adjacency matrix, if the section i and section j cities adjacent cities, the metro [i] [j] = 1, otherwise the metro [i] [j] = 0. Algorithm: In accordance with the code sequence from small to large checks every city, every city on 1-4 from the use of four kinds of color shading, color can be used if the current (ie not with the same colors as the neighboring cities), then coloring Otherwise, the next test colors.
- 2022-02-12 12:09:41下载
- 积分:1
-
实现对字符的赫夫曼编码,译码,运用栈存储少量字符数据
实现对字符的赫夫曼编码,译码,运用栈存储少量字符数据-Realize the characters Huffman encoding, decoding, using a small amount of character data storage stack
- 2022-06-29 13:15:37下载
- 积分:1
-
实现对图像的lzw压缩编码 得到图像的压缩比以及码长
实现对图像的lzw压缩编码 得到图像的压缩比以及码长-Lzw realize image compression coding of image compression ratio as well as the code length
- 2023-05-20 15:50:02下载
- 积分:1
-
按键扫描驱动程序 写的还不错,希望大家看看阿!第一次上这个网,才知道这个网好好啊!...
按键扫描驱动程序 写的还不错,希望大家看看阿!第一次上这个网,才知道这个网好好啊!-button scanning driver wrote was pretty good, we hope to see A! First on the net, before we know the net good ah!
- 2022-02-01 03:15:06下载
- 积分:1
-
绘制一个房屋的轮廓, 请大家指点。
绘制一个房屋的轮廓, 请大家指点。-Draw the outline of a house, please pointing.
- 2022-04-02 07:25:20下载
- 积分:1
-
Shortest path algorithm C C++ Adjacency matrix realize Huffman Huffman tree algo...
最短路径算法C C++ 邻接矩阵实现
哈夫曼算法和哈夫曼树
RSA算法的C++实现
lzw压缩算法的c语言实现
计算日期程序(C语言)
-Shortest path algorithm C C++ Adjacency matrix realize Huffman Huffman tree algorithm and RSA algorithm C++ Realize LZW compression algorithm c language procedures realize the calculation date (C language)
- 2023-04-30 18:20:03下载
- 积分:1