搜索资源列表
minitree
- 这是用VC实现的一个查找最小生成树的程序,界面很漂亮,实现的功能也很好。具有固定的节点,权值可以任意输入,最后确定一个最小的生成树。-This is the VC search for a minimum spanning tree procedures, a very nice interface, function very well. Having fixed nodes, the weights can be arbitrary
MiniTree
- 数据结构中最小生成树的C语言实现源代码,需要的可以下载,只适用于初学者。
minitree
- 这是用VC实现的一个查找最小生成树的程序,界面很漂亮,实现的功能也很好。具有固定的节点,权值可以任意输入,最后确定一个最小的生成树。-This is the VC search for a minimum spanning tree procedures, a very nice interface, function very well. Having fixed nodes, the weights can be arbitrary
MiniTree
- 数据结构中最小生成树的C语言实现源代码,需要的可以下载,只适用于初学者。-Minimum spanning tree data structure in the C language source code, need can be downloaded, only applies to beginners.
MiniTree
- 求解最小生成树的Matlab源程序,简单易懂。-Source file of Matlab to slove Minitree problem.
Graph
- VC++编写的数据结构图算法演示系统,可作毕业设计系统,包含深、广度遍历,最小生成树,拓扑排序,最短路径算法。-Graph algorithm operating system,include depth/breath first search,minitree,topsort,shortestpath.