代码搜索:matlab RFID
找到约 10,000 项符合「matlab RFID」的源代码
代码结果 10,000
www.eeworm.com/read/196026/8118282
ppt rfid.ppt
www.eeworm.com/read/314624/13563265
c rfid.c
/*H4001只读卡读码程序*/
/******************头文件********************/
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit RF_DAT
www.eeworm.com/read/301266/13862288
doc rfid.doc
www.eeworm.com/read/478507/6708695
doc rfid.doc
www.eeworm.com/read/410032/11303860
doc rfid.doc
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/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.
/