📄 pc2
字号:
# 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-anchors5 3# positions: 'nr-nodes' lines with <ID> <x-coord> <y-coord> [<z-coord>]0 0 01 0 22 1 13 2 24 3 2# anchor-list: 'nr-anchor's IDs0 1 4# connections: src dst measured-range0 2 1.41 2 1.44 3 1.42 0 1.42 1 1.42 3 13 2 13 4 1.4
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -