代码搜索:layer

找到约 10,000 项符合「layer」的源代码

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

cpp physical_layer.cpp

#include "physical_layer.hpp" #include "node.hpp" #include "packet.hpp" // These values are from a variety of sources, most // notably Alien and EPCglobal. // Alien ALR-9800: 30 dBm RF Power
www.eeworm.com/read/431114/8709180

cpp application_layer.cpp

#include "application_layer.hpp" #include "simulator.hpp" ApplicationLayer::ApplicationLayer(NodePtr node) : CommunicationLayer(node), m_isRunning(false) { } ApplicationLayer::~Applicatio
www.eeworm.com/read/431114/8709193

hpp application_layer.hpp

#ifndef APPLICATION_LAYER_H #define APPLICATION_LAYER_H #include #include "communication_layer.hpp" class ApplicationLayer : public CommunicationLayer { friend class A
www.eeworm.com/read/431114/8709202

hpp communication_layer.hpp

#ifndef COMMUNICATION_LAYER_H #define COMMUNICATION_LAYER_H #include #include #include using namespace std; #include #include
www.eeworm.com/read/431114/8709217

hpp physical_layer.hpp

#ifndef PHYSICAL_LAYER_H #define PHYSICAL_LAYER_H #include #include #include "utility.hpp" #include "communication_layer.hpp" #include "wireless_comm_signal.hpp"
www.eeworm.com/read/431114/8709238

cpp communication_layer.cpp

#include "communication_layer.hpp" #include "node.hpp" #include "log_stream_manager.hpp" #include "packet.hpp" const t_uint CommunicationLayer::m_DEFAULT_MAX_QUEUE_LENGTH = 50; CommunicationL
www.eeworm.com/read/286514/8762319

c sip_layer.c

/* Copyright (C) 2002-2008 Thomas Ries This file is part of Siproxd. Siproxd is free software; you can redistribute it and/or modify it under the terms of the GN
www.eeworm.com/read/286336/8771090

c phy_layer.c

/********************************************************************************* * ST 7538 DEMOBOARD SOFTWARE Phy_Layer.c * *
www.eeworm.com/read/286336/8771096

h phy_layer.h

/********************************************************************************* * ST 7538 DEMOBOARD SOFTWARE Phy_Layer.h * *
www.eeworm.com/read/429710/8793375

h layer0.h

#ifndef_LAYER0_H #define_LAYER0_H #include #include "globaldef.h" /* *这个模式类 他的任务是 和manager通信 ;传递信息到节点伴随着传送范围 * -计算更新RWP */ class layer0:public cSimpleModule { Module_Class