allTCP.gp
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. reset
  2. set xrange [0:180]
  3. set xtics 10,10,170
  4. set yrange [0:2.5]
  5. set xlabel "Target R (ms)"
  6. set ylabel "Bandwidth (Mbps)"
  7. set terminal postscript monochrome dashed 18
  8. set output "allTCP.ps"
  9. 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 linespoints
  10. set terminal gif large
  11. set output "allTCP.gif"
  12. 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 linespoints
  13. set xlabel "Target R (ms)"
  14. set ylabel "Drop Rate (%)"
  15. set yrange [0:2.2]
  16. set size 1,0.5
  17. set terminal postscript monochrome dashed 18
  18. set output "allTCP-dropRate.ps"
  19. plot "dropRate" title "" with linespoints
  20. set terminal gif large
  21. set output "allTCP-dropRate.gif"
  22. plot "dropRate" title "" with linespoints