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

📄 alltcp.gp

📁 无线个域网(WPAN)就是在个人周围空间形成的无线网络
💻 GP
字号:
resetset xrange [0:180]set xtics 10,10,170set yrange [0:2.5]set xlabel "Target R (ms)"set ylabel "Bandwidth (Mbps)"set terminal postscript monochrome dashed 18set output "allTCP.ps"plot "data.disabled" using 1:2 title "RED (40 ms)" with linespoints, "data.disabled" using 1:3 title "RED (80 ms)" with linespoints, "data.disabled" using 1:4 title "RED (120 ms)" with linespoints, "data" using 1:2 title "RED-PD (40 ms)" with linespoints, "data" using 1:3 title "RED-PD (80 ms)" with linespoints, "data" using 1:4 title "RED-PD (120 ms)" with linespointsset terminal gif largeset output "allTCP.gif"plot "data.disabled" using 1:2 title "RED (40 ms)" with linespoints, "data.disabled" using 1:3 title "RED (80 ms)" with linespoints, "data.disabled" using 1:4 title "RED (120 ms)" with linespoints, "data" using 1:2 title "RED-PD (40 ms)" with linespoints, "data" using 1:3 title "RED-PD (80 ms)" with linespoints, "data" using 1:4 title "RED-PD (120 ms)" with linespointsset xlabel "Target R (ms)"set ylabel "Drop Rate (%)"set yrange [0:2.2]set size 1,0.5set terminal postscript monochrome dashed 18set output "allTCP-dropRate.ps"plot "dropRate" title "" with linespointsset terminal gif largeset output "allTCP-dropRate.gif"plot "dropRate" title "" with linespoints

⌨️ 快捷键说明

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