• 大小: 2.12MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-15
  • 语言: C/C++
  • 标签: 数据结构  

资源简介

完全使用C++语言编程的数据结构动画,实现其基本功能。

资源截图

代码片段和文件信息

// classO9532  30.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “classO9532  30.h“

#include “MainFrm.h“
#include “classO9532  30Doc.h“
#include “classO9532  30View.h“

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

/////////////////////////////////////////////////////////////////////////////
// CClassO953230App

BEGIN_MESSAGE_MAP(CClassO953230App CWinApp)
//{{AFX_MSG_MAP(CClassO953230App)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CClassO953230App construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CClassO953230App object

CClassO953230App theApp;

/////////////////////////////////////////////////////////////////////////////
// CClassO953230App initialization

BOOL CClassO953230App::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

// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));

LoadStdProfileSettings();  // Load standard INI file options (including MRU)

// Register the application‘s document templates.  Document templates
//  serve as the connection between documents frame windows and views.

CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CClassO953230Doc)
RUNTIME_CLASS(CMainframe)       // main SDI frame window
RUNTIME_CLASS(CClassO953230View));
AddDocTemplate(pDocTemplate);

// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);

// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;

// The one and only window has been initialized so show and update it.
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();

retur

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

     文件    1367776  2010-06-30 19:25  classO9532\classO9532  30.aps

     文件       1787  2010-07-01 15:29  classO9532\classO9532  30.clw

     文件       4230  2010-06-28 15:29  classO9532\classO9532  30.cpp

     文件       4985  2010-06-30 19:42  classO9532\classO9532  30.dsp

     文件        536  2010-06-28 15:29  classO9532\classO9532  30.dsw

     文件       1428  2010-06-28 15:29  classO9532\classO9532  30.h

     文件      66560  2010-07-04 22:57  classO9532\classO9532  30.ncb

     文件      54784  2010-07-04 22:57  classO9532\classO9532  30.opt

     文件        262  2010-07-04 22:57  classO9532\classO9532  30.plg

     文件       9840  2010-06-30 19:25  classO9532\classO9532  30.rc

     文件       1868  2010-06-28 15:29  classO9532\classO9532  30Doc.cpp

     文件       1543  2010-06-28 15:29  classO9532\classO9532  30Doc.h

     文件       6048  2010-07-01 22:55  classO9532\classO9532  30View.cpp

     文件       2136  2010-07-01 13:10  classO9532\classO9532  30View.h

     文件    1732684  2010-07-04 22:56  classO9532\Debug\classO9532  30.exe

     文件     312500  2010-07-04 22:56  classO9532\Debug\classO9532  30.ilk

     文件      23010  2010-06-28 15:30  classO9532\Debug\classO9532  30.obj

     文件    5507044  2010-06-28 15:30  classO9532\Debug\classO9532  30.pch

     文件     508928  2010-07-04 22:56  classO9532\Debug\classO9532  30.pdb

     文件    1347200  2010-07-04 22:56  classO9532\Debug\classO9532  30.res

     文件      14845  2010-06-28 15:30  classO9532\Debug\classO9532  30Doc.obj

     文件      28584  2010-07-01 22:55  classO9532\Debug\classO9532  30View.obj

     文件      18822  2010-06-30 20:04  classO9532\Debug\MainFrm.obj

     文件     105457  2010-06-28 15:30  classO9532\Debug\StdAfx.obj

     文件     222208  2010-07-04 22:57  classO9532\Debug\vc60.idb

     文件     372736  2010-07-01 22:55  classO9532\Debug\vc60.pdb

     文件       2141  2010-06-30 20:04  classO9532\MainFrm.cpp

     文件       1553  2010-06-28 15:29  classO9532\MainFrm.h

     文件       4166  2010-06-28 15:29  classO9532\ReadMe.txt

     文件      15678  2010-06-30 19:25  classO9532\res\1.bmp

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

评论

共有 条评论