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

  • 大小: 126KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-06-10
  • 語言: C/C++
  • 標簽: MFC??OPENCV??

資源簡介

在VC 6.0的opencv環境下利用MFC做的視頻顯示,并捕捉屏幕,僅供學習和參考。

資源截圖

代碼片段和文件信息

//?examine?eye.cpp?:?Defines?the?class?behaviors?for?the?application.
//

#include?“stdafx.h“
#include?“examine?eye.h“
#include?“examine?eyeDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CExamineeyeApp

BEGIN_MESSAGE_MAP(CExamineeyeApp?CWinApp)
//{{AFX_MSG_MAP(CExamineeyeApp)
//?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()

/////////////////////////////////////////////////////////////////////////////
//?CExamineeyeApp?construction

CExamineeyeApp::CExamineeyeApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}

/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CExamineeyeApp?object

CExamineeyeApp?theApp;

/////////////////////////////////////////////////////////////////////////////
//?CExamineeyeApp?initialization

BOOL?CExamineeyeApp::InitInstance()
{
AfxEnableControlContainer();

//?Standard?initialization
//?If?you?are?not?using?these?features?and?wish?to?reduce?the?size
//??of?your?final?executable?you?should?remove?from?the?following
//??the?specific?initialization?routines?you?do?not?need.

#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif

CExamineeyeDlg?dlg;
m_pMainWnd?=?&dlg;
//m_pMainWnd->ShowWindow(SW_SHOWNOACTIVATE);
//m_pMainWnd->UpdateWindow();
int?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?OK
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?Cancel
}

//?Since?the?dialog?has?been?closed?return?FALSE?so?that?we?exit?the
//??application?rather?than?start?the?application‘s?message?pump.
return?FALSE;
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????24928??2011-07-01?16:12??ScreenCapture\examine?eye.aps

?????文件???????3783??2011-07-01?16:12??ScreenCapture\examine?eye.clw

?????文件???????2201??2011-06-28?17:22??ScreenCapture\examine?eye.cpp

?????文件???????4577??2011-06-28?16:01??ScreenCapture\examine?eye.dsp

?????文件????????530??2010-08-03?15:46??ScreenCapture\examine?eye.dsw

?????文件???????1395??2010-08-04?16:45??ScreenCapture\examine?eye.h

?????文件?????304128??2011-07-01?16:12??ScreenCapture\examine?eye.ncb

?????文件?????137728??2011-07-01?16:12??ScreenCapture\examine?eye.opt

?????文件???????2605??2011-07-01?16:12??ScreenCapture\examine?eye.plg

?????文件??????10627??2011-07-01?16:10??ScreenCapture\examine?eye.rc

?????文件??????12818??2011-07-01?16:08??ScreenCapture\examine?eyeDlg.cpp

?????文件???????2091??2011-06-29?20:07??ScreenCapture\examine?eyeDlg.h

?????文件???????1130??2011-06-28?16:34??ScreenCapture\PatientDialog.cpp

?????文件???????1256??2011-06-28?16:34??ScreenCapture\PatientDialog.h

?????文件??????27209??2011-06-29?20:18??ScreenCapture\Process.cpp

?????文件???????1960??2011-06-29?20:09??ScreenCapture\Process.h

?????文件???????3666??2010-08-03?15:46??ScreenCapture\ReadMe.txt

?????文件???????1078??2010-08-03?15:46??ScreenCapture\res\examine?eye.ico

?????文件????????403??2010-08-03?15:46??ScreenCapture\res\examine?eye.rc2

????..A.SH.??????6144??2011-01-13?16:20??ScreenCapture\res\Thumbs.db

?????文件???????2252??2011-06-28?17:59??ScreenCapture\resource.h

?????文件????????213??2010-08-03?15:46??ScreenCapture\StdAfx.cpp

?????文件???????1054??2010-08-03?15:46??ScreenCapture\StdAfx.h

????..A.SH.?????37888??2011-02-25?08:56??ScreenCapture\Thumbs.db

?????目錄??????????0??2011-07-01?16:12??ScreenCapture\Debug

?????目錄??????????0??2011-07-01?16:11??ScreenCapture\res

?????目錄??????????0??2011-07-01?16:12??ScreenCapture

-----------?---------??----------?-----??----

???????????????591664????????????????????27



............此處省略0個文件信息

評論

共有 條評論