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

通讯编程

开发平台:

Visual C++

  1. reset
  2. set terminal X
  3. set xtics 0.5,0.5,10
  4. set xrange [0.1:4.25]
  5. set yrange [0:1.1]
  6. set key right bottom
  7. set ylabel "Received Rate Multiplier of f(R,p)"
  8. set xlabel "Sending Rate Multiplier of f(R,p)"
  9. set terminal postscript monochrome dashed 18
  10. set output "testFRp_tcp.ps"
  11. plot "data-0.01" title "p=1%" with linespoints, "data-0.02" title "p=2%" with linespoints, "data-0.03" title "p=3%" with linespoints, "data-0.04" title "p=4%" with linespoints, "data-0.05" title "p=5%" with linespoints