-
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
-
image compression using the lifting
image compression using the lifting
- 2023-03-02 09:40:03下载
- 积分:1
-
本代码为数据压缩的C语言实现,它只是个学习程序,希望能够给参考者帮助!...
本代码为数据压缩的C语言实现,它只是个学习程序,希望能够给参考者帮助!-the code for data compression C language, it is just learning the procedure, hoping to be able to help the reference!
- 2022-03-18 12:40:21下载
- 积分:1
-
一种新的基于matlab环境的用SVD原理实现图像压缩的源程序,程序简单易懂...
一种新的基于matlab环境的用SVD原理实现图像压缩的源程序,程序简单易懂-Implementation of new image compression using SVD, the program easy to understand
- 2023-07-28 22:15:03下载
- 积分:1
-
ycrcb2rgb realize the conversion process, reverse conversion is similar to limit...
ycrcb2rgb程序实现转换,逆向转换类似,限制rgb范围-ycrcb2rgb realize the conversion process, reverse conversion is similar to limit the scope rgb
- 2022-05-10 23:43:12下载
- 积分:1
-
实现了LZW数据压缩算法和解压缩算法,用图形界面
实现了LZW数据压缩算法和解压缩算法,用图形界面-achieve the LZW data compression algorithm reconciliation compression algorithm, with a graphical interface
- 2023-02-24 08:10:03下载
- 积分:1
-
Control of the map to add the ODBC, ADO and other database data access features...
在地图控制中添加了ODBC、ADO等方式获取数据库数据等功能-Control of the map to add the ODBC, ADO and other database data access features such as
- 2022-07-22 04:48:51下载
- 积分:1
-
JPEG压缩编码(基本系统)简单示例
JPEG压缩编码(基本系统)简单示例-JPEG compression coding (basic system) simple example-JPEG compression (basic system) easy sample-JPEG compression coding (basic system) simple example
- 2022-09-01 20:10:03下载
- 积分: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
-
本文主要完成了对H.264视频压缩算法的编码器的各个关键环节的分析,
以及对H.264视频压缩算法的软件实现的研究,还有对H.264视频压缩算法的压
缩...
本文主要完成了对H.264视频压缩算法的编码器的各个关键环节的分析,
以及对H.264视频压缩算法的软件实现的研究,还有对H.264视频压缩算法的压
缩性能的测试和分析。
-In this paper, completed the H.264 video compression algorithm of the encoder of the various key aspects of analysis, as well as the H.264 video compression algorithm of the software realize the study, as well as H.264 video compression algorithm for compression performance testing and analysis.
- 2023-04-23 03:20:04下载
- 积分:1