資源簡介
路由器基本功能實現程序,非常簡單優秀的代碼
代碼片段和文件信息
//?Router.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Router.h“
#include?“RouterDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CRouterApp
BEGIN_MESSAGE_MAP(CRouterApp?CWinApp)
//{{AFX_MSG_MAP(CRouterApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CRouterApp?construction
CRouterApp::CRouterApp()
{
//?TODO:?add?construction?code?here
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-06-11?18:40??第14章?路由器基本功能實現程序\
?????目錄???????????0??2013-06-11?18:40??第14章?路由器基本功能實現程序\Router\
?????目錄???????????0??2013-06-11?18:40??第14章?路由器基本功能實現程序\Router\Code\
?????文件????????3579??2006-12-27?08:00??第14章?路由器基本功能實現程序\Router\Code\ReadMe.txt
?????文件???????36736??2007-04-23?13:02??第14章?路由器基本功能實現程序\Router\Code\Router.aps
?????文件????????1599??2007-04-27?22:06??第14章?路由器基本功能實現程序\Router\Code\Router.clw
?????文件????????2063??2006-12-27?08:00??第14章?路由器基本功能實現程序\Router\Code\Router.cpp
?????文件????????4134??2007-04-16?15:27??第14章?路由器基本功能實現程序\Router\Code\Router.dsp
?????文件?????????535??2006-12-27?08:00??第14章?路由器基本功能實現程序\Router\Code\Router.dsw
?????文件????????1324??2006-12-27?08:00??第14章?路由器基本功能實現程序\Router\Code\Router.h
?????文件??????173056??2007-06-27?16:24??第14章?路由器基本功能實現程序\Router\Code\Router.ncb
?????文件???????54784??2007-06-27?16:24??第14章?路由器基本功能實現程序\Router\Code\Router.opt
?????文件????????1903??2007-06-27?16:24??第14章?路由器基本功能實現程序\Router\Code\Router.plg
?????文件???????32091??2007-06-14?20:49??第14章?路由器基本功能實現程序\Router\Code\RouterDlg.cpp
?????文件????????1732??2007-03-05?15:49??第14章?路由器基本功能實現程序\Router\Code\RouterDlg.h
?????文件?????????208??2006-12-27?08:00??第14章?路由器基本功能實現程序\Router\Code\StdAfx.cpp
?????文件????????1054??2006-12-27?08:00??第14章?路由器基本功能實現程序\Router\Code\StdAfx.h
?????文件????????1098??2007-04-02?20:53??第14章?路由器基本功能實現程序\Router\Code\resource.h
?????目錄???????????0??2013-06-11?18:40??第14章?路由器基本功能實現程序\Router\Exe\
?????文件?????2195599??2007-06-27?16:38??第14章?路由器基本功能實現程序\Router\Exe\Router.exe
?????文件???????61440??2007-06-30?12:22??第14章?路由器基本功能實現程序\Router\使用說明.doc
評論
共有 條評論