91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 8.99MB
    文件類型: .zip
    金幣: 2
    下載: 2 次
    發(fā)布日期: 2023-11-16
  • 語言: 其他
  • 標簽: EtherNet/IP??

資源簡介

這是羅克韋爾的EtherNet/IP協(xié)議示例,有代碼,編譯結果,參考文檔等等內容。

資源截圖

代碼片段和文件信息

//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//

#include?“stdafx.h“

#include?“ChildFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CChildframe

IMPLEMENT_DYNCREATE(CChildframe?CMDIChildWnd)

BEGIN_MESSAGE_MAP(CChildframe?CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
ON_WM_SHOWWINDOW()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?CChildframe?construction/destruction

CChildframe::CChildframe()
{
//?TODO:?add?member?initialization?code?here

}

CChildframe::~CChildframe()
{
}

BOOL?CChildframe::PreCreateWindow(CREATESTRUCT&?cs)
{
//?TODO:?Modify?the?Window?class?or?styles?here?by?modifying
//??the?CREATESTRUCT?cs

// return?CMDIChildWnd::PreCreateWindow(cs);

if(?!CMDIChildWnd::PreCreateWindow(cs)?)
return?FALSE;
//?TODO:?Modify?the?Window?class?or?styles?here?by?modifying
//??the?CREATESTRUCT?cs

cs.style?=?WS_THICKframe;

?
//WS_OVERLAPPED?|?WS_CAPTION?|?FWS_ADDTOtitle
//|?WS_THICKframe?|?WS_SYSMENU?|?WS_MINIMIZEBOX?|?WS_MAXIMIZEBOX?|?WS_MAXIMIZE;


return?TRUE;

}

/////////////////////////////////////////////////////////////////////////////
//?CChildframe?diagnostics

#ifdef?_DEBUG
void?CChildframe::AssertValid()?const
{
CMDIChildWnd::AssertValid();
}

void?CChildframe::Dump(CDumpContext&?dc)?const
{
CMDIChildWnd::Dump(dc);
}

#endif?//_DEBUG

/////////////////////////////////////////////////////////////////////////////
//?CChildframe?message?handlers



void?CChildframe::OnShowWindow(BOOL?bShow?UINT?nStatus)?
{
CMDIChildWnd::OnShowWindow(bShow?nStatus);
this->ShowWindow(SW_SHOWMAXIMIZED);
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2006-01-09?11:44??ENetIP_EC_V7.1\EDS\
?????文件???????35272??2005-11-17?10:55??ENetIP_EC_V7.1\EDS\examplecode.eds
?????目錄???????????0??2006-01-09?11:44??ENetIP_EC_V7.1\Example?Application\
?????目錄???????????0??2006-01-09?12:17??ENetIP_EC_V7.1\Example?Application\Debug\
?????文件?????????122??2005-12-09?16:31??ENetIP_EC_V7.1\Example?Application\Debug\EtherNetIPExampleApplication.cnt
?????文件?????1368211??2006-01-09?12:03??ENetIP_EC_V7.1\Example?Application\Debug\EtherNetIPExampleApplication.exe
?????文件??????684118??2005-12-12?10:16??ENetIP_EC_V7.1\Example?Application\Debug\EtherNetIPExampleApplication.hlp
?????文件??????241804??2006-01-09?12:03??ENetIP_EC_V7.1\Example?Application\Debug\EtherNetIPExampleCode.dll
?????目錄???????????0??2006-01-09?12:18??ENetIP_EC_V7.1\Example?Application\Release\
?????文件?????????122??2005-12-09?16:31??ENetIP_EC_V7.1\Example?Application\Release\EtherNetIPExampleApplication.cnt
?????文件??????372736??2006-01-09?12:02??ENetIP_EC_V7.1\Example?Application\Release\EtherNetIPExampleApplication.exe
?????文件??????684118??2005-12-12?10:16??ENetIP_EC_V7.1\Example?Application\Release\EtherNetIPExampleApplication.hlp
?????文件??????155648??2006-01-09?12:01??ENetIP_EC_V7.1\Example?Application\Release\EtherNetIPExampleCode.dll
?????目錄???????????0??2006-01-09?11:44??ENetIP_EC_V7.1\Help\
?????文件??????372062??2005-11-30?13:40??ENetIP_EC_V7.1\Help\EML.chm
?????目錄???????????0??2006-01-09?12:20??ENetIP_EC_V7.1\Source?Code\
?????目錄???????????0??2006-01-09?12:21??ENetIP_EC_V7.1\Source?Code\Example?Code?V7.1\
?????目錄???????????0??2006-01-09?12:21??ENetIP_EC_V7.1\Source?Code\Example?Code?V7.1\Work\
?????目錄???????????0??2006-01-09?12:23??ENetIP_EC_V7.1\Source?Code\Example?Code?V7.1\Work\EtherNetIPExampleApplication\
?????文件????????1854??2004-05-12?10:24??ENetIP_EC_V7.1\Source?Code\Example?Code?V7.1\Work\EtherNetIPExampleApplication\ChildFrm.cpp
?????文件????????1317??2001-06-05?15:49??ENetIP_EC_V7.1\Source?Code\Example?Code?V7.1\Work\EtherNetIPExampleApplication\ChildFrm.h
?????文件????????6658??1998-11-30?15:00??ENetIP_EC_V7.1\Source?Code\Example?Code?V7.1\Work\EtherNetIPExampleApplication\ColorStaticST.cpp
?????文件????????1949??1998-11-30?15:03??ENetIP_EC_V7.1\Source?Code\Example?Code?V7.1\Work\EtherNetIPExampleApplication\ColorStaticST.h
?????目錄???????????0??2006-01-09?12:21??ENetIP_EC_V7.1\Source?Code\Example?Code?V7.1\Work\EtherNetIPExampleApplication\Debug\
?????文件??????????52??2004-05-12?14:04??ENetIP_EC_V7.1\Source?Code\Example?Code?V7.1\Work\EtherNetIPExampleApplication\Debug\ConformanceTestBatch.bat
?????文件?????3187712??2006-01-09?12:03??ENetIP_EC_V7.1\Source?Code\Example?Code?V7.1\Work\EtherNetIPExampleApplication\Debug\EtherNetIPExampleApplication.bsc
?????文件?????1183345??2006-01-09?12:03??ENetIP_EC_V7.1\Source?Code\Example?Code?V7.1\Work\EtherNetIPExampleApplication\Debug\EtherNetIPExampleApplication.map
?????文件???????43520??2004-05-25?16:00??ENetIP_EC_V7.1\Source?Code\Example?Code?V7.1\Work\EtherNetIPExampleApplication\Debug\EtherNetIPExampleApplication.opt
?????文件????????4148??2004-05-14?14:22??ENetIP_EC_V7.1\Source?Code\Example?Code?V7.1\Work\EtherNetIPExampleApplication\Debug\ethernetipexampleapplication.pbi
?????文件????????4266??2004-05-14?14:22??ENetIP_EC_V7.1\Source?Code\Example?Code?V7.1\Work\EtherNetIPExampleApplication\Debug\ethernetipexampleapplication.pbo
?????文件???????11089??2004-05-14?14:22??ENetIP_EC_V7.1\Source?Code\Example?Code?V7.1\Work\EtherNetIPExampleApplication\Debug\ethernetipexampleapplication.pbt
............此處省略141個文件信息

評論

共有 條評論