xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 8.83MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-10-29
  • 語(yǔ)言: C/C++
  • 標(biāo)簽: Visual??

資源簡(jiǎn)介

《Visual C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》是一本介紹利用Visual C++進(jìn)行網(wǎng)絡(luò)通信程序開(kāi)發(fā)的書(shū)籍。書(shū)中精選了大量網(wǎng)絡(luò)實(shí)例,涵蓋了本地計(jì)算機(jī)網(wǎng)絡(luò)編程、局域網(wǎng)網(wǎng)絡(luò)通信編程、IE編程、網(wǎng)絡(luò)通信協(xié)議編程、串口通信編程、代理服務(wù)器編程和高級(jí)網(wǎng)絡(luò)通信編程。文件里是它的全部源代碼

資源截圖

代碼片段和文件信息

//?AddDialog.cpp?:?implementation?file
//

#include?“stdafx.h“
#include?“MultiCastChat.h“
#include?“AddDialog.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CAddDialog?dialog


CAddDialog::CAddDialog(CWnd*?pParent?/*=NULL*/)
:?CDialog(CAddDialog::IDD?pParent)
{
//{{AFX_DATA_INIT(CAddDialog)
m_strAddr?=?_T(“234.5.5.5“);
m_nPort?=?3505;
//}}AFX_DATA_INIT
}


void?CAddDialog::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAddDialog)
DDX_Text(pDX?IDC_ADDRESS?m_strAddr);
DDX_Text(pDX?IDC_PORT?m_nPort);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CAddDialog?CDialog)
//{{AFX_MSG_MAP(CAddDialog)
//?NOTE:?the?ClassWizard?will?add?message?map?macros?here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?CAddDialog?message?handlers

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???????2839??2004-03-10?10:49??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\光盤(pán)說(shuō)明.txt

?????文件???????3236??2003-07-08?19:39??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\ConfigureSetting.cpp

?????文件???????1608??2003-07-08?17:10??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\ConfigureSetting.h

?????文件???????5359??2003-07-08?18:58??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\FilePars.cpp

?????文件???????1136??2003-07-08?17:13??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\FilePars.h

?????文件???????3760??2003-07-08?16:44??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\HTMLParser.cpp

?????文件???????1447??2003-07-06?20:36??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\HTMLParser.h

?????文件???????2418??2003-07-08?17:17??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\InputProjectDlg.cpp

?????文件???????2020??2003-07-08?17:17??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\InputProjectDlg.h

?????文件???????1725??2003-07-08?16:58??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\InputURLDlg.cpp

?????文件???????1452??2003-07-06?12:40??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\InputURLDlg.h

?????文件??????13042??2003-07-08?18:45??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\InternetDownload.cpp

?????文件???????1415??2003-07-08?18:33??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\InternetDownload.h

?????文件??????29535??2003-07-08?18:35??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\MyDocument.cpp

?????文件???????3318??2003-07-08?18:35??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\MyDocument.h

?????文件???????2616??2003-07-08?17:32??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\Myframe.cpp

?????文件???????1564??2003-07-08?17:31??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\Myframe.h

?????文件???????1927??2003-07-08?18:36??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\MyTreeCtrl.cpp

?????文件???????1533??2003-07-08?20:00??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\MyTreeCtrl.h

?????文件??????16238??2003-07-08?18:37??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\MyView.cpp

?????文件???????3424??2003-07-08?17:35??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\MyView.h

?????文件???????4050??1997-11-06?13:26??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\readme.txt

?????文件???????2894??2003-07-08?19:38??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\resource.h

?????文件???????8986??2003-07-08?18:35??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\SiteDownload.cpp

?????文件???????5523??2003-07-08?20:00??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\SiteDownload.dsp

?????文件????????547??2003-07-08?19:47??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\SiteDownload.dsw

?????文件???????1488??2003-07-08?17:24??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\SiteDownload.h

?????文件?????140288??2003-07-08?20:02??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\SiteDownload.ncb

?????文件??????57856??2003-12-19?21:51??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\SiteDownload.opt

?????文件???????3159??2003-07-08?20:01??《Visual?C++網(wǎng)絡(luò)通信編程實(shí)用案例精選》配套源碼\90926148\chap9\Snag\snag_src\SiteDownload.plg

............此處省略1463個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源