代码搜索:RFID技术

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

代码结果 10,000
www.eeworm.com/read/431114/8709168

hpp rfid_tag_phy.hpp

#ifndef RFID_TAG_PHY_H #define RFID_TAG_PHY_H #include #include "physical_layer.hpp" #include "simulator.hpp" class RfidTagPhy : public PhysicalLayer { public: ty
www.eeworm.com/read/431114/8709175

cpp rfid_reader_mac.cpp

#include "rfid_reader_mac.hpp" #include "packet.hpp" #include "rfid_tag_mac.hpp" #include "rfid_reader_app.hpp" #include "log_stream_manager.hpp" const double RfidReaderMac::m_READER_IFS = 10e
www.eeworm.com/read/431114/8709196

cpp rfid_tag_app.cpp

#include "rfid_tag_app.hpp" #include "rfid_reader_app.hpp" #include "node.hpp" // RfidTagApp functions RfidTagApp::RfidTagApp(NodePtr node) : ApplicationLayer(node), m_replyToReads(true)
www.eeworm.com/read/431114/8709204

cpp rfid_reader_phy.cpp

#include "rfid_reader_phy.hpp" #include "node.hpp" // These are the 802.11 values from ns-2. const double RfidReaderPhy::m_DEFAULT_READER_RX_THRESHOLD = 3.652e-10; const double RfidReaderPhy::m
www.eeworm.com/read/362831/9979424

cpp t1_rfid.cpp

#include "T1_RFID.h" #include #include void RF201Delay(int ntime) { volatile int lvi; volatile int lvk; for(lvi = 0; lvi < ntime; lvi ++) for(lv
www.eeworm.com/read/362831/9979511

h t1_rfid.h

#if !defined __T1_RFID_H__ #define __T1_RFID_H__ #define RF_CLK 4 #define RF_OUTDAT 8 #define RF_INDAT 0x80 #define RFPIN_CLK (*(char*)(HwBaseAddress + HwPortD)) #define RFPIN_OUTDAT (*(ch