搜索资源列表
tubianli
- C语言编的图遍历程序,对正在学习数据结构的同学也许有帮助!
xuanzetuxing
- 用于图形选择显示,在arcengine中用c#代码实现,遍历图层,将选择的图层高亮显示-Choose to display for graphics arcengine using c# code to achieve, traverse the layer, the selected layer is highlighted. .
f.doc
- 题目1:图的建立与遍历;连通网的最小生成树生成实现。 内容: 1) 用邻接表表示方法建立图1所示图的存储结构,用邻接矩阵存表示方法建立图2所示网的存储结构。 2) 在图1 存储结构(邻接表)上实现深度优先搜索遍历和广度优先搜索遍历,并给出遍历结果(序列)。 3) 按照普里姆算法,在图2所示连通网的存储结构(邻接矩阵)上实现此网的最小生成树,并输出生成树。 -Title 1: Map of the establishment and ergodicity conne
Lena
- 2、 转换为灰度图像。 这个算法是依照彩色图转化为灰度图像的方式: 灰度值 = 0.3*R+0.59*G+0.11*B 用两重循环遍历截取的图片,对于每一个象素点,用MFC的函数取得其COLORREF形式的颜色值,从中分解出R、G、B三种颜色的值,计算出对应的灰度值后,赋给R、G、B即可。完成遍历后刷新图片就可以看到转换后的灰度图像。 -2, converted to grayscale images. This algorithm are in accordance with
GraphTraversal
- 图的遍历,实现图的深度和广度两种便利方式,方便快速。-Graph traversal, the realization of the depth and breadth of plans to facilitate the two way quickly and easily.
C
- 图的深度优先遍历,图的广度优先遍历,及图的存储-Map depth-first traversal, breadth-first traversal of the graph, and map storage
graph
- 运用VC++ 编写的图的邻接矩阵存储和邻接表存储,并对图进行遍历-it is the storage of the graph
Depth_FirstSearth
- 实现图的深度遍历 是一个深度优先算法 基于树的先跟遍历-Realize the depth chart is a depth-first traversal algorithm is based on the tree to begin with traversal
tudejianliyubianli
- 图的建立与遍历C++源码,多次运行没有错误-Figure establishment and traversal C++, multiple runs without error
bianli
- 用邻接矩阵确定图 输出深度优先遍历和广度优先遍历的结果-Map with the adjacency matrix to determine the depth first traversal and breadth of the output first traversal of the results
123
- 图的遍历的演示,用C++编写。。。 深度广度优先遍历-tu de bianli
traverse
- 图形的遍历,图 的 深 度 遍 历 和 广 度 遍 历 -Graph traversal, graph traversal depth and breadth traversal
bianli
- 实现图的遍历,输入图的各个结点,实现前序遍历,中序遍历,后序遍历-Implement graph traversal, each node input graph, to achieve pre-order traversal, inorder traversal, postorder traversal
sa
- 图的矩阵表示,包括图的遍历,查询,插入删除等操作-Graph matrix representation, including graph traversal, query, insert or delete operation
pic
- 对任意给定的图(顶点数和边数自定),建立它的邻接表并输出,然后利用堆栈的五种基本运算(清空堆栈、压栈、弹出、取栈顶元素、判栈空)实现图的深度优先搜索遍历和广度优先搜索遍历算法。 -For any given graph (vertices and edges from the set), to establish its adjacency list and output, and then use the stack of five basic operations (empty stac
gisPresources-management
- 文件及文件夹遍历,gis二维图层空间定位,用于资源管理-File and folder traversal, gis spatial orientation of two-dimensional layers for resource management
VCPPImageProcessing
- 详细介绍了基于Windows和VC++的图像处理技术,包含图像增强,位图显示和读写操作,JPG和GIF图像文件处理,图遍历、直接访问像素,OPENGL等多方面的主题。-Described in detail based on Windows and VC++ image processing techniques, including image enhancement, digital map display and read and write operations, JPG and GIF
pca
- pca主成分分析,人脸识别,200图遍历-pca principal component analysis, face recognition
805966
- 用树的层号表示生成一棵树,然后分别用来测试前序遍历的递归与非递归算法,()
146113
- 简单的八皇后问题,分别用一般的递推法和二叉树前序遍历写成,非常适合初学者阅读,()