-
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
-
该程序实现了算术编码的编解码,并得到了算法的实现。
该程序实现了算术编码的编译码,并得到随机信源的输出码字和编码效率。-The program achieves the encoding and decoding of arithmetic coding, and gets the output code words and coding efficiency of the random sourse.
- 2022-07-08 08:06:17下载
- 积分:1
-
4.8k/s速率FS1016标准语音压缩源码,
4.8k/s速率FS1016标准语音压缩源码,-4.8k/s FS1016 standard rate voice compression source,
- 2022-01-25 23:12:21下载
- 积分:1
-
Access to source code files! Adopted a series of calls to achieve synchronizatio...
获取文件的源代码!通过,一系列的调用,实现同系统的资源同步,实现!-Access to source code files! Adopted a series of calls to achieve synchronization with the system resources, realize!
- 2023-07-05 12:15:03下载
- 积分:1
-
compress visual c++
Visual C++ 压缩与解压缩 使用LZW算法,解压率不错-compress visual c++
- 2022-01-30 19:48:35下载
- 积分: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
-
dct变换
dct变换-DCT transform
- 2022-12-18 05:20:03下载
- 积分:1
-
Compressive Sensing The Big Picture
Compressive Sensing The Big Picture
可以连接到Rice大学等很多网页-Compressive Sensing The Big Picture
- 2023-02-03 07:55:03下载
- 积分:1
-
我写的基于bandelet域的spiht图像压缩算法。效果比经典的SPIHT好。文章已发,希望代码对大家有用。...
我写的基于bandelet域的spiht图像压缩算法。效果比经典的SPIHT好。文章已发,希望代码对大家有用。-I wrote bandelet domain-based SPIHT image compression algorithm. SPIHT is better than a good classic. Article has been distributed, I hope the code useful for everyone.
- 2022-04-18 00:04:47下载
- 积分:1
-
这是一个关于基于混合编码的图象压缩技术的实现,现在勉强可以实现关于小波的图象压缩实现。此程序可以将BMP格式的图象经压缩后以JPG的格式存储起来!压缩比一般可以...
这是一个关于基于混合编码的图象压缩技术的实现,现在勉强可以实现关于小波的图象压缩实现。此程序可以将BMP格式的图象经压缩后以JPG的格式存储起来!压缩比一般可以达到32:1。还可以显示编码压缩所耗时间-This is a mixed coding on the basis of the image compression technology, and now can barely be achieved on wavelet image compression achieved. This procedure can be BMP format images compressed by the JPG format to store up! Compression ratio generally can be reached 32:1. It also shows the time taken Coding
- 2022-09-28 23:35:02下载
- 积分:1