摘要:
https://network.blog.csdn.net/article/details/50626281?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.add_param_is 阅读全文
摘要:
最近在做ns2的“反移植”工作,深入研究了一下NS2中包的结构,其定义主要在packet.h/cc中实现的,但是有许多代码是为了与TCL接口而设计的。其定义如下: class Packet : public Event {private: unsigned char* bits_; // heade 阅读全文