搜索资源列表
实验报告1 地图着色.rar
- 1.以二维数组list[N+1][N+1]表示地图,N表示区域数目,数组中以元素值为0表示不邻接,1表示邻接,限定区域数目N<=50. 2.用户先输入区域数目N,再输入邻接区域的代码,邻接可只写一次,区域的代码为0~N,N个为区域,一个为外部区域,或输入N-1,则可不包括外部区域,N个区域由用户定义 3.输出时,采用一一对应的方法,一个区域对应一种颜色 形式:区域代码==》颜色代码(1~4)=》颜色 4.本程
地图着色算法C语言源代码
- 地图着色问题的算法,C语言代码,有需要的下,不要帐号就可以下。-coloring the map algorithm, C language code that are needed, the following can not account.
5地图染色d
- 基于C++的MFC实现的地图着色问题。对于使用文档/视图模型的 MFC 应用程序。-based on C + + MFC map rendering issues. The use of Document / View model MFC applications.
4848654648
- 实验报告地图着色很好用的东西。希望对大家有帮助。-coloring maps of good things. We want to help.
ditucaixiang
- 地图着色问题又称为“四色问题”,四色问题的内容是:“任何一张地图只用四种颜色就能使具有共同边界的国家着上不同的颜色-map also known as the "four color", the four-color problem is the content : "Anyone with a map of only four colors will be able to have a common bo
zhuose2006918
- 地图着色的算法设计,具体代码没有实现,不过可以给大家一些参考-map coloring algorithm design, specific code did not come true, but I can give you some information! !
实验报告1 地图着色
- 1.以二维数组list[N+1] 表示地图,N表示区域数目,数组中以元素值为0表示不邻接,1表示邻接,限定区域数目N<=50. 2.用户先输入区域数目N,再输入邻接区域的代码,邻接可只写一次,区域的代码为0~N,N个为区域,一个为外部区域,或输入N-1,则可不包括外部区域,N个区域由用户定义 3.输出时,采用一一对应的方法,一个区域对应一种颜色 形式:区域代码==》颜色代码(1~4)=》颜色 4.本程序可为任意一张的地图染色,并且
COLOUR_V
- 用C语言实现地图着色问题-C language map Coloring
地图着色算法C语言源代码
- 地图着色问题的算法,C语言代码,有需要的下,不要帐号就可以下。-coloring the map algorithm, C language code that are needed, the following can not account.
5地图染色d
- 基于C++的MFC实现的地图着色问题。对于使用文档/视图模型的 MFC 应用程序。-based on C++ MFC map rendering issues. The use of Document/View model MFC applications.
4848654648
- 实验报告地图着色很好用的东西。希望对大家有帮助。-coloring maps of good things. We want to help.
ditucaixiang
- 地图着色问题又称为“四色问题”,四色问题的内容是:“任何一张地图只用四种颜色就能使具有共同边界的国家着上不同的颜色-map also known as the "four color", the four-color problem is the content : "Anyone with a map of only four colors will be able to have a common bo
zhuose2006918
- 地图着色的算法设计,具体代码没有实现,不过可以给大家一些参考-map coloring algorithm design, specific code did not come true, but I can give you some information! !
dituzhaose
- 地图着色算法C语言实 任何平面地图可以使用4种颜色给每个不同的城市着色,而保证相邻的城市着不同的颜色。 -map coloring algorithm C language is any planar map can use four colors for each different city coloring, and adjacent to the city to ensure different color.
dituzhese
- 地图着色把地图上的每个城市抽象为一个点,并给每个城市编号,,相邻的城市之间用直线连接。据此做出邻接矩阵,若第i个城市与第j个城市相邻,则metro[i][j]=1,否则metro[i][j]=0。 算法:按照编号从小到大的顺序检查每个城市,对每个城市从1到4使用4种颜色着色,若当前颜色可用(即不与相邻城市颜色相同),则着色;否则测试下一种颜色。 -Map coloring to each city on the map as
dituzhuose
- 地图着色问题 任何平面地图可以使用4种颜色给每个不同的城市着色,而保证相邻的城市着不同的颜色。
zhuose
- 地图着色问题,用lingo9.0程序实现-Map coloring problem, using lingo9.0 program
diqiuzhuose
- 地球着色 任何平面地图可以使用4种颜色给每个不同的城市着色,而保证相邻的城市着不同的颜色。-Coloring the Earth can use any graphic map color to each of four kinds of different colored city, and neighboring cities to ensure that the different colors.
ant
- 关于地图着色问题的蚁群搜索算法,启发式搜索算法的改进-Map Coloring Problem on ant colony search algorithm, heuristic search algorithm to improve
DrawMap
- 一个中国地图着色的源码,可以对中国的32个省着上不同的颜色-Draw China Map