91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.88MB
    文件類型: .rar
    金幣: 2
    下載: 1 次
    發布日期: 2023-08-31
  • 語言: C/C++
  • 標簽: 二叉樹??建立??顯示??

資源簡介

用VC6.0做的MFC小程序 用于二叉樹的建立和顯示(畫圖形式顯示)。畫圖時坐標確定采用滿二叉樹法確定

資源截圖

代碼片段和文件信息

//?shu2.cpp?:?Defines?the?class?behaviors?for?the?application.
//

#include?“stdafx.h“
#include?“shu2.h“
#include?“shu2Dlg.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CShu2App

BEGIN_MESSAGE_MAP(CShu2App?CWinApp)
//{{AFX_MSG_MAP(CShu2App)
//?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()

/////////////////////////////////////////////////////////////////////////////
//?CShu2App?construction

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

/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CShu2App?object

CShu2App?theApp;

/////////////////////////////////////////////////////////////////////////////
//?CShu2App?initialization

BOOL?CShu2App::InitInstance()
{
AfxEnableControlContainer();

//?Standard?initialization
//?If?you?are?not?using?these?features?and?wish?to?reduce?the?size
//??of?your?final?executable?you?should?remove?from?the?following
//??the?specific?initialization?routines?you?do?not?need.

#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif

CShu2Dlg?dlg;
m_pMainWnd?=?&dlg;
int?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?OK
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?Cancel
}

//?Since?the?dialog?has?been?closed?return?FALSE?so?that?we?exit?the
//??application?rather?than?start?the?application‘s?message?pump.
return?FALSE;
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件?????118856??2011-05-03?18:10??shu2\Debug\shu2.exe

?????文件?????315596??2011-05-03?18:10??shu2\Debug\shu2.ilk

?????文件??????14359??2011-04-18?23:39??shu2\Debug\shu2.obj

?????文件????5498748??2011-04-18?23:39??shu2\Debug\shu2.pch

?????文件?????386048??2011-05-03?18:10??shu2\Debug\shu2.pdb

?????文件???????3176??2011-05-03?18:10??shu2\Debug\shu2.res

?????文件??????61966??2011-04-24?16:30??shu2\Debug\shu2Dlg.obj

?????文件?????105480??2011-04-18?23:39??shu2\Debug\StdAfx.obj

?????文件?????197632??2011-05-03?18:10??shu2\Debug\vc60.idb

?????文件?????364544??2011-04-20?19:10??shu2\Debug\vc60.pdb

?????文件???????3543??2011-04-16?11:20??shu2\ReadMe.txt

?????文件???????1078??2011-04-16?11:20??shu2\res\shu2.ico

?????文件????????396??2011-04-16?11:20??shu2\res\shu2.rc2

?????文件????????958??2011-04-18?23:10??shu2\resource.h

?????文件??????36260??2011-05-03?18:10??shu2\shu2.aps

?????文件???????1543??2011-05-03?18:10??shu2\shu2.clw

?????文件???????2035??2011-04-16?11:20??shu2\shu2.cpp

?????文件???????4123??2011-04-16?11:20??shu2\shu2.dsp

?????文件????????516??2011-04-16?11:20??shu2\shu2.dsw

?????文件???????1302??2011-04-16?11:20??shu2\shu2.h

?????文件??????66560??2011-05-03?18:10??shu2\shu2.ncb

?????文件??????53760??2011-05-03?18:10??shu2\shu2.opt

?????文件????????680??2011-05-03?18:10??shu2\shu2.plg

?????文件???????6321??2011-05-03?18:10??shu2\shu2.rc

?????文件??????12674??2011-04-20?19:10??shu2\shu2Dlg.cpp

????I.A....??????1408??2011-04-18?23:08??shu2\shu2Dlg.h

?????文件????????206??2011-04-16?11:20??shu2\StdAfx.cpp

?????文件???????1054??2011-04-16?11:20??shu2\StdAfx.h

?????文件?????114688??2011-04-20?18:38??shu2\樹.doc

?????目錄??????????0??2011-05-03?18:10??shu2\Debug

............此處省略5個文件信息

評論

共有 條評論