routingdb.ned

来自「use swarm intelligence to simulate netwo」· NED 代码 · 共 13 行

NED
13
字号
//-------------------------------
// File: RoutingDB.ned
// This is a simple simulation program whose purpose is just
// to get a know how BeeHive algorithm works. This database module
// keeps the shortest number of hops from source to destination
//-------------------------------

simple routingDB
    parameters:
        nodeType: string;
    gates:
endsimple

⌨️ 快捷键说明

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