shthroughput.sh

来自「OMNET++仿真三色算法的源码,三色算法是无线传感器中一个典型的分簇算法」· Shell 代码 · 共 20 行

SH
20
字号
#Create a plotable file extracting the throughput information form#the collectedData.dat file#xtract rough dataawk -f extractThroughput.awk ../collectedData.dat >thDat1#sort itsort thDat1 -n +0 +1 >thDat2#generate the latency fileawk -f genPlotTh.awk thDat2 > thData.dat#remove temporary filesrm -f thDat1 thDat2#create the plot file and plot it!gnuplot throughput.gp && gv Throughput.ps

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?