-
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
-
介绍嵌入式的视频,来自上海交通大学,是一个ARM培训的视频教程...
介绍嵌入式的视频,来自上海交通大学,是一个ARM培训的视频教程-introduced Embedded Video from Shanghai Jiaotong University, is a video training ARM Guide
- 2022-01-25 14:41:10下载
- 积分:1
-
此源码为按照jpeg标准编写的huffman压缩程序源代码,主要是进行图像数据压缩...
此源码为按照jpeg标准编写的huffman压缩程序源代码,主要是进行图像数据压缩-source of this according to jpeg standards prepared by the Huffman compression source code, mainly for image data compression
- 2022-06-03 20:18:56下载
- 积分:1
-
自动生成一个LL(1)文法。对输入文法,由程序自动生成它的LL(1)分析表;对于给定的输入串,应能判断识别该串是否为给定文法的句型...
自动生成一个LL(1)文法。对输入文法,由程序自动生成它的LL(1)分析表;对于给定的输入串,应能判断识别该串是否为给定文法的句型-LL (1) grammar. On the importation of grammar, automatically generated from the LL (1) Analysis Table; For a given input string, Recognition should be able to judge whether the series for a given grammar Sentence
- 2023-02-25 14:50:03下载
- 积分:1
-
混沌控制、混沌同步仿真程序混沌控制、混沌同步仿真程序
混沌控制、混沌同步仿真程序混沌控制、混沌同步仿真程序-Chaos control, chaos synchronization simulation program
- 2022-03-12 21:49:41下载
- 积分:1
-
一个含有compress、expand、lzw等等压缩算法的源码
一个含有compress、expand、lzw等等压缩算法的源码-a encode source code with compress,expand and lzw
- 2022-09-12 17:30:03下载
- 积分:1
-
一个手机电子商务网站
包含物品展示,后台管理,管理员登陆...
一个手机电子商务网站
包含物品展示,后台管理,管理员登陆-A mobile e-commerce site that contains items to display, background management,管理员登陆
- 2022-09-04 09:10:03下载
- 积分:1
-
JAVA语言,老师让做的。不懂的自己看。
JAVA语言,老师让做的。不懂的自己看。 -JAVA language, the teachers do. Do not understand their own look
- 2022-02-11 17:32:31下载
- 积分:1
-
包含可用于C语言的zlib.lib和zlib.h
包含可用于C语言的zlib.lib和zlib.h-Zlib.lib and zlib.h which can be used in C
- 2023-08-11 11:45:02下载
- 积分:1
-
图像压缩的几个MATLAB算法:分块编码、高斯金字塔、离散余弦变换、单值分解。...
图像压缩的几个MATLAB算法:分块编码、高斯金字塔、离散余弦变换、单值分解。-Image Compression Algorithm several MATLAB : Block Coding, Gaussian pyramid, discrete cosine transform, singular value decomposition.
- 2022-02-03 23:09:40下载
- 积分:1