• 大小: 2.36MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-04-04
  • 语言: 其他
  • 标签: 明华  开发包  

资源简介

明华IC卡URF-R330的开发包 进行代码学习

资源截图

代码片段和文件信息

// 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;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      13622  2010-09-14 09:28  MWHRF35\INSTALL.LOG

     文件     153088  2002-07-26 17:02  MWHRF35\Unwise.exe

     文件     673933  2010-08-17 15:37  MWHRF35\HRF-35\Demo.rar

     文件     133205  2006-04-04 15:31  MWHRF35\HRF-35\Demo\mwrfhelp.chm

     文件     114688  2009-05-15 09:23  MWHRF35\HRF-35\Demo\mwrf32.dll

     文件       1264  2011-06-07 14:09  MWHRF35\HRF-35\Demo\m1pas.pwd

     文件     311296  2008-11-03 14:30  MWHRF35\HRF-35\Demo\HRFSHC1102Demo1.0.exe

     文件     311296  2008-11-03 14:45  MWHRF35\HRF-35\Demo\HRFFUDANDemo1.0.exe

     文件     487424  2009-05-08 16:42  MWHRF35\HRF-35\Demo\HDemoRF2.1.exe

     文件     119225  2010-11-16 13:53  MWHRF35\HRF-35\Demo\mwrfhelp.rar

     文件      43071  2010-11-17 10:08  MWHRF35\HRF-35\Demo\mwrf32.rar

     文件      43071  2010-05-19 15:30  MWHRF35\HRF-35\API\mwrf32.rar

     文件      38794  2009-05-15 09:23  MWHRF35\HRF-35\API\mwrf32.lib

     文件      18762  2008-05-22 12:01  MWHRF35\HRF-35\API\mwrf32.h

     文件     114688  2009-05-15 09:23  MWHRF35\HRF-35\API\mwrf32.dll

     文件    1538157  2008-08-20 09:39  MWHRF35\HRF-35\manual\hrf-35lt中文使用手册.pdf

     文件        386  2003-04-29 15:51  MWHRF35\HRF-35\Examples\Delphi5\Rfexamd.cfg

     文件       1043  2003-04-29 15:51  MWHRF35\HRF-35\Examples\Delphi5\Rfexamd.dof

     文件        191  1998-08-20 08:31  MWHRF35\HRF-35\Examples\Delphi5\Rfexamd.dpr

     文件     323072  2003-03-19 17:06  MWHRF35\HRF-35\Examples\Delphi5\Rfexamd.exe

     文件        876  2003-04-29 15:44  MWHRF35\HRF-35\Examples\Delphi5\Rfexamd.res

     文件       1235  2003-03-19 15:37  MWHRF35\HRF-35\Examples\Delphi5\rfexamp.dfm

     文件      19871  2003-03-19 17:06  MWHRF35\HRF-35\Examples\Delphi5\rfexamp.pas

     文件      93184  2000-01-30 10:13  MWHRF35\HRF-35\Examples\Pb5\sample.pbl

     文件       6439  2000-01-29 17:58  MWHRF35\HRF-35\Examples\Vb5.0\example.bas

     文件      24241  2003-04-29 17:15  MWHRF35\HRF-35\Examples\Vb5.0\sample.frm

     文件         56  2003-04-29 17:15  MWHRF35\HRF-35\Examples\Vb5.0\sample.frx

     文件        694  2003-04-29 17:15  MWHRF35\HRF-35\Examples\Vb5.0\sample.vbp

     文件         79  2003-04-29 17:33  MWHRF35\HRF-35\Examples\Vb5.0\sample.vbw

     文件       3705  2002-08-20 09:06  MWHRF35\HRF-35\Examples\Vc6.0\ReadMe.txt

............此处省略38个文件信息

评论

共有 条评论