资源简介
C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++C++
代码片段和文件信息
// AM_Screening_0.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “AM_Screening_0.h“
#include “MainFrm.h“
#include “AM_Screening_0Doc.h“
#include “AM_Screening_0View.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CAM_Screening_0App
BEGIN_MESSAGE_MAP(CAM_Screening_0App CWinApp)
//{{AFX_MSG_MAP(CAM_Screening_0App)
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)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CAM_Screening_0App construction
CAM_Screening_0App::CAM_Screening_0App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CAM_Screening_0App object
CAM_Screening_0App theApp;
/////////////////////////////////////////////////////////////////////////////
// CAM_Screening_0App initialization
BOOL CAM_Screening_0App::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(CAM_Screening_0Doc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CAM_Screening_0View));
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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 29772 2008-12-24 19:03 印前加网程序\AM_Screening_0.aps
文件 2581 2008-12-24 19:04 印前加网程序\AM_Screening_0.clw
文件 4353 2008-12-19 22:49 印前加网程序\AM_Screening_0.cpp
文件 4844 2008-12-19 23:29 印前加网程序\AM_Screening_0.dsp
文件 553 2008-12-19 22:49 印前加网程序\AM_Screening_0.dsw
文件 1444 2008-12-19 22:49 印前加网程序\AM_Screening_0.h
文件 238592 2009-07-08 16:10 印前加网程序\AM_Screening_0.ncb
文件 54784 2009-07-08 16:10 印前加网程序\AM_Screening_0.opt
文件 262 2009-07-08 16:10 印前加网程序\AM_Screening_0.plg
文件 12227 2008-12-22 19:56 印前加网程序\AM_Screening_0.rc
文件 1826 2008-12-21 12:04 印前加网程序\AM_Screening_0Doc.cpp
文件 1452 2008-12-21 12:01 印前加网程序\AM_Screening_0Doc.h
文件 13081 2008-12-24 10:33 印前加网程序\AM_Screening_0View.cpp
文件 2265 2008-12-22 19:56 印前加网程序\AM_Screening_0View.h
文件 38639 2008-10-27 22:31 印前加网程序\cdib.cpp
文件 3643 2008-10-27 22:31 印前加网程序\cdib.h
文件 2546 2008-12-20 13:16 印前加网程序\MainFrm.cpp
文件 1581 2008-12-19 22:49 印前加网程序\MainFrm.h
文件 4503 2008-12-19 22:49 印前加网程序\ReadMe.txt
文件 1078 2008-12-19 22:49 印前加网程序\res\AM_Screening_0.ico
文件 406 2008-12-19 22:49 印前加网程序\res\AM_Screening_0.rc2
文件 1078 2008-12-19 22:49 印前加网程序\res\AM_Screening_0Doc.ico
文件 1078 2008-12-19 22:49 印前加网程序\res\Toolbar.bmp
文件 836 2008-12-22 19:56 印前加网程序\resource.h
文件 216 2008-12-19 22:49 印前加网程序\StdAfx.cpp
文件 1054 2008-12-19 22:49 印前加网程序\StdAfx.h
文件 6127 2008-12-24 17:27 印前加网程序\对比图\1.png
文件 41599 2008-12-24 17:24 印前加网程序\对比图\2.png
文件 30043 2008-12-24 17:22 印前加网程序\对比图\3.png
文件 38363 2008-12-24 17:21 印前加网程序\对比图\4.png
............此处省略28个文件信息
- 上一篇:C语言双语词汇对照表
- 下一篇:c语言实现的动态规划求最短路径长度
相关资源
- 分治法求格雷码的C语言代码
- 使用vc++6.0调用opencv库函数生成5*5单位
- usb_hid_vc++6.0读写设备源码
- VC++6.0写的网络爬虫程序
- VC++6.0下编译通过JSONjsoncpp-src-0.5.0
- 计算机图形学作业原创C/C++ VC++6.0,
- VC++6.0编写的画图软件
- 基于VC++6.0的串口实时数据采集及实时
- mfc42d.dll、mfco42d.dll、msvcrtd.dll
- VC++6.0修复工具FileTool
- VC++6.0补丁FileTool解决VC++6.0打开文件崩
- 贪吃蛇游戏(Visual C++6.0实现)
- VC++6.0 行号插件+注册码算号器
- ANSI_C标准函数库__C语言所有库函数_
- vc++时尚编程100例vc++6.0时尚编程百例配
- VC++6.0
- vc++6.0初学入门教程(PDF编辑版)
- Vc++6.0中文版
- vC++6.0 绿色版
- vc++6.0程序调试步骤
- vc++6.0 (32位64位都可以)
- Visual C++ 6 .0 多媒体开发指南.pdf
- VC++6.0连接ORACLE
- vc++6.0鼠标钩子程序
- C语音单元测试VC++6.0中CUnit的完美
- 计算机图形学作业源程序
- 一个最简单的VC++6.0数据库
- VC++6.0 MFC 围棋程序
- 图像处理中傅立叶变换离散余弦变换
- 利用摄像头动态人脸识别的系统,V
评论
共有 条评论