CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 地图着色

搜索资源列表

  1. 实验报告1 地图着色.rar

    0下载:
  2. 1.以二维数组list[N+1][N+1]表示地图,N表示区域数目,数组中以元素值为0表示不邻接,1表示邻接,限定区域数目N<=50. 2.用户先输入区域数目N,再输入邻接区域的代码,邻接可只写一次,区域的代码为0~N,N个为区域,一个为外部区域,或输入N-1,则可不包括外部区域,N个区域由用户定义 3.输出时,采用一一对应的方法,一个区域对应一种颜色 形式:区域代码==》颜色代码(1~4)=》颜色 4.本程序可为任意一张的地图染色,并且至多只染四种颜色
  3. 所属分类:源码下载

    • 发布日期:
    • 文件大小:106968
    • 提供者:
  1. 地图着色算法C语言源代码

    0下载:
  2. 地图着色问题的算法,C语言代码,有需要的下,不要帐号就可以下。-coloring the map algorithm, C language code that are needed, the following can not account.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1786
    • 提供者:王少石
  1. 5地图染色d

    0下载:
  2. 基于C++的MFC实现的地图着色问题。对于使用文档/视图模型的 MFC 应用程序。-based on C + + MFC map rendering issues. The use of Document / View model MFC applications.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:405803
    • 提供者:李扬
  1. 4848654648

    0下载:
  2. 实验报告地图着色很好用的东西。希望对大家有帮助。-coloring maps of good things. We want to help.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1627
    • 提供者:ffff
  1. ditucaixiang

    0下载:
  2. 地图着色问题又称为“四色问题”,四色问题的内容是:“任何一张地图只用四种颜色就能使具有共同边界的国家着上不同的颜色-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 border with the country on diffe
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9797
    • 提供者:Ok letsgo
  1. zhuose2006918

    0下载:
  2. 地图着色的算法设计,具体代码没有实现,不过可以给大家一些参考-map coloring algorithm design, specific code did not come true, but I can give you some information! !
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:5920
    • 提供者:萧鹏
  1. dituzhaose

    0下载:
  2. 地图着色算法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.
  3. 所属分类:交通/航空行业

    • 发布日期:2008-10-13
    • 文件大小:1735
    • 提供者:friday
  1. dituzhese

    0下载:
  2. 地图着色把地图上的每个城市抽象为一个点,并给每个城市编号,,相邻的城市之间用直线连接。据此做出邻接矩阵,若第i个城市与第j个城市相邻,则metro[i][j]=1,否则metro[i][j]=0。 算法:按照编号从小到大的顺序检查每个城市,对每个城市从1到4使用4种颜色着色,若当前颜色可用(即不与相邻城市颜色相同),则着色;否则测试下一种颜色。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:415322
    • 提供者:杜丹
  1. dituzhuose

    0下载:
  2. 地图着色问题 任何平面地图可以使用4种颜色给每个不同的城市着色,而保证相邻的城市着不同的颜色。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1385
    • 提供者:李绿叶
  1. zhuose

    0下载:
  2. 地图着色问题,用lingo9.0程序实现
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1328
    • 提供者:shangsheng
  1. COLOUR_V

    0下载:
  2. 用C语言实现地图着色问题-C language map Coloring
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1383
    • 提供者:何惠娜
  1. fourColor

    0下载:
  2. 利用栈比较方法解决给地图着色的四色问题,从结果分析上看,此算法优于一般的搜索算法。-Comparison to solve using the stack to the coloring of the four-color map, from the results of point of view, this algorithm is better than general search algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:724971
    • 提供者:刘扬
  1. ant

    0下载:
  2. 关于地图着色问题的蚁群搜索算法,启发式搜索算法的改进-Map Coloring Problem on ant colony search algorithm, heuristic search algorithm to improve
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:5835
    • 提供者:yurongguo
  1. t

    1下载:
  2. 回溯经典-m图着色问题(和地图4色问题的区别) - train的专栏 - CSDN博客-Back classic-m graph coloring problem (and the 4-color map problem of difference)- train column- CSDN blog
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:158307
    • 提供者:
  1. DrawMap

    3下载:
  2. 一个中国地图着色的源码,可以对中国的32个省着上不同的颜色-Draw China Map
  3. 所属分类:Picture Viewer

    • 发布日期:2014-12-16
    • 文件大小:719872
    • 提供者:Saven
  1. 实验报告1 地图着色

    0下载:
  2. 1.以二维数组list[N+1] 表示地图,N表示区域数目,数组中以元素值为0表示不邻接,1表示邻接,限定区域数目N<=50. 2.用户先输入区域数目N,再输入邻接区域的代码,邻接可只写一次,区域的代码为0~N,N个为区域,一个为外部区域,或输入N-1,则可不包括外部区域,N个区域由用户定义 3.输出时,采用一一对应的方法,一个区域对应一种颜色 形式:区域代码==》颜色代码(1~4)=》颜色 4.本程序可为任意一张的地图染色,并且至多只染四种颜色-1. To two-dimensional
  3. 所属分类:

    • 发布日期:2017-11-09
    • 文件大小:106968
    • 提供者:吴晓辉
  1. diqiuzhuose

    0下载:
  2. 地球着色 任何平面地图可以使用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.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:5294
    • 提供者:sure
  1. Mapshadingproblem

    1下载:
  2. 已知地图,请设计地图着色软件,对各省进行着色,要求相邻省所使用的颜色不同,并保证使用的颜色最少-Map shading problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-05-14
    • 文件大小:194388
    • 提供者:xwj
  1. MapForColor

    0下载:
  2. 地图着色,对中国地图着色,有最少颜色,使相邻省不同色,基于MFC,使用的是VS2008开发工具.-This is a produce of map for colored by diferent color witch use the least number of color.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-08
    • 文件大小:777716
    • 提供者:Renzh
  1. Map_Color

    0下载:
  2. 这是个地图着色的小程序,用得着的可以下载-This is a small map coloring program, you can download useful to
  3. 所属分类:GIS program

    • 发布日期:2017-05-10
    • 文件大小:2498285
    • 提供者:real
« 12 3 »
搜珍网 www.dssz.com