資源簡介
HCNetSDK 海康 NVR 回放下載
代碼片段和文件信息
//?AddDevice.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“PlayBack.h“
#include?“AddDevice.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CAddDevice?dialog
CAddDevice::CAddDevice(CWnd*?pParent?/*=NULL*/)
:?CDialog(CAddDevice::IDD?pParent)
{
//{{AFX_DATA_INIT(CAddDevice)
m_csNodeName?=?_T(“dev“);
m_nPort?=?8000;
m_csUser?=?_T(“admin“);
m_csPWD?=?_T(“12345“);
//?NOTE:?the?ClassWizard?will?add?member?initialization?here
//}}AFX_DATA_INIT
memset(NodeName030);
memset(DeviceIP030);
memset(UserName030);
memset(Password030);
Port=8000;
}
void?CAddDevice::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAddDevice)
DDX_Control(pDX?IDC_IPADDRESS_DEV?m_ctrlIP);
DDX_Text(pDX?IDC_EDIT_NODE?m_csNodeName);
DDX_Text(pDX?IDC_EDIT_PORT?m_nPort);
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2106??2009-09-01?10:03??HKSDK\AddDevice.cpp
?????文件????????1454??2009-09-01?10:03??HKSDK\AddDevice.h
?????目錄???????????0??2016-08-05?15:51??HKSDK\bin\
?????文件??????105472??2015-12-25?15:09??HKSDK\bin\PlayBack.exe
?????文件????????4331??2014-03-05?16:23??HKSDK\GeneralDef.h
?????文件????????2566??2014-03-05?16:24??HKSDK\PlayBack.cpp
?????文件????????6517??2015-09-11?17:20??HKSDK\PlayBack.dsp
?????文件?????????539??2009-09-01?10:03??HKSDK\PlayBack.dsw
?????文件????????1710??2009-09-01?10:03??HKSDK\PlayBack.h
?????文件???????13094??2009-09-01?10:03??HKSDK\PlayBack.rc
?????文件????????1235??2015-12-25?14:04??HKSDK\PlayBack.sln
?????文件???????18911??2015-12-25?14:04??HKSDK\PlayBack.vcproj
?????文件???????11655??2014-02-24?10:54??HKSDK\PlayBackDlg.cpp
?????文件????????2428??2009-09-01?10:03??HKSDK\PlayBackDlg.h
?????文件???????13382??2009-09-01?10:03??HKSDK\PlayLocalFile.cpp
?????文件????????2652??2009-09-01?10:03??HKSDK\PlayLocalFile.h
?????文件???????26357??2015-12-25?15:08??HKSDK\PlayRemoteFile.cpp
?????文件????????4118??2015-12-25?15:08??HKSDK\PlayRemoteFile.h
?????文件???????11945??2015-12-25?15:08??HKSDK\PlayTimeFile.cpp
?????文件????????2353??2015-12-25?15:08??HKSDK\PlayTimeFile.h
?????文件????????3615??2009-09-01?10:03??HKSDK\ReadMe.txt
?????目錄???????????0??2016-08-05?15:51??HKSDK\res\
?????文件????????3126??2009-09-01?10:03??HKSDK\res\camera.ico
?????文件?????????766??2009-09-01?10:03??HKSDK\res\ico00001.ico
?????文件?????????766??2009-09-01?10:03??HKSDK\res\ico00002.ico
?????文件?????????766??2009-09-01?10:03??HKSDK\res\ico00003.ico
?????文件?????????766??2009-09-01?10:03??HKSDK\res\ico00004.ico
?????文件?????????766??2009-09-01?10:03??HKSDK\res\ico00006.ico
?????文件?????????766??2009-09-01?10:03??HKSDK\res\ico00007.ico
?????文件?????????766??2009-09-01?10:03??HKSDK\res\ico00008.ico
?????文件?????????766??2009-09-01?10:03??HKSDK\res\ico00009.ico
............此處省略17個文件信息
- 上一篇:yuv編解碼(2x2 YUV圖像拼接)
- 下一篇:一個登入器檢測帳密的源碼
評論
共有 條評論