?? datasink.ned
字號:
//-------------------------------
// File: dataSink.ned
// This is a simple simulation program whose purpose is just
// to understand how antNet algorithm works
//-------------------------------
//
// The purpose of sink is to simulate a destination computer.
// If ant is destined for the current machine then
// it will be given to sink that will destroy it and creates
// stastics
//
simple dataSink
parameters:
sleepTimeAtStart: numeric,
throughputInterval: numeric,
logResults : bool,
statFile : string;
gates:
in: fromRouter;
endsimple
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -