資源簡介
C++網絡編程實例文件,里面包含各個章節的C++源碼。
第一章 網絡通信基礎
第二章 認識Windows編程模型
第三章 網絡基本應用在VC++中的實現
第四章 串口通信及其實例
第五章 應用層協議及編程實例
第六章 傳輸層協議及編程實例
第七章 網絡層協議和數據鏈路層
第八章 Internet通信原理以及編程實例
第九章 基于Windows API的虛擬終端實現
第十章 多線程網絡文件傳輸的設計與實現
第十一章 防火墻的設計與實現
第十二章 郵件轉發器
第十三章 telnet bbs
代碼片段和文件信息
//?AboutDlg.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“resource.h“
#include?“AboutDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CAboutDlg?dialog
CAboutDlg::CAboutDlg(CWnd*?pParent?/*=NULL*/)
:?CDialog(CAboutDlg::IDD?pParent)
{
//{{AFX_DATA_INIT(CAboutDlg)
//?NOTE:?the?ClassWizard?will?add?member?initialization?here
//}}AFX_DATA_INIT
}
void?CAboutDlg::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAboutDlg)
// DDX_Control(pDX?IDC_STARWARS?m_StarWarsCtrl);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CAboutDlg?CDialog)
//{{AFX_MSG_MAP(CAboutDlg)
//?NOTE:?the?ClassWizard?will?add?message?map?macros?here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CAboutDlg?message?handlers
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-06-01?18:19??第五章?應用層協議及編程實例\
?????目錄???????????0??2013-06-01?18:19??第五章?應用層協議及編程實例\源程序\
?????目錄???????????0??2013-06-01?18:19??第五章?應用層協議及編程實例\源程序\FTPserver\
?????文件????????1003??2005-07-11?16:22??第五章?應用層協議及編程實例\源程序\FTPserver\AboutDlg.cpp
?????文件????????1108??2002-03-18?11:55??第五章?應用層協議及編程實例\源程序\FTPserver\AboutDlg.h
?????文件????????2656??2002-07-30?19:29??第五章?應用層協議及編程實例\源程序\FTPserver\AddIPDlg.cpp
?????文件????????1260??2002-05-19?12:36??第五章?應用層協議及編程實例\源程序\FTPserver\AddIPDlg.h
?????文件????????1406??2002-07-10?13:34??第五章?應用層協議及編程實例\源程序\FTPserver\AddUserDlg.cpp
?????文件????????1220??2002-05-17?20:13??第五章?應用層協議及編程實例\源程序\FTPserver\AddUserDlg.h
?????文件???????40585??2008-04-24?11:47??第五章?應用層協議及編程實例\源程序\FTPserver\ApplicationDlg.cpp
?????文件????????3703??2002-06-25?17:43??第五章?應用層協議及編程實例\源程序\FTPserver\ApplicationDlg.h
?????文件????????4031??2002-07-10?13:34??第五章?應用層協議及編程實例\源程序\FTPserver\ColorListBox.cpp
?????文件????????1392??2002-03-08?15:58??第五章?應用層協議及編程實例\源程序\FTPserver\ColorListBox.h
?????文件????????9161??2002-07-10?13:35??第五章?應用層協議及編程實例\源程序\FTPserver\ConfigurationPage.cpp
?????文件????????1620??2002-05-20?19:49??第五章?應用層協議及編程實例\源程序\FTPserver\ConfigurationPage.h
?????文件???????28636??2008-04-24?11:41??第五章?應用層協議及編程實例\源程序\FTPserver\ConnectSocket.cpp
?????文件????????2302??2002-07-21?19:15??第五章?應用層協議及編程實例\源程序\FTPserver\ConnectSocket.h
?????文件????????7256??2008-04-24?11:41??第五章?應用層協議及編程實例\源程序\FTPserver\ConnectThread.cpp
?????文件????????1784??2002-05-19?15:26??第五章?應用層協議及編程實例\源程序\FTPserver\ConnectThread.h
?????文件???????16196??2002-07-30?19:37??第五章?應用層協議及編程實例\源程序\FTPserver\DataSocket.cpp
?????文件????????1509??2002-07-30?10:37??第五章?應用層協議及編程實例\源程序\FTPserver\DataSocket.h
?????目錄???????????0??2013-06-01?18:19??第五章?應用層協議及編程實例\源程序\FTPserver\Debug\
?????文件???????15605??2008-05-07?14:02??第五章?應用層協議及編程實例\源程序\FTPserver\Debug\AboutDlg.obj
?????文件???????28770??2008-05-07?14:02??第五章?應用層協議及編程實例\源程序\FTPserver\Debug\AddIPDlg.obj
?????文件???????26561??2008-05-07?14:02??第五章?應用層協議及編程實例\源程序\FTPserver\Debug\AddUserDlg.obj
?????文件??????173689??2008-05-07?14:02??第五章?應用層協議及編程實例\源程序\FTPserver\Debug\ApplicationDlg.obj
?????文件???????30544??2008-05-07?14:02??第五章?應用層協議及編程實例\源程序\FTPserver\Debug\ColorListBox.obj
?????文件???????53182??2008-05-07?14:02??第五章?應用層協議及編程實例\源程序\FTPserver\Debug\ConfigurationPage.obj
?????文件???????99839??2008-05-07?14:02??第五章?應用層協議及編程實例\源程序\FTPserver\Debug\ConnectSocket.obj
?????文件???????45220??2008-05-07?14:02??第五章?應用層協議及編程實例\源程序\FTPserver\Debug\ConnectThread.obj
?????文件???????34413??2008-05-07?14:02??第五章?應用層協議及編程實例\源程序\FTPserver\Debug\DataSocket.obj
............此處省略251個文件信息
- 上一篇:ffmpeg for MFC 1.2 測試版
- 下一篇:c#調用c++的可變參數
評論
共有 條評論