资源简介
MFC 二叉排序树 建立 查询 删除 数据结构 实验
代码片段和文件信息
// bitreepx.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “bitreepx.h“
#include “bitreepxDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CBitreepxApp
BEGIN_MESSAGE_MAP(CBitreepxApp CWinApp)
//{{AFX_MSG_MAP(CBitreepxApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CBitreepxApp construction
CBitreepxApp::CBitreepxApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CBitreepxApp object
CBitreepxApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CBitreepxApp initialization
BOOL CBitreepxApp::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
CBitreepxDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-05-08 17:49 bitreepx\
文件 36416 2011-05-08 17:48 bitreepx\bitreepx.aps
文件 1642 2011-05-08 17:49 bitreepx\bitreepx.clw
文件 2091 2011-05-08 00:13 bitreepx\bitreepx.cpp
文件 4195 2011-05-08 00:13 bitreepx\bitreepx.dsp
文件 522 2011-05-08 00:13 bitreepx\bitreepx.dsw
文件 1346 2011-05-08 00:13 bitreepx\bitreepx.h
文件 50176 2011-05-08 17:49 bitreepx\bitreepx.ncb
文件 55808 2011-05-08 17:49 bitreepx\bitreepx.opt
文件 689 2011-05-08 17:49 bitreepx\bitreepx.plg
文件 6326 2011-05-08 17:48 bitreepx\bitreepx.rc
文件 8189 2011-05-08 14:49 bitreepx\bitreepxDlg.cpp
文件 2098 2011-05-08 03:30 bitreepx\bitreepxDlg.h
目录 0 2011-05-08 17:49 bitreepx\Debug\
文件 114745 2011-05-08 17:49 bitreepx\Debug\bitreepx.exe
文件 247612 2011-05-08 17:49 bitreepx\Debug\bitreepx.ilk
文件 24875 2011-05-08 03:30 bitreepx\Debug\bitreepx.obj
文件 5493172 2011-05-08 00:57 bitreepx\Debug\bitreepx.pch
文件 402432 2011-05-08 17:49 bitreepx\Debug\bitreepx.pdb
文件 3264 2011-05-08 17:49 bitreepx\Debug\bitreepx.res
文件 52245 2011-05-08 14:49 bitreepx\Debug\bitreepxDlg.obj
文件 105475 2011-05-08 00:57 bitreepx\Debug\StdAfx.obj
文件 254976 2011-05-08 17:49 bitreepx\Debug\vc60.idb
文件 438272 2011-05-08 14:49 bitreepx\Debug\vc60.pdb
文件 3615 2011-05-08 00:13 bitreepx\ReadMe.txt
目录 0 2011-05-08 00:13 bitreepx\res\
文件 1100 2011-05-08 17:43 bitreepx\resource.h
文件 1078 2011-05-08 00:13 bitreepx\res\bitreepx.ico
文件 400 2011-05-08 00:13 bitreepx\res\bitreepx.rc2
文件 210 2011-05-08 00:13 bitreepx\StdAfx.cpp
文件 1054 2011-05-08 00:13 bitreepx\StdAfx.h
............此处省略0个文件信息
相关资源
- 图形学实验 多边形的扫描转换 扫面线
- opencv结合MFC进行人脸检测
- MFC TCP/IP 网络 多人聊天室
- MFC俄罗斯方块源码
- VC6下开发的des邮件加密系统
- MFC 拖曳文件获得文件路径
- MFC简易计算器
- MFC编程实现socket通信
- MFC 使用sqlite3
- MFC界面设计
- 推箱子 源代码 MFC
- MFC DEM内插等高线
- MFC做的小游戏连连看(含音乐含设置
- 基于C++ MFC的学生宿舍管理系统
- 宿舍管理系统C++MFC项目
- 基于MFC的嗅探器
- vc/mfc 视频录制功能
- 实现客户端与服务端的文件传输
- QQ聊天工具实现,包含客户端服务器程
- C++ MFC 带进度条的状态栏源码
- 基于单片机的温湿度采集系统/VC++上位
- 基于MFC对话框的科学计算器(加强版
- 计算机图形学大作业简易绘图板mfc
- 基于C++/Access的宿舍管理系统
- 代码mfcc的pro
- 给力仿真电梯MFC源码含报告
- 基于SIFT多幅图像拼接系统 毕设源码
- 计算机图形学OPENGL 动画代码
- MFC ADO方法链接SQlServer数据库vc6实现
- VS2003 MFC串口源码,通过修改可以变成
评论
共有 条评论