-
大小: 938KB文件類型: .rar金幣: 2下載: 0 次發布日期: 2021-06-10
- 語言: 其他
- 標簽:
資源簡介
電容指紋儀開發文檔及示例

代碼片段和文件信息
//?demo.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“demo.h“
#include?“demoDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDemoApp
BEGIN_MESSAGE_MAP(CDemoApp?CWinApp)
//{{AFX_MSG_MAP(CDemoApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CDemoApp?construction
CDemoApp::CDemoApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CDemoApp?object
CDemoApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CDemoApp?initialization
BOOL?CDemoApp::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
CDemoDlg?dlg;
m_pMainWnd?=?&dlg;
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;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2376??2013-08-06?16:15??Win32平臺OCX接口測試程序\index.html
?????文件???????1147??2013-08-06?16:15??Win32平臺OCX接口測試程序\miaxis.jpg
?????文件?????512000??2014-10-11?15:15??Win32平臺OCX接口測試程序\mxCapacitiveDriver.ocx
?????文件??????58368??2013-08-06?16:15??Win32平臺OCX接口測試程序\OCX控件接口說明.doc
?????文件???????1538??2013-08-06?16:15??Win32平臺OCX接口測試程序\usbocx.css
?????文件???????5548??2013-08-06?16:15??Win32平臺OCX接口測試程序\usbocx.js
?????文件?????????35??2013-08-06?16:15??Win32平臺OCX接口測試程序\反注冊.bat
?????文件?????????31??2013-08-06?16:15??Win32平臺OCX接口測試程序\注冊.bat
?????目錄??????????0??2014-10-11?15:25??Win32平臺OCX接口測試程序
?????文件?????251936??2013-02-26?14:04??Win平臺驅動安裝包\MiaxisCapacitiveDriver_Setup.exe
?????目錄??????????0??2012-11-22?14:14??Win平臺驅動安裝包
?????文件??????46080??2013-08-26?13:42??中正指紋儀SDK.doc
?????文件?????118784??2013-01-21?11:08??Win32平臺Dll接口測試程序\測試程序\Bin\demo.exe
?????文件?????163840??2014-10-11?13:51??Win32平臺Dll接口測試程序\測試程序\Bin\mxCapacitiveDriver.dll
?????文件??????94208??2013-07-29?16:46??Win32平臺Dll接口測試程序\測試程序\Bin\MXFpDll.dll
?????目錄??????????0??2014-10-11?15:24??Win32平臺Dll接口測試程序\測試程序\Bin
?????文件???????2043??2013-01-21?10:01??Win32平臺Dll接口測試程序\測試程序\ComDriver.h
?????文件?????128976??2013-01-21?09:49??Win32平臺Dll接口測試程序\測試程序\demo.aps
?????文件???????1512??2013-01-21?11:08??Win32平臺Dll接口測試程序\測試程序\demo.clw
?????文件???????2035??2012-11-21?10:41??Win32平臺Dll接口測試程序\測試程序\demo.cpp
?????文件???????4440??2013-01-21?10:00??Win32平臺Dll接口測試程序\測試程序\demo.dsp
?????文件????????531??2012-11-21?10:41??Win32平臺Dll接口測試程序\測試程序\demo.dsw
?????文件???????1302??2012-11-21?10:41??Win32平臺Dll接口測試程序\測試程序\demo.h
?????文件?????148480??2013-01-21?11:08??Win32平臺Dll接口測試程序\測試程序\demo.ncb
?????文件??????49664??2013-01-21?11:08??Win32平臺Dll接口測試程序\測試程序\demo.opt
?????文件???????1878??2013-01-21?11:08??Win32平臺Dll接口測試程序\測試程序\demo.plg
?????文件????????480??2013-01-21?11:08??Win32平臺Dll接口測試程序\測試程序\demo.positions
?????文件???????6525??2013-01-21?09:49??Win32平臺Dll接口測試程序\測試程序\demo.rc
?????文件??????13636??2013-01-21?11:08??Win32平臺Dll接口測試程序\測試程序\demoDlg.cpp
?????文件???????1702??2013-01-21?09:53??Win32平臺Dll接口測試程序\測試程序\demoDlg.h
............此處省略26個文件信息
評論
共有 條評論