output-ppt.g
来自「对IEEE 802.11e里的分布式信道接入算法EDCA进行改进」· G 代码 · 共 34 行
G
34 行
#set xrange [100:*]set yrange [2200:2300]set xtics 0.1#set ytics 300000set xlabel "Smoothing factor value"set ylabel "Total goodput (KBps)"set term gifset output "alpha-goodput.gif"set key box 2plot "alpha.goodput" t "Effect of the smoothing factor" w linespoints set yrange [0:*]set ylabel "Min Delay (in msec)"set output "alpha-lat-min.gif"plot "alpha.lat" using 1:2 t "Effect of the smoothing factor" w linespoints set ylabel "Max Delay (in msec)"set output "alpha-lat-max.gif"plot "alpha.lat" using 1:3 t "Effect of the smoothing factor" w linespoints set ylabel "Mean Delay (in msec)"set output "alpha-lat-mean.gif"plot "alpha.lat" using 1:4 t "Effect of the smoothing factor" w linespoints set ylabel "Standard Delay Variation(in msec)"set output "alpha-lat-std-dev.gif"plot "alpha.lat" using 1:5 t "Effect of the smoothing factor" w linespoints
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?