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

通讯编程

开发平台:

Visual C++

  1. reset
  2. set terminal X
  3. set xrange [0:5]
  4. set  xlabel "Time to Complete the Request (seconds)"
  5. set ylabel "Cumulative Fraction of Flows"
  6. set key bottom right
  7. set terminal postscript monochrome dashed 18
  8. set output "web.ps"
  9. plot "data-cdf.cdf" title "RED" with lines, "data+cdf.cdf" title "RED-PD" with lines 3
  10. set terminal X
  11. reset
  12. set boxwidth 0.25
  13. set xrange [0:12]
  14. set xtics 1,1,11
  15. set key left top
  16. set xlabel "Flow Number"
  17. set ylabel "Bandwidth (Mbps)"
  18. set terminal postscript monochrome dashed 18
  19. set output "webBoxes.ps"
  20. plot "data-boxes" title "RED" with boxes, "data+boxes" title "RED-PD" with boxes
  21. set terminal X