statistics.ned

来自「In this implementation of AntNet-3.0 one」· NED 代码 · 共 18 行

NED
18
字号
//-------------------------------
// File: statistics.ned
// This is a simple simulation program whose purpose is just
// to get a know how antNet algorithm works
//-------------------------------

//Router --
//
// This is the actual statistics module that 
// is global and then collects the complete
// statistics information

simple statistics 
	parameters:
		statFile: string,
		numStations: numeric;
endsimple

⌨️ 快捷键说明

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