testfrp_tcp.gp
来自「这个软件的功能是实现多播协议」· GP 代码 · 共 16 行
GP
16 行
resetset terminal Xset xtics 0.5,0.5,10set xrange [0.1:4.25]set yrange [0:1.1]set key right bottomset ylabel "Received Rate Multiplier of f(R,p)"set xlabel "Sending Rate Multiplier of f(R,p)"set terminal postscript monochrome dashed 18set output "testFRp_tcp.ps"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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?