?? asyncnetlayer.ned
字號(hào):
//
// A simple shorest routing protocol
//
simple AsyncNetLayer
parameters:
debug : bool, // debug switch
headerLength : numeric const, // length of the network header
minLine:numeric const,
clusterHead : numeric const,
gridLength : numeric const,
gridWidth : numeric const,
nodenum : numeric const,
numCluster : numeric const,
round:numeric const;
gates:
in: uppergateIn; // from application layer
out: uppergateOut; // to application layer
in: lowergateIn; // from MAC layer
out: lowergateOut; // to MAC layer
endsimple
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -