资源简介
Lab31.rar
代码片段和文件信息
// Lab31.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “Lab31.h“
#include “Lab31Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CLab31App
BEGIN_MESSAGE_MAP(CLab31App CWinApp)
//{{AFX_MSG_MAP(CLab31App)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CLab31App construction
CLab31App::CLab31App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CLab31App object
CLab31App theApp;
/////////////////////////////////////////////////////////////////////////////
// CLab31App initialization
BOOL CLab31App::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
CLab31Dlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 114748 2011-06-10 10:08 Lab31\Debug\Lab31.exe
文件 241696 2011-06-10 10:08 Lab31\Debug\Lab31.ilk
文件 14813 2011-06-10 09:52 Lab31\Debug\Lab31.obj
文件 5507504 2011-06-06 16:41 Lab31\Debug\Lab31.pch
文件 402432 2011-06-10 10:08 Lab31\Debug\Lab31.pdb
文件 2936 2011-06-10 09:13 Lab31\Debug\Lab31.res
文件 47064 2011-06-10 10:08 Lab31\Debug\Lab31Dlg.obj
文件 105936 2011-06-06 16:41 Lab31\Debug\StdAfx.obj
文件 238592 2011-06-10 10:08 Lab31\Debug\vc60.idb
文件 389120 2011-06-10 10:08 Lab31\Debug\vc60.pdb
文件 36088 2011-06-10 09:13 Lab31\Lab31.aps
文件 1528 2011-06-10 10:09 Lab31\Lab31.clw
文件 2049 2011-06-06 16:38 Lab31\Lab31.cpp
文件 4199 2011-06-06 17:16 Lab31\Lab31.dsp
文件 518 2011-06-06 17:16 Lab31\Lab31.dsw
文件 1313 2011-06-06 16:38 Lab31\Lab31.h
文件 53760 2011-06-10 10:09 Lab31\Lab31.opt
文件 964 2011-06-10 10:08 Lab31\Lab31.plg
文件 5869 2011-06-10 09:13 Lab31\Lab31.rc
文件 10768 2011-06-10 10:09 Lab31\Lab31Dlg.cpp
文件 1737 2011-06-10 09:52 Lab31\Lab31Dlg.h
文件 3561 2011-06-06 16:38 Lab31\ReadMe.txt
文件 1078 2011-06-06 16:38 Lab31\res\Lab31.ico
文件 397 2011-06-06 16:38 Lab31\res\Lab31.rc2
文件 1097 2011-06-09 09:45 Lab31\resource.h
文件 207 2011-06-06 16:38 Lab31\StdAfx.cpp
文件 1054 2011-06-06 16:38 Lab31\StdAfx.h
目录 0 2011-06-10 10:08 Lab31\Debug
目录 0 2011-06-06 16:38 Lab31\res
目录 0 2011-06-10 10:09 Lab31
............此处省略5个文件信息
- 上一篇:stm32f103双串口收发.zip
- 下一篇:红外线与超声波遥控.rar
相关资源
- 红外线与超声波遥控.rar
- stm32f103双串口收发.zip
- 实用流量仪表的原理及其应用.pdf
- jklinqing007_3877908.zip
- 中国大地构造图.jpg
- C和C游戏代码.rar
- RK_Sapphire_RK3399.rar
- rar(11)
- 计算机网络安全技术.pdf
- PowerDesigner15.1汉化文件.rar
- ooshu.rar
- jjgy_2002_1512682.zip
- 8103472bizhub_423_363_283_223.exe
- SSH中文参考手册.rar
- jizhongxi1989_2395880.zip
- chaoshi.rar
- 传感器原理试题整理.doc
- ISO13400.rar
- SpirePdfDemo.zip
- BmobDetail.zip
- FireWall.zip
- 华章数学译丛16-实分析(中文版.原书
- SpringMVC_Spring_mybatis.zip
- 10S7-1200ModbusRTU通信(3)-编写主站程序
- jie607888_1788057.zip
- MyEclipseCI2019.4.0破解文件-附破解步骤
- 亿图9破解版.zip
- jhaosui_10655933.zip
- 陆维优化排版开料4.5(破解版).zip
- scoreManager.zip
评论
共有 条评论