📄 pc1
字号:
# Topology description:# 'nr-dimensions' are we describing a 2-D or a 3-D topology?# 'grid-bound' the network is contained in a box of size# [0:grid-bound] x [0:grid-bound] (x [0:grid-bound])# 'radio-range' the maximum length of a connection between two nodes# 'connection' a radio link between a source and destination node.# Note that connections are directed and there# need NOT be a reverse connection.# 'measured-range' (noisy) distance estimate obtained by receiver on# a connection (same for each message).# 'nr-nodes' the number of nodes in the network# 'nr-anchors' the number of anchors in the network. An anchor is a# node that 'knows' its true position, others do not.# 'ID' node identification (unsigned int), may be outside# range [0:'nr-nodes'-1]# 'position' 2 (or 3) floating point numbers# nr-dimensions grid-bound radio-range2 100 1.5# nr-nodes nr-anchors8 3# positions: 'nr-nodes' lines with <ID> <x-coord> <y-coord> [<z-coord>]0 0 21 1 22 1 13 2 24 2 15 3 26 3 37 3 0# anchor-list: 'nr-anchor's IDs0 6 7# connections: src dst measured-range0 1 10 2 1.46 5 17 5 11 0 11 2 11 3 12 0 1.42 1 12 4 13 1 13 4 13 5 14 2 14 3 14 5 1.45 3 15 4 1.45 6 15 7 1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -