资源简介
完全使用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个文件信息
相关资源
- 利用C++哈希表的方法实现电话号码查
- 学校超市选址问题(数据结构C语言版
- 数据结构,迷宫问题C语言版源代码
- DSDEMO-C演示(数据结构C语言版 严蔚敏
- 数据结构 图的遍历源代码
- 数据结构实验源代码集
- 实验报告:数据结构长整数四则运算
- 数据结构教程李春葆第五版书中例题
- 吕鑫vc6c++数据结构视频源码
- 数据结构教程李春葆第五版课后答案
- 李春葆课后习题答案(数据结构教材
- 数据结构1800题 题+答案(全)
- 数据结构(C语言版)ppt课件,清华,
- c++常用游戏算法及数据结构设计
- 数据结构超全面复习导图
- 《Data Structures and Algorithm Analysis in C
- 数据结构C语言版教学笔记严蔚敏
- 数据结构C语言版期末考试试题(有答
- 多功能计算器实现C++代码以及代码详
- C语言数据结构银行客户排队
- C语言实现栈操作
- 简易学生管理系统源码 数据结构 大作
- 数据结构与C语言综合习题集
- 数据结构实验——赫夫曼树相关
- C语言进阶源码---基于graphics实现图书
- 数据结构——C++语言描述 陈慧南
- 广东工业大学数据结构课程设计航空
- 数据结构课程设计扑克牌排序
- 数据结构各种算法实现(C++模板),
- (严版C语言版数据结构源码.rar
评论
共有 条评论