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

通讯编程

开发平台:

Visual C++

  1. set ytics 0,0.25,2.5
  2. set yrange [0:2]
  3. set xrange [0:12]
  4. set xtics 1,1,11
  5. set key left top
  6. set xlabel "Flow Number"
  7. set ylabel "Bandwidth (Mbps)"
  8. set terminal postscript monochrome dashed 18
  9. set output "allUDP.ps"
  10. plot "allUDP.bwFair" using 1:2 title "Fair Share (max-min)" with linespoints, "data.false" title "RED" with linespoints, "data.true" title "RED-PD" with linespoints