文件名称:shortest-path
介绍说明--下载内容均来自于网络,请自行研究使用
这是用MFC写的,开发环境是VC++。
它能完成最短路径求解,并以列表的形式显示从起点到各点的最短路径,同时能以图形显示出待求解的路径图。画图部分使用的是MFC的GDI绘图。-It`s a MFC project and yhe development environment is VC++.It sloves the problem of shortest path.It shows the shortest path the source point to the other points in a list.AS well,it shows the relationship of every point in a graph.I use the GDI of MFC to complete this.
它能完成最短路径求解,并以列表的形式显示从起点到各点的最短路径,同时能以图形显示出待求解的路径图。画图部分使用的是MFC的GDI绘图。-It`s a MFC project and yhe development environment is VC++.It sloves the problem of shortest path.It shows the shortest path the source point to the other points in a list.AS well,it shows the relationship of every point in a graph.I use the GDI of MFC to complete this.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
最短路径(MFC)\readme.txt
.............\最短路径工程\AFXTEMPL.H
.............\............\Debug\path.bsc
.............\............\.....\path.exe
.............\............\.....\path.ilk
.............\............\.....\path.obj
.............\............\.....\path.pch
.............\............\.....\path.pdb
.............\............\.....\path.res
.............\............\.....\path.sbr
.............\............\.....\pathDlg.obj
.............\............\.....\pathDlg.sbr
.............\............\.....\StdAfx.obj
.............\............\.....\StdAfx.sbr
.............\............\.....\vc60.idb
.............\............\.....\vc60.pdb
.............\............\path.aps
.............\............\path.clw
.............\............\path.cpp
.............\............\path.dsp
.............\............\path.dsw
.............\............\path.h
.............\............\path.ncb
.............\............\path.opt
.............\............\path.plg
.............\............\path.rc
.............\............\pathDlg.cpp
.............\............\pathDlg.h
.............\............\ReadMe.txt
.............\............\res\path.ico
.............\............\...\path.rc2
.............\............\...\西瓜.ico
.............\............\resource.h
.............\............\StdAfx.cpp
.............\............\StdAfx.h
.............\............\捕获.PNG
.............\............\Debug
.............\............\res
.............\最短路径工程
最短路径(MFC)