• 大小: 2.67MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-08
  • 语言: C/C++
  • 标签: IC卡  单片机  读写  

资源简介

本资源包括IC卡读写在proteus上的仿真,打开proteus工程即能使用,还有一个用VC6.0写的上位机,可以显示读写的数据

资源截图

代码片段和文件信息

// IC Card.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “IC Card.h“
#include “IC CardDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CICCardApp

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

/////////////////////////////////////////////////////////////////////////////
// CICCardApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CICCardApp object

CICCardApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CICCardApp initialization

BOOL CICCardApp::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

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

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

     文件     151633  2009-03-26 15:04  0003、IC卡读写仿真\IC Card\Debug\IC Card.exe

     文件     336292  2009-03-26 15:04  0003、IC卡读写仿真\IC Card\Debug\IC Card.ilk

     文件      15524  2009-03-26 13:52  0003、IC卡读写仿真\IC Card\Debug\IC Card.obj

     文件    5505248  2009-03-26 13:28  0003、IC卡读写仿真\IC Card\Debug\IC Card.pch

     文件     427008  2009-03-26 15:04  0003、IC卡读写仿真\IC Card\Debug\IC Card.pdb

     文件      29248  2009-03-26 14:56  0003、IC卡读写仿真\IC Card\Debug\IC Card.res

     文件      46728  2009-03-26 15:04  0003、IC卡读写仿真\IC Card\Debug\IC CardDlg.obj

     文件    1393152  2004-03-14 21:04  0003、IC卡读写仿真\IC Card\Debug\MFC42D.DLL

     文件      47704  2009-03-26 13:29  0003、IC卡读写仿真\IC Card\Debug\mscomm.obj

     文件     343040  2004-08-04 08:52  0003、IC卡读写仿真\IC Card\Debug\msvcrt.dll

     文件     385100  1998-06-17 00:00  0003、IC卡读写仿真\IC Card\Debug\MSVCRTD.DLL

     文件     105717  2009-03-26 13:28  0003、IC卡读写仿真\IC Card\Debug\StdAfx.obj

     文件     214016  2009-03-26 15:15  0003、IC卡读写仿真\IC Card\Debug\vc60.idb

     文件     364544  2009-03-26 15:04  0003、IC卡读写仿真\IC Card\Debug\vc60.pdb

     文件      62760  2009-03-26 14:56  0003、IC卡读写仿真\IC Card\IC Card.aps

     文件       1707  2009-03-26 15:15  0003、IC卡读写仿真\IC Card\IC Card.clw

     文件       2066  2009-03-26 09:04  0003、IC卡读写仿真\IC Card\IC Card.cpp

     文件       4816  2009-03-26 09:41  0003、IC卡读写仿真\IC Card\IC Card.dsp

     文件        583  2009-03-26 09:07  0003、IC卡读写仿真\IC Card\IC Card.dsw

     文件       1327  2009-03-26 09:04  0003、IC卡读写仿真\IC Card\IC Card.h

     文件     105472  2009-03-26 15:04  0003、IC卡读写仿真\IC Card\IC Card.opt

     文件        996  2009-03-26 15:04  0003、IC卡读写仿真\IC Card\IC Card.plg

     文件       8205  2009-03-26 14:56  0003、IC卡读写仿真\IC Card\IC Card.rc

     文件       9901  2009-03-26 15:04  0003、IC卡读写仿真\IC Card\IC CardDlg.cpp

     文件       1792  2009-03-26 13:50  0003、IC卡读写仿真\IC Card\IC CardDlg.h

     文件       8569  2009-03-26 09:07  0003、IC卡读写仿真\IC Card\mscomm.cpp

     文件       3221  2009-03-26 09:07  0003、IC卡读写仿真\IC Card\mscomm.h

     文件       3594  2009-03-26 09:04  0003、IC卡读写仿真\IC Card\ReadMe.txt

     文件      22486  2007-03-15 19:45  0003、IC卡读写仿真\IC Card\res\20061224192650174123.ico

     文件      24190  2009-03-26 09:06  0003、IC卡读写仿真\IC Card\res\aer.ico

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

评论

共有 条评论