output-fethi.g

来自「对IEEE 802.11e里的分布式信道接入算法EDCA进行改进」· G 代码 · 共 50 行

G
50
字号
#set yrange [0:102]set yrange [60:105]set xrange [0:0.03]set xlabel "Latency(in sec)"set ylabel "Cumulative fraction(in %)"set term postscript "Helvetica" 17set output "latency-dist-audio.ps"set key bottom right #plot "audio-AVB-aedcf15-cw150-150" t "AEDCF" w lines, "audio-AVB-edcf15-cw150-150" t "EDCF" w lines #######################set key bottom right set yrange [0:100]set output "latency-dist-video.ps"plot "video-AVB-aedcf15-cw300" t "AEDCF" w lines, "vedio-AVB-edcf15-cw300" t "EDCF" w lines #########################################set output "latency-dist-back.ps"#set key bottom right #plot "back_aedcf.2.latdist" t "AEDCF" w lines , "back_slow.2.latdist" t "SD" w lines , "back_basic.2.latdist" t "EDCF" w lines #################################################set yrange [0:100]#set xrange [-0.5:*]#set key bottom right #set output "latency-dist-aedcf-all.ps"#plot "audio_aedcf.0.latdist" t "Audio" w lines , "video_aedcf.1.latdist" t "Video" w lines, "back_aedcf.2.latdist" t "BT" w lines

⌨️ 快捷键说明

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