Ns-2 [1] is a packet-level simulator and essentially a centric discrete event scheduler to schedule the events such as packet and timer expiration. Centric event scheduler cannot accurately emulate “events handled at the same time” in real world, th
Mobile IP是NS中由SUN公司开发的无线--有线模拟模块,它比CMU/Monarch引入的无线模块功能更为强大。IETF提出Mobile IP协议以来,经过各方面的共同努力Mobile IP协议已经日趋完善,相应的技术也逐渐走向成熟。Mobile IP使得人们不再拘泥于时间和空间,可以随时随地的与Internet上的其他网络节点进行通信,不会因为位置的变化而造成通信中断。
1. struct hdr_cmn { enum dir_t { DOWN= -1, NONE= 0, UP= 1 }; packet_t ptype_; // packet type (see above) int size_; // simulated packet size int uid_; // unique id int error_; // error flag int errbitcnt_; // # of corrupted bits jahn int fe csize_;
Monarch Butterfly Optimization (MBO)
Gai-Ge Wang
May 10, 2015
email: gaigewang163.com
gaigewanggmail.com
The files in this zip archive are MATLAB m-files that can be used to study Monarch Butterfly Optimization algorithm.
MBO is