资源简介
RFID读写器程序,C++的很不错,分享给大家.。。。。。。
代码片段和文件信息
// 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7394 2003-02-25 15:21 RFID读写\mwrf32.h
文件 17518 2003-03-20 11:02 RFID读写\mwrf32.lib
文件 3705 2002-08-20 09:06 RFID读写\ReadMe.txt
文件 2087 2009-10-27 11:12 RFID读写\ReadWriteTest.clw
文件 129024 2009-10-27 11:12 RFID读写\ReadWriteTest.opt
文件 2164 2009-10-24 19:47 RFID读写\ReadWriteTest.cpp
文件 549 2002-08-20 09:06 RFID读写\ReadWriteTest.dsw
文件 1401 2002-08-20 09:06 RFID读写\ReadWriteTest.h
文件 9310 2009-10-27 11:12 RFID读写\ReadWriteTestDlg.cpp
文件 7818 2009-10-27 11:12 RFID读写\ReadWriteTest.rc
文件 1724 2009-10-27 11:12 RFID读写\ReadWriteTest.plg
文件 38656 2009-10-27 11:12 RFID读写\ReadWriteTest.aps
文件 1933 2003-04-04 11:01 RFID读写\resource.h
文件 215 2002-08-20 09:06 RFID读写\StdAfx.cpp
文件 1054 2002-08-20 09:06 RFID读写\StdAfx.h
文件 1078 2002-08-20 09:06 RFID读写\res\ReadWriteTest.ico
文件 405 2002-08-20 09:06 RFID读写\res\ReadWriteTest.rc2
..A.SH. 3584 2009-10-11 11:07 RFID读写\res\Thumbs.db
文件 3640 2009-10-27 11:12 RFID读写\Debug\ReadWriteTest.res
文件 205824 2009-10-27 11:12 RFID读写\Debug\vc60.idb
文件 6941360 2009-10-13 23:21 RFID读写\Debug\ReadWriteTest.pch
文件 364544 2009-10-27 11:12 RFID读写\Debug\vc60.pdb
文件 410624 2009-10-27 11:12 RFID读写\Debug\ReadWriteTest.pdb
文件 1367783 2009-10-13 23:21 RFID读写\Debug\StdAfx.sbr
文件 105966 2009-10-13 23:21 RFID读写\Debug\StdAfx.obj
文件 0 2009-10-13 23:22 RFID读写\Debug\ReadWriteTest.sbr
文件 0 2009-10-13 23:22 RFID读写\Debug\ReadWriteTestDlg.sbr
文件 3130368 2009-10-13 23:22 RFID读写\Debug\ReadWriteTest.bsc
文件 15350 2009-10-24 19:52 RFID读写\Debug\ReadWriteTest.obj
文件 236492 2009-10-27 11:12 RFID读写\Debug\ReadWriteTest.ilk
............此处省略12个文件信息
- 上一篇:MFC局域网聊天室C++
- 下一篇:vcMfcUsbPort完整上位机源码
评论
共有 条评论