资源简介

从网上学习的Ping代码,使用多线程在MFC下实现Ping功能,比较简单,可供大家学习。

资源截图

代码片段和文件信息

// MyPing.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “MyPing.h“
#include “MyPingDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CMyPingApp

BEGIN_MESSAGE_MAP(CMyPingApp CWinApp)
//{{AFX_MSG_MAP(CMyPingApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CMyPingApp construction

CMyPingApp::CMyPingApp()
{
// TODO: add construction code here

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      21084  2009-03-18 12:02  ping\MyPing.aps

     文件       1205  2009-03-18 12:02  ping\MyPing.clw

     文件       2154  2009-03-17 16:40  ping\MyPing.cpp

     文件       4411  2009-03-17 16:45  ping\MyPing.dsp

     文件        537  2009-03-17 15:20  ping\MyPing.dsw

     文件       1324  2009-03-17 15:20  ping\MyPing.h

     文件      74752  2009-03-18 12:02  ping\MyPing.ncb

     文件      67584  2009-03-18 12:02  ping\MyPing.opt

     文件       2045  2009-03-18 12:02  ping\MyPing.plg

     文件       5507  2009-03-17 17:26  ping\MyPing.rc

     文件       4653  2009-03-17 17:31  ping\MyPingDlg.cpp

     文件       1467  2009-03-17 16:49  ping\MyPingDlg.h

     文件       4588  2009-03-17 16:50  ping\Ping.cpp

     文件       1827  2009-03-17 16:20  ping\Ping.h

     文件       1652  2009-03-17 16:29  ping\PingThread.cpp

     文件        796  2009-03-17 16:29  ping\PingThread.h

     文件       3579  2009-03-17 15:20  ping\ReadMe.txt

     文件       1078  2009-03-17 15:20  ping\res\MyPing.ico

     文件        398  2009-03-17 15:20  ping\res\MyPing.rc2

    ..A.SH.      3072  2009-03-18 12:02  ping\res\Thumbs.db

     文件        776  2009-03-17 15:44  ping\resource.h

     文件        208  2009-03-17 15:20  ping\StdAfx.cpp

     文件       1351  2009-03-17 16:50  ping\StdAfx.h

     目录          0  2009-03-18 12:02  ping\res

     目录          0  2009-03-18 12:03  ping

----------- ---------  ---------- -----  ----

               206048                    25


评论

共有 条评论