• 大小: 0.03M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: C/C++
  • 标签: c  

资源简介


输入顶点和权, 显示领接矩阵,还有最短路径 方便好用。

资源截图

代码片段和文件信息

// 426.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “426.h“
#include “426Dlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CMy426App

BEGIN_MESSAGE_MAP(CMy426App CWinApp)
//{{AFX_MSG_MAP(CMy426App)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CMy426App construction

CMy426App::CMy426App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CMy426App object

CMy426App theApp;

/////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      21384  2011-05-03 14:38  090410307 安玉松 vc6\426.aps

     文件       1577  2011-05-03 14:38  090410307 安玉松 vc6\426.clw

     文件       2043  2011-05-02 14:32  090410307 安玉松 vc6\426.cpp

     文件       4105  2011-05-02 14:32  090410307 安玉松 vc6\426.dsp

     文件        514  2011-05-02 14:32  090410307 安玉松 vc6\426.dsw

     文件       1301  2011-05-02 14:32  090410307 安玉松 vc6\426.h

     文件      66560  2011-05-03 14:38  090410307 安玉松 vc6\426.ncb

     文件      51712  2011-05-03 14:38  090410307 安玉松 vc6\426.opt

     文件        511  2011-05-03 14:37  090410307 安玉松 vc6\426.plg

     文件       6009  2011-05-02 23:28  090410307 安玉松 vc6\426.rc

     文件       7012  2011-05-03 14:37  090410307 安玉松 vc6\426Dlg.cpp

     文件       1457  2011-05-02 16:35  090410307 安玉松 vc6\426Dlg.h

     文件       3531  2011-05-02 14:32  090410307 安玉松 vc6\ReadMe.txt

     文件       1078  2011-05-02 14:32  090410307 安玉松 vc6\res\426.ico

     文件        395  2011-05-02 14:32  090410307 安玉松 vc6\res\426.rc2

     文件       1049  2011-05-02 16:32  090410307 安玉松 vc6\resource.h

     文件        205  2011-05-02 14:32  090410307 安玉松 vc6\StdAfx.cpp

     文件       1054  2011-05-02 14:32  090410307 安玉松 vc6\StdAfx.h

     目录          0  2011-05-03 14:38  090410307 安玉松 vc6\Debug

     目录          0  2011-05-03 14:38  090410307 安玉松 vc6\res

     目录          0  2011-05-03 14:38  090410307 安玉松 vc6

----------- ---------  ---------- -----  ----

               171497                    21


评论

共有 条评论