?? network.ned
字號:
//***************************************************************************// * file: Network.ned// *// * author: Marc Loebbers// *// * copyright: (C) 2004 Telecommunication Networks Group (TKN) at// * Technische Universitaet Berlin, Germany.// *// * This program is free software; you can redistribute it // * and/or modify it under the terms of the GNU General Public // * License as published by the Free Software Foundation; either// * version 2 of the License, or (at your option) any later // * version.// * For further information see file COPYING // * in the top level directory// ***************************************************************************// * part of: framework implementation developed by tkn// * description: a network to test the 802.11 modules// * // ***************************************************************************// * changelog: $Revision$// * last modified: $Date: 2004-09-23 09:56:00 +0200 (Thu, 23 Sep 2004) $// * by: $Author: omfw-willkomm $// **************************************************************************/import "Host", "ChannelControl";module Sim parameters: // parametes for the framework playgroundSizeX : numeric const, playgroundSizeY : numeric const, numHosts : numeric const; submodules: channelcontrol: ChannelControl; parameters: playgroundSizeX = playgroundSizeX, playgroundSizeY = playgroundSizeY; display: "p=50,25;i=eye14"; host: Host[numHosts]; display: "p=50,50;i=node"; connections nocheck: // all connections and gates are to be generated dynamically display: "p=0,0;b=$playgroundSizeX,$playgroundSizeY,rect;o=white";endmodulenetwork sim : Sim parameters: playgroundSizeX = input(40,"playgroundSizeX"), playgroundSizeY = input(40,"playgroundSizeY"), numHosts =input(2,"Number of hosts:");endnetwork
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -