资源简介
网络主机的存活性探测系统设计与实现 MFC程序设计
代码片段和文件信息
// 326.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “326.h“
#include “326Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy326App
BEGIN_MESSAGE_MAP(CMy326App CWinApp)
//{{AFX_MSG_MAP(CMy326App)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CMy326App construction
CMy326App::CMy326App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy326App object
CMy326App theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy326App initialization
BOOL CMy326App::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
CMy326Dlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1550 2007-02-02 17:12 agang326\326.clw
文件 3531 2007-02-03 18:59 agang326\ReadMe.txt
文件 1301 2007-02-03 18:59 agang326\326.h
文件 2043 2007-02-03 18:59 agang326\326.cpp
文件 1054 2007-02-03 18:59 agang326\StdAfx.h
文件 205 2007-02-03 18:59 agang326\StdAfx.cpp
文件 4831 2009-06-15 01:55 agang326\326.dsp
文件 514 2007-02-03 18:59 agang326\326.dsw
文件 99328 2007-02-02 17:27 agang326\326.ncb
文件 1680 2007-02-02 17:12 agang326\326.plg
文件 395 2007-02-03 18:59 agang326\res\326.rc2
文件 1078 2007-02-03 18:59 agang326\res\326.ico
..A.SH. 13312 2009-06-14 13:06 agang326\res\Thumbs.db
文件 1078 2009-06-15 00:50 agang326\res\icon1.ico
文件 1270 2009-06-15 00:50 agang326\res\bitmap1.bmp
文件 1318 2009-06-15 00:50 agang326\res\781.bmp
文件 1334 2009-06-15 00:50 agang326\res\LIVEPORT.bmp
文件 1334 2009-06-15 00:50 agang326\res\921.bmp
文件 2102 2009-06-15 00:50 agang326\res\bitmap2.bmp
文件 1334 2009-06-15 00:50 agang326\res\Deadhost.bmp
文件 1334 2009-06-15 00:50 agang326\res\host.bmp
文件 2102 2009-06-15 00:50 agang326\res\ICON.bmp
文件 1334 2009-06-15 00:50 agang326\res\Livehost.bmp
文件 1771 2009-06-15 01:11 agang326\326Dlg.h
文件 2005 2009-06-15 01:12 agang326\Resource.h
文件 708 2009-06-14 00:50 agang326\tagICMP.h
文件 6911 2007-02-02 14:35 agang326\326.rc
文件 54236 2007-02-02 14:35 agang326\326.aps
文件 12456 2007-02-02 17:12 agang326\326Dlg.cpp
文件 17776 2007-02-02 17:12 agang326\Debug\326.res
............此处省略16个文件信息
相关资源
- jpg图片、png图片、24位/32位位图转25
- 基于VC++MFC程序设计简易画图板
- VC基于对话框的MFC程序,实现字符统计
- 一个POP3协议 MFC程序
- 解决VC6生成的MFC程序不能在没有安装
- 21点游戏MFC程序设计 c++课程设计
- vs2012 mfc程序用Socket实现两台计算机间
- 车道线检测MFC程序
- 基于OpenCV的人脸验证和人脸识别MFC程
- 读取图片并显示的MFC程序
- 双线性插值放大缩小图片 bmp mfc程序
- 《MFC程序开发参考大全》pdf和代码
- MFC鼠标中键拖动、同时滚轮缩放根据
- 精通MFC程序设计(全本)
- MFC程序最小化到托盘右键菜单响应操
- LanScannerMFC程序扫描局域网内主机Mac地
- MFC程序开发之多人聊天室
- Visual Studio 2013开发MFC程序对Excel 2010进
- 人脸识别MFC程序
- MFC程序设计-画图板
- MFC程序设计,使用鼠标画图程序,包
- 巴特沃斯低通滤波器的MFC程序
- MFC程序开发之聊天室客户端+服务器源
- (转)VC老版主薄荷用VC++6.0写的TCP
- mfc 走样反走样时钟
- 很全的VTK入门程序样例约270个样例
- MFC程序调用Qt(DLL)界面显示
- AES加密MFC程序源码
- 基于mfc程序设计 五子棋游戏
- MFC程序通过SendMessage或PostMessage实现进
评论
共有 条评论