• 大小: 0.03M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++ 编程实现Ping操作(提高篇-实例531).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “PingTest.h“
#include “PingTestDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CPingTestApp

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

/////////////////////////////////////////////////////////////////////////////
// CPingTestApp construction

CPingTestApp::CPingTestApp()
{
// TODO: add construc

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        4159  2007-05-08 08:52  PING.CPP
     文件        1271  2013-11-22 17:07  PING.H
     文件       20988  2013-11-25 09:19  PingTest.aps
     文件        1188  2013-11-25 09:21  PingTest.clw
     文件        2134  2007-05-08 08:52  PingTest.cpp
     文件        4448  2013-11-22 17:07  PingTest.dsp
     文件         539  2007-05-08 08:52  PingTest.dsw
     文件        1346  2007-05-08 08:52  PingTest.h
     文件       49664  2013-11-25 09:22  PingTest.opt
     文件        5517  2013-11-22 16:19  PingTest.rc
     文件        4744  2013-11-22 17:07  PingTestDlg.cpp
     文件        1482  2007-05-08 08:52  PingTestDlg.h
     文件        1577  2007-05-08 08:52  PingThread.cpp
     文件         837  2007-05-08 08:52  PingThread.h
     文件        3615  2007-05-08 08:52  ReadMe.txt
     文件         778  2007-05-08 08:52  resource.h
     文件         210  2007-05-08 08:52  StdAfx.cpp
     文件        1142  2007-05-08 08:52  StdAfx.h
     文件        4233  2013-11-23 16:36  Ping类\PING.CPP
     文件        1351  2013-11-23 15:49  Ping类\PING.H
     文件         434  2013-11-23 16:50  Ping类\使用说明.txt
     文件        1078  2007-05-08 08:52  res\PingTest.ico
     文件         400  2007-05-08 08:52  res\PingTest.rc2
     文件        6144  2009-03-05 12:52  res\Thumbs.db

评论

共有 条评论