资源简介
从网上学习的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
- 上一篇:使用proc目录打印linux进程树
- 下一篇:东北大学C++实验报告.doc
相关资源
- 一款MFC关机小程序
- 完成端口开发包iocpmfc
- 基于MFC实现的UDP组播程序
- MFC图片操作(PRO5_PNGDlg.cpp)
- MFC共享内存的
- 老外写的功能强大的文件查找工具(
- MFC获取电脑文件夹下文件的名称,类
- C++ MFC调用Javascrip函数
- C 播放WAVE音频
- MFCC谱图及其三维图表示
- C++ 编程实现Ping操作
- c语言实现如果cmd中的ping.zip
- ping功能
- 《深入浅出MFC》高清第二版.zip
- MFC透明按钮
- VS2010 MFC 摄像头
- MFC 按键精灵.rar
- 深入浅出MFC.pdf
-
基于MFC mediapla
yer控件开发的播放器 - 一款VC6.0+MFC的MP3播放器源码
- QQ登录界面MFC
- MFC透明窗口
- 利用MFC复选框控件设计学生选课界面
- (halcon+mfc)模板匹配demo源码
- MFC使用WebBrowser控件调用百度地图API案
- MFC入门教程之计算器
- MFC GDIPlus封装的CGdipButton界面,支持很
- MFC显示GIF动态图
- MFC 进程间通讯
- MFC 截图
评论
共有 条评论