搜索资源列表
mapcolor
- 地图染色问题,就是利用矩阵对地图相应的进行染色,用到了堆栈知识-map staining problem, it is using the matrix corresponding to the map for staining, apply knowledge of the stack
地图染色
- 用VC运行环境编写的地图染色问题 运用了4色染色定理,内容详细,有原代码分析-VC environment for the operation of the maps were prepared using four issues staining theorem, detailed, the original code analysis
ranse
- 此程序是在VC界面上实现地图的染色,只要在界面上输入数字,那么就会自动形成地图染色-this procedure is in VC map interface to achieve the staining, as long as the number of input interface, then will automatically create maps staining
dituranse
- mfc地图染色 很有参考价值 -the mfc map dyeing useful reference the the value the mfc map dyeing useful reference value
Map-four-staining
- 用不多于四种颜色为地图染色,使相邻的行政区不重色,是计算机科学中著名的“四染色”的典型应用,应用这个思想,是以回溯的算法对一幅给定的地图染色。是对数据结构中栈的应用。-With no more than four colors map staining the adjacent borough is not heavy color, typical applications of computer science "stain" the application of this idea, a b
map_four_color
- 四色定理又称四色猜想、四色问题,是世界三四色定理是一个著名的数学定理,通俗的说法是:每个平面地图都可以只用四种颜色来染色,而且没有两个邻接的区域颜色相同。本程序利用利用栈的思想和回溯算法来解决地图染色问题,程序算法简单易懂,使用鼠标绘出不同的区域,由程序自动填色,很好的演示了地图的四色问题-Four color theorem, also known as four-color conjecture, four-color problem, is the world s three or fou
Map-coloring
- 地图着色 1.以二维数组list[N+1] 表示地图,N表示区域数目,数组中以元素值为0表示不邻接,1表示邻接,限定区域数目N<=50. 2.用户先输入区域数目N,再输入邻接区域的代码,邻接可只写一次,区域的代码为0~N,N个为区域,一个为外部区域,或输入N-1,则可不包括外部区域,N个区域由用户定义 3.输出时,采用一一对应的方法,一个区域对应一种颜色 形式:区域代码==》颜色代码(1~4)=》颜色 4.本程序可为任意一张的地图染色,并且至多只染四种颜色
MapColor_Code
- 中国地图查询,数据结构课设,实现最小地图染色,最短通信网络,单源最短路径(Using the basic data structure, we can query the administrative area of Chinese maps and inquire about the adjacent cities and the shortest communication network)
地图四染色
- 将地图用四种颜色染色,n个地区间的相邻地区不同色(Dye the map in four colors. The adjacent areas of the n areas are different in color)
SchoolMap
- 用C++实现使用最少种颜色可以使得染色后的地图相邻部分的颜色不相同(Using C++ to achieve the least color can make the adjacent colors of the stained map different.)