資源簡介
VC++實現網絡詞典,采用重疊模型實現。基于C/S模式!
代碼片段和文件信息
//?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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????21512??2009-10-14?11:24??09\9.11\Client\Client.aps
?????文件???????1595??2008-01-06?11:06??09\9.11\Client\Client.clw
?????文件???????2102??2008-01-05?00:19??09\9.11\Client\Client.cpp
?????文件???????4292??2008-01-03?22:33??09\9.11\Client\Client.dsp
?????文件????????537??2008-03-07?16:50??09\9.11\Client\Client.dsw
?????文件???????1324??2008-01-03?21:20??09\9.11\Client\Client.h
?????文件?????148480??2009-10-14?11:24??09\9.11\Client\Client.ncb
?????文件??????58880??2009-10-14?11:24??09\9.11\Client\Client.opt
?????文件????????246??2009-10-22?21:58??09\9.11\Client\Client.plg
?????文件???????6087??2008-01-06?11:06??09\9.11\Client\Client.rc
?????文件??????11201??2008-01-11?14:52??09\9.11\Client\ClientDlg.cpp
?????文件???????2170??2008-01-08?11:14??09\9.11\Client\ClientDlg.h
?????文件???????3765??2008-01-08?22:56??09\9.11\Client\LookupSocket.cpp
?????文件???????1241??2008-01-08?11:28??09\9.11\Client\LookupSocket.h
?????文件???????1078??2008-01-03?21:20??09\9.11\Client\res\Client.ico
?????文件????????398??2008-01-03?21:20??09\9.11\Client\res\Client.rc2
?????文件????????960??2008-01-03?22:20??09\9.11\Client\resource.h
?????文件????????208??2008-01-03?21:20??09\9.11\Client\StdAfx.cpp
?????文件???????1948??2008-01-04?09:57??09\9.11\Client\StdAfx.h
?????文件???????5983??2008-01-07?19:57??09\9.9\Server\ClientSocket.cpp
?????文件???????1639??2008-01-07?17:18??09\9.9\Server\ClientSocket.h
?????文件?????692224??2009-10-14?11:36??09\9.9\Server\Dict.mdb
?????文件???????1543??2008-01-06?10:12??09\9.9\Server\EditWordDlg.cpp
?????文件???????1288??2008-01-06?17:35??09\9.9\Server\EditWordDlg.h
?????文件???????2537??2008-01-06?11:39??09\9.9\Server\MainFrm.cpp
?????文件???????1581??2008-01-02?21:52??09\9.9\Server\MainFrm.h
?????文件??????90619??2006-12-26?21:07??09\9.9\Server\msado15.tlh
?????文件??????76614??2006-12-26?21:07??09\9.9\Server\msado15.tli
?????文件???????1078??2008-01-02?21:52??09\9.9\Server\res\Server.ico
?????文件????????398??2008-01-02?21:52??09\9.9\Server\res\Server.rc2
............此處省略33個文件信息
- 上一篇:數據庫實現的交通管理信息系統(tǒng)
- 下一篇:死鎖的避免――銀行家算法
評論
共有 條評論