91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 3.49MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-09-19
  • 語言: C/C++
  • 標(biāo)簽:

資源簡介

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個文件信息

評論

共有 條評論

相關(guān)資源