• 大小: 320KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-04
  • 语言: C/C++
  • 标签: B*算法  

资源简介

B*算法 C++实现 适合初学者学习研究该算法 找了好久才找到的

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “PathThinker.h“

#include “MainFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

/

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

     文件       2512  2010-05-20 14:41  PathCompare\MainFrm.cpp

     文件       1581  2010-05-20 14:41  PathCompare\MainFrm.h

     文件       1544  2011-03-29 17:01  PathCompare\MapCell.h

     文件       3196  2011-03-29 17:45  PathCompare\MapUtils.cpp

     文件        709  2010-08-09 19:26  PathCompare\MapUtils.h

     文件      28388  2011-03-29 16:44  PathCompare\PathThinker.aps

     文件       2137  2011-03-29 16:59  PathCompare\PathThinker.clw

     文件       3998  2010-05-20 14:41  PathCompare\PathThinker.cpp

     文件       4743  2010-05-20 21:13  PathCompare\PathThinker.dsp

     文件       1411  2010-05-20 14:41  PathCompare\PathThinker.h

     文件       1977  2011-03-30 23:44  PathCompare\PathThinker.plg

     文件      10913  2010-10-26 12:34  PathCompare\PathThinker.rc

     文件      23951  2011-03-30 23:23  PathCompare\PathThinkerDoc.cpp

     文件       2080  2011-03-30 23:23  PathCompare\PathThinkerDoc.h

     文件      12008  2011-03-30 23:24  PathCompare\PathThinkerView.cpp

     文件       2948  2011-03-30 23:22  PathCompare\PathThinkerView.h

     文件       4431  2010-05-20 14:41  PathCompare\ReadMe.txt

     文件       1078  2010-05-20 14:41  PathCompare\res\PathThinker.ico

     文件        403  2010-05-20 14:41  PathCompare\res\PathThinker.rc2

     文件       1078  2010-05-20 14:41  PathCompare\res\PathThinkerDoc.ico

    ..A.SH.      6656  2011-01-12 16:47  PathCompare\res\Thumbs.db

     文件        958  2010-10-26 12:34  PathCompare\res\Toolbar.bmp

     文件        879  2010-10-26 12:26  PathCompare\resource.h

     文件        213  2010-05-20 14:41  PathCompare\StdAfx.cpp

     文件        999  2010-05-20 14:41  PathCompare\StdAfx.h

     目录          0  2011-03-30 23:46  PathCompare\Debug

     目录          0  2011-03-30 23:35  PathCompare\Release

     目录          0  2011-01-12 16:47  PathCompare\res

     目录          0  2011-03-30 23:39  PathCompare

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

............此处省略2个文件信息

评论

共有 条评论

相关资源