资源简介
用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个文件信息
相关资源
- STM32F407驱动OLED显示DS18B20数字温度
- 显示屏操作(stm32f103c8t6(SAN))
- Proteus仿真:LCD液晶屏显示.rar
- basler相机图像采集和显示
- IIC-OLED显示屏新资料(SSD1306)
- 串口数据采集及显示
- 利用C++类实现PNG图像读写及显示
- RC522射频模块读取S50卡中信息并通过
- 二叉树排序树建立及平衡处理
- 基于C51与1602液晶显示屏的万年历电子
- opengl源代码,全是精华!
- MFC多文档应用程序同时显示两个视图
- 使用平衡二叉树管理的学生管理系统
- VC++6.0编程实现MIF文件点集读取与凸壳
- OpenCV打开摄像机显示在MFC窗口工程源
- 图像处理方面学习的好MFC显示直方图
- 三维地形显示代码
- MFC带百分比文字显示的进度条
- vc++和OpenGL实现三维地形实时动态显示
- 家族成员信息管理系统
- mfc打开并显示BMP图片
- MFC+OpenGL三维建模与动画显示
- VC++获取网上股市数据并实时图表显示
- C++显示GIF动画和图片
- 二叉树 VC6.0 MFC实现 数据结构
- STL文件读取、显示、操作、控制、分
- MFC中使用OpenCV显示选定文件夹中所有
- MFC图片浏览器
- 简易的心电采集电路,包括下位机编
- VC++直方图均衡化显示图像及直方图
评论
共有 条评论