资源简介
张友生博士所著《远程控制编程技术》及 VC++源代码
文档齐全 代码较全 值得下载
代码片段和文件信息
// getimage.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “getimage.h“
#include “getimageDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CGetimageApp
BEGIN_MESSAGE_MAP(CGetimageApp CWinApp)
//{{AFX_MSG_MAP(CGetimageApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CGetimageApp construction
CGetimageApp::CGetimageApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CGetimageApp object
CGetimageApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CGetimageApp initialization
BOOL CGetimageApp::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
CGetimageDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 106628 2013-03-27 00:21 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\Debug\getimage.exe
文件 206892 2013-03-27 00:21 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\Debug\getimage.ilk
文件 14517 2013-03-27 00:21 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\Debug\getimage.obj
文件 5502004 2013-03-27 00:21 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\Debug\getimage.pch
文件 279552 2013-03-27 00:21 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\Debug\getimage.pdb
文件 2196 2013-03-27 00:21 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\Debug\getimage.res
文件 24324 2013-03-27 00:21 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\Debug\getimageDlg.obj
文件 106211 2013-03-27 00:21 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\Debug\StdAfx.obj
文件 205824 2013-03-27 00:22 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\Debug\vc60.idb
文件 364544 2013-03-27 00:21 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\Debug\vc60.pdb
文件 20364 2013-03-27 00:07 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\getimage.aps
文件 785 2013-03-27 00:21 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\getimage.clw
文件 2091 2001-08-17 09:51 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\getimage.cpp
文件 4195 2001-08-17 09:51 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\getimage.dsp
文件 539 2001-08-17 09:51 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\getimage.dsw
文件 1346 2001-08-17 09:51 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\getimage.h
文件 74752 2013-03-27 00:23 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\getimage.ncb
文件 55808 2013-03-27 00:23 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\getimage.opt
文件 1815 2013-03-27 00:21 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\getimage.plg
文件 4600 2001-08-29 16:33 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\getimage.rc
文件 11075 2002-01-13 12:34 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\getimageDlg.cpp
文件 1415 2001-08-29 16:28 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\getimageDlg.h
文件 3615 2001-08-17 09:51 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\ReadMe.txt
文件 1078 2001-08-17 09:51 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\res\getimage.ico
文件 400 2001-08-17 09:51 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\res\getimage.rc2
文件 594 2001-08-29 16:29 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\resource.h
文件 210 2001-08-17 09:51 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\StdAfx.cpp
文件 1054 2001-08-17 09:51 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_1_getimage\StdAfx.h
文件 999 2001-08-04 10:01 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_2_reboot\BlackDlg.cpp
文件 1231 2001-08-04 10:01 张友生博士所著《远程控制编程技术》及 VC++源代码\remotecontrol\4_2_reboot\BlackDlg.h
............此处省略357个文件信息
- 上一篇:双线性插值放大缩小图片 bmp mfc程序
- 下一篇:奇迹MU/S9.2全套源代码
相关资源
- 双线性插值放大缩小图片 bmp mfc程序
- 数据结构清华严蔚敏c语言 源码 课件
- VC6.0中文原版
- EurekaLog Enterprise 7.7.8.74(源码版)~
- unidac7.0.1源码版
- C++多人2D坦克大战源码.rar
- 华西期货上期CTP程序化交易C++高效策
- 应用opencv库项目(Visual Studioc++)的
- 类似QQ飞秋的聊天软件(含源码+文档
- 侯捷C++ 课件源码.rar
- Visual C++数字图像处理技术详解 完整版
- 类似最终幻想的复古2D单机RPG游戏 C
- 自适应PID,C语言源码
- 视觉slam软件 源码 高清课程
- 编译原理课程设计LR(0)语法分析器
- VC++课程设计时钟,具有闹钟功能
- 网络抓包winpcap版本C语言实现
- 魂斗罗游戏源码!
- C语言实现模拟烟花绽放的小程序源码
- vc++6.0完整版
- Linux环境下的彩票管理系统源码
- 数据结构与算法分析C++语言描述 第四
- opencv-3.4.10.rar
- C++ Qt设计模式第2版(中英文版)+源码
- 基于VC++的电力图形软件的电力图元连
- 31个mfc课程设计有源码和文档.rar
- c++应用程序性能优化及源码
- C++程序设计谭浩强pdf书籍+教材和课后
- EurekaLog 7.7.8.21(源码版)~著名且不可
- Visual C++ Build Tools 2015 离线包.part7/7
评论
共有 条评论