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

通讯编程

开发平台:

Visual C++

  1. reset
  2. set terminal X
  3. set yrange [0:1]
  4. set xtics 1,1,5
  5. set xrange [0:6]
  6. set xlabel "Number of Congested Links"
  7. set ylabel "Bandwdith (Mbps)"     
  8. set terminal postscript monochrome dashed 18
  9. set output "multi.ps"
  10. plot "data.1.cbr" title "RED-PD (CBR)" with linespoints, "data.0.cbr" title "RED (CBR)" with linespoints, "data.1.tcp" title "RED-PD (TCP)" with linespoints, "data.0.tcp" title "RED (TCP)" with linespoints