servicerate.p

来自「diff serve for ns-2, work for version 2.」· P 代码 · 共 9 行

P
9
字号
set title "Service rate"set xlabel "time (s)"set ylabel "bandwidth (kbps)"set autoscaleset terminal pngset out "ServiceRate.png"plot "ServiceRate.tr" using 1:2 title 'Premium' with lines, "ServiceRate.tr" using 1:3 title 'Gold' with lines,"ServiceRate.tr" using 1:4 title 'Best Effort' with lines

⌨️ 快捷键说明

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