• 大小: 1.9MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 标签: MFC  非递归  

资源简介

MFC 随机生成迷宫 动态实现有回溯地走出迷宫 非递归

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Maze.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
};

////////

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

     文件      20004  2011-07-09 10:48  Maze\Maze\Debug\MainFrm.obj

     文件     131148  2011-07-09 23:05  Maze\Maze\Debug\Maze.exe

     文件     392184  2011-07-09 23:05  Maze\Maze\Debug\Maze.ilk

     文件      22926  2011-07-09 21:09  Maze\Maze\Debug\Maze.obj

     文件    5489912  2011-07-09 10:48  Maze\Maze\Debug\Maze.pch

     文件     541696  2011-07-09 23:05  Maze\Maze\Debug\Maze.pdb

     文件       6996  2011-07-09 10:48  Maze\Maze\Debug\Maze.res

     文件      14706  2011-07-09 10:48  Maze\Maze\Debug\MazeDoc.obj

     文件      85904  2011-07-09 23:14  Maze\Maze\Debug\MazeView.obj

     文件     105707  2011-07-09 10:48  Maze\Maze\Debug\StdAfx.obj

     文件     254976  2011-07-09 23:14  Maze\Maze\Debug\vc60.idb

     文件     397312  2011-07-09 23:05  Maze\Maze\Debug\vc60.pdb

     文件       2505  2011-07-09 09:34  Maze\Maze\MainFrm.cpp

     文件       1581  2011-07-09 09:34  Maze\Maze\MainFrm.h

     文件      28376  2011-07-09 22:39  Maze\Maze\Maze.aps

     文件       2022  2011-07-09 23:45  Maze\Maze\Maze.clw

     文件       4173  2011-07-09 09:34  Maze\Maze\Maze.cpp

     文件       4513  2011-07-09 09:34  Maze\Maze\Maze.dsp

     文件        533  2011-07-09 09:34  Maze\Maze\Maze.dsw

     文件       1334  2011-07-09 09:34  Maze\Maze\Maze.h

     文件     115712  2011-07-09 23:47  Maze\Maze\Maze.ncb

     文件      53760  2011-07-09 23:47  Maze\Maze\Maze.opt

     文件        747  2011-07-09 23:14  Maze\Maze\Maze.plg

     文件      11074  2011-07-09 10:48  Maze\Maze\Maze.rc

     文件       1702  2011-07-09 09:34  Maze\Maze\MazeDoc.cpp

     文件       1453  2011-07-09 09:34  Maze\Maze\MazeDoc.h

     文件       6549  2011-07-09 23:05  Maze\Maze\MazeView.cpp

     文件       1837  2011-07-09 21:05  Maze\Maze\MazeView.h

     文件       4263  2011-07-09 09:34  Maze\Maze\ReadMe.txt

     文件       1078  2011-07-09 09:34  Maze\Maze\res\Maze.ico

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

评论

共有 条评论