代码搜索:RFID技术

找到约 10,000 项符合「RFID技术」的源代码

代码结果 10,000
www.eeworm.com/read/264080/11330241

h rfid.h

#ifndef _CRFID_H #define _CRFID_H class CRFID { public: CRFID(void); ~CRFID(void); bool Open(void); bool Close(void); bool ReadID(CString& strUserID); void Clear(); void Reset(
www.eeworm.com/read/264080/11330287

cpp rfid.cpp

#include "StdAfx.h" #include "RFID.h" #include "XCRF500API.h" CRFID::CRFID(void) { m_hCom = INVALID_HANDLE_VALUE; } CRFID::~CRFID(void) { } bool CRFID::Open(void) { if(m_hCom != I
www.eeworm.com/read/345437/11815504

h rfid.h

#pragma once #ifdef RFID_EXPORTS #define RFID_API __declspec(dllexport) #else #define RFID_API __declspec(dllimport) #endif #include "d3dx9math.h" #include "Aco_Vector.h" #define RFID_N
www.eeworm.com/read/345437/11815505

vcproj rfid.vcproj

www.eeworm.com/read/345437/11815512

cpp rfid.cpp

// Array_Buffer.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "RFID.h" // AccelerometerTest.cpp : Defines the entry point for the console application. /
www.eeworm.com/read/345437/11815514

sln rfid.sln

 Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RFID", "RFID\RFID.vcproj", "{F88B043A-7163-431C-A580-FC8AB1104
www.eeworm.com/read/345437/11815524

ncb rfid.ncb

www.eeworm.com/read/345437/11815525

suo rfid.suo

www.eeworm.com/read/155172/11891961

c rfid.c

/* * Copyright (c) 2004,成都港顺科技发展有限公司 * All rights reserved. * * 编 译 器:Keil:C Compiler:7.20;Assembler:7.10 * 工程名称:POS-Test.UV2 * 文件名称:Windows.C * 摘  要:窗体显示 * * 单 片 机:uPSD3254 * 当前版本:0.4 * 作 
www.eeworm.com/read/221255/14751760

asm rfid.asm

;;;;;;;;;;;读卡号;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; READ: MOV R0,#HEX0 MOV R1,#10H ;预读16个字节 READ1: MOV @R0,#00H INC R0 ;清除缓冲区@R0 DJNZ