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

📄 nort.h

📁 在Linux下做的QuadTree的程序
💻 H
字号:
#ifndef __nort_h__#define __nort_h__#include <sys/types.h>#include <list.h>#include <agent.h>#include <packet.h>#include <scheduler.h>/* =====================================================================   The Routing Agent   ===================================================================== */class NORT: public Agent { public:        NORT(nsaddr_t id);        void		recv(Packet *p, Handler *);	int		command(int, const char*const*); private:	int	index; // IP address};#endif /* __nort_h__ */

⌨️ 快捷键说明

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