代码搜索:RFID技术
找到约 10,000 项符合「RFID技术」的源代码
代码结果 10,000
www.eeworm.com/read/353219/3088750
task 技术.task
Nested=true
TaskCount=10
Task1=taskconfig/农业网站/技术/01栽培技术/栽培技术.task
Task2=taskconfig/农业网站/技术/02储藏加工技术/储藏加工技术.task
Task3=taskconfig/农业网站/技术/03水产养殖技术/水产养殖技术.task
Task4=taskconfig/农业网站/技术/04土壤肥料技术/
www.eeworm.com/read/456665/7342741
readme
# cd /tmp
# tftp -g 192.192.192.48 -r./RFID_test -l./RFID_test
# chmod 777 RFID_test
www.eeworm.com/read/431114/8709086
hpp rfid_tag_app.hpp
#ifndef RFID_TAG_APP_H
#define RFID_TAG_APP_H
#include
using namespace std;
#include
#include "application_layer.hpp"
#include "packet.hpp"
#include "simu
www.eeworm.com/read/431114/8709098
hpp rfid_reader_app.hpp
#ifndef RFID_READER_APP_H
#define RFID_READER_APP_H
#include
#include
#include
using namespace std;
#include
#include "application_layer.hpp"
www.eeworm.com/read/431114/8709102
hpp rfid_reader_mac.hpp
#ifndef RFID_READER_MAC_H
#define RFID_READER_MAC_H
#include
using namespace std;
#include
#include "simulator.hpp"
#include "mac_protocol.hpp"
#include "pac
www.eeworm.com/read/431114/8709115
cpp rfid_tag_mac.cpp
#include "rfid_tag_mac.hpp"
#include "rfid_tag_app.hpp"
#include "rfid_reader_mac.hpp"
#include "rand_num_generator.hpp"
#include "simulator.hpp"
#include "log_stream_manager.hpp"
const doubl
www.eeworm.com/read/431114/8709124
hpp rfid_reader_phy.hpp
#ifndef RFID_READER_PHY_H
#define RFID_READER_PHY_H
#include
#include
#include "physical_layer.hpp"
#include "simulator.hpp"
class RfidReaderPhy
www.eeworm.com/read/431114/8709127
hpp rfid_tag_mac.hpp
#ifndef RFID_TAG_MAC_H
#define RFID_TAG_MAC_H
#include
#include "simulator.hpp"
#include "mac_protocol.hpp"
#include "packet.hpp"
class RfidReaderMacData;
typedef bo
www.eeworm.com/read/431114/8709133
cpp rfid_tag_phy.cpp
#include "rfid_tag_phy.hpp"
#include "node.hpp"
RfidTagPhy::RfidTagPhy(
NodePtr node, WirelessChannelManagerPtr wirelessChannelManager)
: PhysicalLayer(node), m_sendingChannelIsValid(fals
www.eeworm.com/read/431114/8709154
cpp rfid_reader_app.cpp
#include "rfid_reader_app.hpp"
#include "rfid_tag_app.hpp"
#include "node.hpp"
#include "physical_layer.hpp"
// RfidReaderApp functions
const string RfidReaderApp::m_TAGS_READ_COUNT_STRING =