資源簡介
MWHRF35_明華URF-R330IC卡讀寫設(shè)備演示程序及開發(fā)包.rar

代碼片段和文件信息
//?ReadWriteTest.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ReadWriteTest.h“
#include?“ReadWriteTestDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CReadWriteTestApp
BEGIN_MESSAGE_MAP(CReadWriteTestApp?CWinApp)
//{{AFX_MSG_MAP(CReadWriteTestApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CReadWriteTestApp?construction
CReadWriteTestApp::CReadWriteTestApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CReadWriteTestApp?object
CReadWriteTestApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CReadWriteTestApp?initialization
BOOL?CReadWriteTestApp::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
CReadWriteTestDlg?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;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????114688??2009-05-15?09:23??HRF-35\API\mwrf32.dll
?????文件??????18762??2008-05-22?12:01??HRF-35\API\mwrf32.h
?????文件??????38794??2009-05-15?09:23??HRF-35\API\mwrf32.lib
?????文件??????43071??2010-05-19?15:30??HRF-35\API\mwrf32.rar
?????文件?????487424??2009-05-08?16:42??HRF-35\Demo\HDemoRF2.1.exe
?????文件?????311296??2008-11-03?14:45??HRF-35\Demo\HRFFUDANDemo1.0.exe
?????文件?????311296??2008-11-03?14:30??HRF-35\Demo\HRFSHC1102Demo1.0.exe
?????文件???????1264??2011-06-07?14:09??HRF-35\Demo\m1pas.pwd
?????文件?????????29??2019-03-14?23:25??HRF-35\Demo\mf30.ini
?????文件?????114688??2009-05-15?09:23??HRF-35\Demo\mwrf32.dll
?????文件??????43071??2010-11-17?10:08??HRF-35\Demo\mwrf32.rar
?????文件?????133205??2006-04-04?15:31??HRF-35\Demo\mwrfhelp.chm
?????文件?????119225??2010-11-16?13:53??HRF-35\Demo\mwrfhelp.rar
?????文件????????386??2003-04-29?15:51??HRF-35\Examples\Delphi5\Rfexamd.cfg
?????文件???????1043??2003-04-29?15:51??HRF-35\Examples\Delphi5\Rfexamd.dof
?????文件????????191??1998-08-20?08:31??HRF-35\Examples\Delphi5\Rfexamd.dpr
?????文件?????323072??2003-03-19?17:06??HRF-35\Examples\Delphi5\Rfexamd.exe
?????文件????????876??2003-04-29?15:44??HRF-35\Examples\Delphi5\Rfexamd.res
?????文件???????1235??2003-03-19?15:37??HRF-35\Examples\Delphi5\rfexamp.dfm
?????文件??????19871??2003-03-19?17:06??HRF-35\Examples\Delphi5\rfexamp.pas
?????文件??????93184??2000-01-30?10:13??HRF-35\Examples\Pb5\sample.pbl
?????文件???????6439??2000-01-29?17:58??HRF-35\Examples\Vb5.0\example.bas
?????文件??????24241??2003-04-29?17:15??HRF-35\Examples\Vb5.0\sample.frm
?????文件?????????56??2003-04-29?17:15??HRF-35\Examples\Vb5.0\sample.frx
?????文件????????694??2003-04-29?17:15??HRF-35\Examples\Vb5.0\sample.vbp
?????文件?????????79??2003-04-29?17:33??HRF-35\Examples\Vb5.0\sample.vbw
?????文件???????3705??2002-08-20?09:06??HRF-35\Examples\Vc6.0\ReadMe.txt
?????文件??????22824??2009-05-08?10:30??HRF-35\Examples\Vc6.0\ReadWriteTest.aps
?????文件???????2089??2009-05-08?10:30??HRF-35\Examples\Vc6.0\ReadWriteTest.clw
?????文件???????2161??2002-08-20?09:06??HRF-35\Examples\Vc6.0\ReadWriteTest.cpp
............此處省略36個文件信息
評論
共有 條評論