資源簡介
簡單點對點文件傳輸程序,使用SOCKET編程,運行環境為Visual C++ 6.0.
代碼片段和文件信息
//?client.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“client.h“
#include?“clientDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CClientApp
BEGIN_MESSAGE_MAP(CClientApp?CWinApp)
//{{AFX_MSG_MAP(CClientApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CClientApp?construction
CClientApp::CClientApp()
{
//?TODO:?add?construction?code?here
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????21992??2008-09-07?16:13??client\client.aps
?????文件???????1778??2008-09-19?20:12??client\client.clw
?????文件???????2157??2008-07-19?08:29??client\client.cpp
?????文件???????4282??2008-06-30?19:43??client\client.dsp
?????文件????????537??2008-07-19?08:29??client\client.dsw
?????文件???????1324??2008-07-19?08:29??client\client.h
?????文件?????115712??2008-09-19?20:12??client\client.ncb
?????文件???????1933??2008-09-19?10:23??client\client.plg
?????文件???????6462??2008-06-30?19:42??client\client.rc
?????文件???????1898??2008-06-30?19:30??client\clientDlg.h
?????文件???????1549??2008-06-30?19:38??client\HelpDlg.cpp
?????文件???????1162??2008-06-30?19:28??client\HelpDlg.h
?????文件???????3579??2008-07-19?08:29??client\ReadMe.txt
?????文件???????1142??2008-06-30?19:30??client\resource.h
?????文件????????208??2008-07-19?08:29??client\StdAfx.cpp
?????文件???????1102??2008-07-19?08:29??client\StdAfx.h
?????文件??????13186??2008-09-07?16:17??client\clientDlg.cpp
?????文件??????54784??2008-09-19?20:12??client\client.opt
?????文件???????1078??2008-07-19?08:29??client\res\client.ico
?????文件????????398??2008-07-19?08:29??client\res\client.rc2
?????文件???????5373??2008-06-30?21:43??Server\P2PFT.cpp
?????文件???????4524??2008-07-19?08:02??Server\P2PFT.dsp
?????文件????????535??2008-07-19?08:02??Server\P2PFT.dsw
?????文件??????66560??2008-09-19?10:22??Server\P2PFT.ncb
?????文件???????1899??2008-09-08?22:06??Server\P2PFT.plg
?????文件???????1202??2008-07-19?08:02??Server\ReadMe.txt
?????文件????????292??2008-07-19?08:02??Server\StdAfx.cpp
?????文件????????769??2008-07-19?08:02??Server\StdAfx.h
?????文件??????53760??2008-09-19?10:22??Server\P2PFT.opt
?????文件????????170??2008-09-23?20:29??介紹.txt
............此處省略6個文件信息
- 上一篇:用動態規劃法求解流水線調度問題
- 下一篇:蟻群算法求解vrp問題
評論
共有 條評論