⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tworayground.h

📁 ns2.1b5版本中cbrp碼
💻 H
字号:
/* -*- c++ -*-    tworayground.h   $Id: tworayground.h,v 1.1 1998/08/11 15:00:49 dmaltz Exp $*/#ifndef __tworayground_h__#define __tworayground_h__#include <cmu/packet-stamp.h>#include <cmu/sharedmedia.h>#include <cmu/propagation.h>class TwoRayGround : public Propagation {public:  TwoRayGround();  virtual double Pr(PacketStamp *tx, PacketStamp *rx, SharedMedia *ifp)    {return Pr(tx, rx, ifp->getL(), ifp->getLambda());}protected:  virtual double Pr(PacketStamp *tx, PacketStamp *rx, double L, double lambda);  double last_hr, last_ht;  double crossover_dist;};#endif /* __tworayground_h__ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -