• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++ 使用IC卡验证用户密码(提高篇-实例593).zip

资源截图

代码片段和文件信息

// ICCard.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “ICCard.h“
#include “ICCardDlg.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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1233  2009-01-09 14:04  ICCard\ICCard.clw
     文件        2063  2009-01-03 09:27  ICCard\ICCard.cpp
     文件        4225  2009-01-03 09:49  ICCard\ICCard.dsp
     文件         537  2009-01-03 09:27  ICCard\ICCard.dsw
     文件        1324  2009-01-03 09:27  ICCard\ICCard.h
     文件       48640  2009-01-09 14:04  ICCard\ICCard.opt
     文件        5450  2009-01-09 13:17  ICCard\ICCard.rc
     文件        6244  2009-01-03 10:20  ICCard\ICCardDlg.cpp
     文件        1414  2009-01-03 09:56  ICCard\ICCardDlg.h
     文件        3579  2009-01-03 09:27  ICCard\ReadMe.txt
     文件         822  2009-01-03 09:39  ICCard\Resource.h
     文件         208  2009-01-03 09:27  ICCard\StdAfx.cpp
     文件        1054  2009-01-03 09:27  ICCard\StdAfx.h
     文件          72  2009-03-06 10:58  ICCard\程序使用说明.txt
     文件        1078  2009-01-03 09:27  ICCard\res\ICCard.ico
     文件         398  2009-01-03 09:27  ICCard\res\ICCard.rc2
     文件        6144  2009-03-05 12:54  ICCard\res\Thumbs.db

评论

共有 条评论