文件名称:data-structure-Graph
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:2.91mb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
本软件围绕无向图的应用这一主题,用图形化的界面实现了无向图的建立、显示邻接表、动态构造最小生成树(分别利用Prim算法和Kruscal算法)、查找最短路径等功能。
具体功能:
给定一个图,完成:
(1) 建立并显示出它的邻接链表
(2) 分别用普里姆算法和克鲁斯卡尔算法构造其最小生成树,随时显示其构造的过程
(3) 给出某一确定顶点到所有其他顶点的最短路径
(4) 给出每一对顶点之间的最短路径
说明:程序开发时所用的文件和源码在文件夹“配套文件”中提供。另附说明文档。-This software around the theme of directed graph, use the graphical interface to achieve the establishment of an undirected graph, showing the adjacent table, the dynamic construction of minimum spanning tree (Prim algorithm and Kruscal algorithm), find the shortest path.
Specific features:
Given a graph, complete:
(1) to establish and demonstrate its adjacency lists
(2) the algorithm of Prim and Kruskal algorithm construct the minimum spanning tree, ready to show the process of its construction
(3) gives the shortest path to determine a vertex to all other vertices
(4) gives the shortest path between each pair of vertices
Descr iption: used in program development and source files in the folder "supporting documents". Attach a separate sheet document.
具体功能:
给定一个图,完成:
(1) 建立并显示出它的邻接链表
(2) 分别用普里姆算法和克鲁斯卡尔算法构造其最小生成树,随时显示其构造的过程
(3) 给出某一确定顶点到所有其他顶点的最短路径
(4) 给出每一对顶点之间的最短路径
说明:程序开发时所用的文件和源码在文件夹“配套文件”中提供。另附说明文档。-This software around the theme of directed graph, use the graphical interface to achieve the establishment of an undirected graph, showing the adjacent table, the dynamic construction of minimum spanning tree (Prim algorithm and Kruscal algorithm), find the shortest path.
Specific features:
Given a graph, complete:
(1) to establish and demonstrate its adjacency lists
(2) the algorithm of Prim and Kruskal algorithm construct the minimum spanning tree, ready to show the process of its construction
(3) gives the shortest path to determine a vertex to all other vertices
(4) gives the shortest path between each pair of vertices
Descr iption: used in program development and source files in the folder "supporting documents". Attach a separate sheet document.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
配套文件/课程设计-1/bin/Debug/alGraph.dll
配套文件/课程设计-1/bin/Debug/alGraph.pdb
配套文件/课程设计-1/bin/Debug/background.jpg
配套文件/课程设计-1/bin/Debug/mGraph.dll
配套文件/课程设计-1/bin/Debug/mGraph.pdb
配套文件/课程设计-1/bin/Debug/课程设计-1.exe
配套文件/课程设计-1/bin/Debug/课程设计-1.pdb
配套文件/课程设计-1/bin/Debug/课程设计-1.vshost.exe
配套文件/课程设计-1/bin/Debug/课程设计-1.vshost.exe.manifest
配套文件/课程设计-1/Form1.cs
配套文件/课程设计-1/Form1.Designer.cs
配套文件/课程设计-1/Form1.resx
配套文件/课程设计-1/FormKruscal.cs
配套文件/课程设计-1/FormKruscal.Designer.cs
配套文件/课程设计-1/FormKruscal.resx
配套文件/课程设计-1/FormMain.cs
配套文件/课程设计-1/FormMain.Designer.cs
配套文件/课程设计-1/FormMain.resx
配套文件/课程设计-1/FormPrim.cs
配套文件/课程设计-1/FormPrim.Designer.cs
配套文件/课程设计-1/FormPrim.resx
配套文件/课程设计-1/FormShortPath.cs
配套文件/课程设计-1/FormShortPath.Designer.cs
配套文件/课程设计-1/FormShortPath.resx
配套文件/课程设计-1/FormWeight.cs
配套文件/课程设计-1/FormWeight.Designer.cs
配套文件/课程设计-1/FormWeight.resx
配套文件/课程设计-1/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
配套文件/课程设计-1/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
配套文件/课程设计-1/obj/x86/Debug/GenerateResource.read.1.tlog
配套文件/课程设计-1/obj/x86/Debug/GenerateResource.write.1.tlog
配套文件/课程设计-1/obj/x86/Debug/ResolveAssemblyReference.cache
配套文件/课程设计-1/obj/x86/Debug/课程设计-1.csproj.FileListAbsolute.txt
配套文件/课程设计-1/obj/x86/Debug/课程设计-1.exe
配套文件/课程设计-1/obj/x86/Debug/课程设计-1.pdb
配套文件/课程设计-1/obj/x86/Debug/课程设计_1.Form1.resources
配套文件/课程设计-1/obj/x86/Debug/课程设计_1.FormKruscal.resources
配套文件/课程设计-1/obj/x86/Debug/课程设计_1.FormMain.resources
配套文件/课程设计-1/obj/x86/Debug/课程设计_1.FormPrim.resources
配套文件/课程设计-1/obj/x86/Debug/课程设计_1.FormShortPath.resources
配套文件/课程设计-1/obj/x86/Debug/课程设计_1.FormWeight.resources
配套文件/课程设计-1/obj/x86/Debug/课程设计_1.Properties.Resources.resources
配套文件/课程设计-1/Program.cs
配套文件/课程设计-1/Properties/AssemblyInfo.cs
配套文件/课程设计-1/Properties/Resources.Designer.cs
配套文件/课程设计-1/Properties/Resources.resx
配套文件/课程设计-1/Properties/Settings.Designer.cs
配套文件/课程设计-1/Properties/Settings.settings
配套文件/课程设计-1/tubiao.ico
配套文件/课程设计-1/课程设计-1.csproj
配套文件/课程设计-1/课程设计-1.csproj.user
配套文件/课程设计-1.sln
配套文件/课程设计-1.suo
源代码清单/alGraph类库中的代码.docx
源代码清单/mGraph类库中的代码.docx
源代码清单/Windows窗体程序中的代码.docx
Setup.exe
说明.doc
配套文件/课程设计-1/obj/x86/Debug/TempPE
配套文件/课程设计-1/obj/x86/Debug
配套文件/课程设计-1/obj/x86/Release
配套文件/课程设计-1/bin/Debug
配套文件/课程设计-1/bin/Release
配套文件/课程设计-1/obj/x86
配套文件/课程设计-1/bin
配套文件/课程设计-1/obj
配套文件/课程设计-1/Properties
配套文件/课程设计-1
配套文件
源代码清单
配套文件/课程设计-1/bin/Debug/alGraph.pdb
配套文件/课程设计-1/bin/Debug/background.jpg
配套文件/课程设计-1/bin/Debug/mGraph.dll
配套文件/课程设计-1/bin/Debug/mGraph.pdb
配套文件/课程设计-1/bin/Debug/课程设计-1.exe
配套文件/课程设计-1/bin/Debug/课程设计-1.pdb
配套文件/课程设计-1/bin/Debug/课程设计-1.vshost.exe
配套文件/课程设计-1/bin/Debug/课程设计-1.vshost.exe.manifest
配套文件/课程设计-1/Form1.cs
配套文件/课程设计-1/Form1.Designer.cs
配套文件/课程设计-1/Form1.resx
配套文件/课程设计-1/FormKruscal.cs
配套文件/课程设计-1/FormKruscal.Designer.cs
配套文件/课程设计-1/FormKruscal.resx
配套文件/课程设计-1/FormMain.cs
配套文件/课程设计-1/FormMain.Designer.cs
配套文件/课程设计-1/FormMain.resx
配套文件/课程设计-1/FormPrim.cs
配套文件/课程设计-1/FormPrim.Designer.cs
配套文件/课程设计-1/FormPrim.resx
配套文件/课程设计-1/FormShortPath.cs
配套文件/课程设计-1/FormShortPath.Designer.cs
配套文件/课程设计-1/FormShortPath.resx
配套文件/课程设计-1/FormWeight.cs
配套文件/课程设计-1/FormWeight.Designer.cs
配套文件/课程设计-1/FormWeight.resx
配套文件/课程设计-1/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache
配套文件/课程设计-1/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache
配套文件/课程设计-1/obj/x86/Debug/GenerateResource.read.1.tlog
配套文件/课程设计-1/obj/x86/Debug/GenerateResource.write.1.tlog
配套文件/课程设计-1/obj/x86/Debug/ResolveAssemblyReference.cache
配套文件/课程设计-1/obj/x86/Debug/课程设计-1.csproj.FileListAbsolute.txt
配套文件/课程设计-1/obj/x86/Debug/课程设计-1.exe
配套文件/课程设计-1/obj/x86/Debug/课程设计-1.pdb
配套文件/课程设计-1/obj/x86/Debug/课程设计_1.Form1.resources
配套文件/课程设计-1/obj/x86/Debug/课程设计_1.FormKruscal.resources
配套文件/课程设计-1/obj/x86/Debug/课程设计_1.FormMain.resources
配套文件/课程设计-1/obj/x86/Debug/课程设计_1.FormPrim.resources
配套文件/课程设计-1/obj/x86/Debug/课程设计_1.FormShortPath.resources
配套文件/课程设计-1/obj/x86/Debug/课程设计_1.FormWeight.resources
配套文件/课程设计-1/obj/x86/Debug/课程设计_1.Properties.Resources.resources
配套文件/课程设计-1/Program.cs
配套文件/课程设计-1/Properties/AssemblyInfo.cs
配套文件/课程设计-1/Properties/Resources.Designer.cs
配套文件/课程设计-1/Properties/Resources.resx
配套文件/课程设计-1/Properties/Settings.Designer.cs
配套文件/课程设计-1/Properties/Settings.settings
配套文件/课程设计-1/tubiao.ico
配套文件/课程设计-1/课程设计-1.csproj
配套文件/课程设计-1/课程设计-1.csproj.user
配套文件/课程设计-1.sln
配套文件/课程设计-1.suo
源代码清单/alGraph类库中的代码.docx
源代码清单/mGraph类库中的代码.docx
源代码清单/Windows窗体程序中的代码.docx
Setup.exe
说明.doc
配套文件/课程设计-1/obj/x86/Debug/TempPE
配套文件/课程设计-1/obj/x86/Debug
配套文件/课程设计-1/obj/x86/Release
配套文件/课程设计-1/bin/Debug
配套文件/课程设计-1/bin/Release
配套文件/课程设计-1/obj/x86
配套文件/课程设计-1/bin
配套文件/课程设计-1/obj
配套文件/课程设计-1/Properties
配套文件/课程设计-1
配套文件
源代码清单
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.