搜索资源列表
jige
- 这是数学建模中图论中的几个重要的模型求解。包括最短路径的两种方法,以及加权的求法-This is the mathematical modeling of graph theory of a number of important model solution. Shortest Path, including the two methods, and the weighted Solution
tulusuanfa
- 这是一个图论的算法程序,是关于求关节点的程序,经过调试完全好用.-This is a graph algorithm procedure is a key point on the request procedures are followed, debugging completely handy.
minimalspaningtree
- 生成最小生成树的源代码,对数据结构中图论处理有帮助,有兴趣可以下-minimum spanning tree generation of source code, the data structure graph theory to help deal with are interested can make
MTSP
- 解决多商旅问题的一个源程序,对图论的处理比较有借借鉴意义-solve problems and countless more a source of graph theory can be used in handling more Significance
04081302
- 本程序实现了集合与图论中集合的有关操作交,并,补等,还有实现了各种闭包的求解。-the program with a set of graph theory involvement in the operation of pay, and make up. have achieved the closure of various solution.
sjjg_suanfaji
- 数据结构及算法C语言实现代码集.有数据结构中的常用算法源码(c语言编写),如图论算法、线性表、栈和队列的及一些常见的计算问题
mintreek
- 图论中最小生成树Kruskal算法 及画图程序 M-函数 格式 [Wt,Pp]=mintreek(n,W):n为图顶点数,W为图的带权邻接矩阵,不构成边的两顶点之间的权用inf表示。显示最小生成树的边及顶点, Wt为最小生成树的权,Pp(:,1:2)为最小生成树边的两顶点,Pp(:,3)为最小生成树的边权,Pp(:,4)为最小生成树边的序号 附图,红色连线为最小生成树的图 例如 n=6 w=inf*ones(6) w(1,[2,3,4])=[6,1,5] w(2,[3,5
Graph
- 我编写的几个图论代码,包括深搜、最小生成树、最短路径,注释我写的很详细,大家可以作为入门参考。
FLoyrC
- 在图论中经常会遇到这样的问题,在一个有向图里,求出任意两个节点之间的最短距离。我们在离散数学、数据结构课上都遇到过这个问题,在计算机网络里介绍网络层的时候好像也遇到过这个问题,记不请了... 但是书本上一律采取的是Dijkstra算法,通过Dijkstra算法可以求出单源最短路径,然后逐个节点利用Dijkstra算法就可以了。不过在这里想换换口味,采取Robert Floyd提出的算法来解决这个问题。下面让我们先把问题稍微的形式化一下
daoyou
- 用图论实现校园导游咨询,设计你所在学校的校园平面图,所含景点至少为10个
qubushu
- 图论程序全部树算法可算出任一个图的全部树-graph theory all the procedures tree algorithm can be considered as a map of all tree
用C实现的bfs源程序
- 图论算法中必学的内容之一,希望能给学习编程的学弟学妹们有所帮助-graph algorithm will learn one of the elements in hopes of giving the incoming young men and women to learn programming help
n2shorf
- 图论问题中求解各个点中任意两点的最短路问题matlab源文件-Graph theory to solve various points between any two points the shortest path problem Matlab source files
Graph12
- Euler公式来源及其应用,和图论的结合,pdf格式,-Euler formula for the sources and applications, and the combination of graph theory, pdf format,
PrimsAlgorithm
- 图论Prime算法Matlab源代码,来源www.matlabsky.cn-Prime graph theory algorithm Matlab source code, source www.matlabsky.cn
tulunsuanfa
- 图论中的各种算法及实现,编写流畅,希望有用,用pdf文档给出,编写质量比较高,适合初学图论算法的人。-A variety of data structure algorithms using C++ development, I hope useful, given a document with word, the preparation of relatively high quality, data structure suitable for beginner person.
graphtheory.pdf
- 图论,Graph Theory,第二版,Reinhard著。比较经典的书。-Graph Theory, Graph Theory, second edition, Reinhard forward. Comparison of the classic book.
zdll
- 最大流问题(邻接矩阵)图论问题lingo程序
wolf
- 狼羊白菜问题农夫带着狼、羊、白菜从河的左岸到河的右岸,农夫每次只能带一样东西多河,而且,没有农夫看管,狼会吃羊,羊会吃白菜。 提示:利用图论解决问题。(用农夫、狼、羊、白菜及其在左岸还是右岸等表示图中的顶点)-sheep
图的广度优先遍历
- 实现图的广度优先遍历程序,c语言编程,图论(A program for realizing the breadth first traversal of a graph)
