⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 output-ppt.g

📁 对IEEE 802.11e里的分布式信道接入算法EDCA进行改进
💻 G
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -