搜索资源列表
seedfilling
- 种子填充算法实现多边形的填充。是图形学课程图的填充算法之一。-seed filling algorithm polygon filling. Yes map graphics courses filling algorithm.
VCFloyd
- 图的一种算法,实现图里所有节点间最短路径,然后输出到一个文件里,即包含输入输出文件,请用test 工作区-a map algorithm, and all nodes in Ituri between the shortest path, and then output to a file, includes input and output documents, please use the test work area
graphLinklist
- 把图存储成链表格式的算法,输入点和边,然后用链表把整个图存储-the plan into a chain store format algorithms, and the input side, then the whole chain store plans
9.2
- 图的临接表和临接阵的转化及深度优先算法和广度优先算法
FibonacciHeap
- FibonacciHeap是一种优先队列,就平均而言有很好的性能,所以在一些图论算法中可以用来作改进算法的数据结构,尤其是那些稀疏图,总之是很好的工具。下面以设计者的角度简单描述我设计它的过程和思路。
Csharp
- 这是一个在.NET环境中运行的Csharp程序。里面包含了其中包含了自己写的算法。是处理图条形码图片的程序
图遍历应用
- 数据结构的图的遍历应用程序设计算法实现的源代码,请大家多多指教。-data structure plans Ergodic application design algorithm source code, please exhibitions.
image-4
- ex4.14 图元识别问题« 问题描述:在数字化图像处理中常将一幅图像表示为一个m´ m 的像素矩阵。其中每个像素的值为0或1。值为0的像素表示图像的背景,而值为1 的像素表示图像中某个图元上的一个点,通常称其为图元像素。当一个像素在另一个像素的上方、下方、左侧或右侧时,称这2个像素为相邻像素。一幅图像中的相邻像素属于同一图元,而不相邻的像素属于不同图元。图元识别问题就是对给定图像的图元像素进行标记,使得同一图元的图元像素有相同的标记,而不同图元的图元像素其标记也不同。试
QuickGraph_src
- Boost Graph Library的C#实现,有很多图论算法。-Boost Graph Library of C#, there are many graph algorithm.
最短路径上机报告
- 1、 程序所实现的功能: 2、 对建立好的无权图,可以找到从某个顶点出发到其他所有顶点的最短路径 3、 程序的输入 4、 要创建的图的信息,本算法采用邻接矩阵表示图;以及遍历开始的顶点的信息 5、 程序的输出 6、 分行输出从给定点到其他各个定点的最短路径上的顶点信息。-1, procedures achieved by the function : 2, the right to establish a good map can be found starting from a cert
shortest.rar
- 实现中国铁路最短路径的计算,基于图的PRIM算法,MFC实现动态演示,China Railway the shortest path to achieve the calculation of the PRIM algorithm based on the map, MFC dynamic presentation
prim
- 对于网络,其生成树中的边也带权,将生成树各边的权值总和称为生成树的权,并将权值最小的生成树称为最小生成树(Minimun Spanning Tree),简称为MST。 Prim算法的基本思想是: (1) 在图G=(V, E) (V表示顶点 ,E表示边)中,从集合V中任取一个顶点(例如取顶点v0)放入集合 U中,这时 U={v0},集合T(E)为空。 (2) 从v0出发寻找与U中顶点相邻(另一顶点在V中)权值最小的边的另一顶点v1,并使v1加入U。即U={v0,v1 }
TIN_Voronoi
- 构建离散点集的Voronoi图,算法大致流程:先构建Delaunay TIN,然后连接相邻三角形的重心记得Voronoi图,然后基于TIN的拓扑,构建Voronoi多边形的拓扑关系。-Construction of discrete point set Voronoi diagram algorithm for general processes: first, to build Delaunay TIN, then remember that the focus of a triangle c
Expending_Managing
- 网络扩张营销问题。用c++实现的编程例题。其中包含了最小路径寻找,图的存储等常用算法。-Expending and managing problem. Implementation by C++. The algorithms of shortest path and graph storation are applied in the code.
RSA
- RSA算法的流程图和程序源代码,运行结果贴图等-RSA algorithm flow chart and source code, the results map, etc.
bft_acrossRiver
- 用图的广度优先搜索算法实现农夫过河问题求解-Breadth-first search with a map to achieve problem solving across the river
threewamg
- 三维网格图的绘制,以及实现相关曲面的生成算法,全用通过C#语言实现 -Three-dimensional grid mapping, and related surface generation algorithm, all used by the C# language
sicily-searching-map
- 数据结构中图的实现广度优先和宽度优先算法的C++源代码-Data structures, breadth-first and breadth-first algorithm C++ source code
WindowsFormsApplication1
- 普通位图的灰度转换以及灰度直方图显示 具体算法和源码俱在-image gray,hist
Duoduantu
- 这是我自己写的多段图的程序,是算法实验,供新手学习使用-This is my own writing multi-stage program, algorithm experiments for the novice to learn to use